Installation

To get these functions to work, you have to compile PHP with --enable-calendar .

The Windows version of PHP has built-in support for this extension. You do not need to load any additional extensions in order to use these functions.

Коментарии

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
2011-12-04 16:55:31
http://php5.kiev.ua/manual/ru/calendar.installation.html

    Поддержать сайт на родительском проекте КГБ