For Gentoo users:
> USE="calendar" emerge -av php
Yes, remerging is necessary
Installation
Um diese Funktionen nutzen zu können müssen sie PHP mit --enable-calendar kompilieren.
Die Windowsversion von PHP enthält diese Erweiterung. Um diese Funktionen zu verwenden, müssen Sie keine zusätzlichen Erweiterungen aktivieren.
CoderUA at example dot com ¶
1 year ago
FreeBSD Installation for PHP5:
Installation from packages:
pkg_add php5-calendar
Installation from ports:
cd /usr/ports/misc/php5-calendar && make install clean
Then to enable this module, add the following to php.ini (usually in /usr/local/etc/php/extensions.ini)
extension=calendar.so
tricky at cix dot co dot uk ¶
4 years ago
NetBSD Installation for PHP5:
pkg_add php5-calendar
Then to enable this module, add the following to php.ini (usually in /usr/pkg/etc/php.ini)
extension=calendar.so
