安装/配置
在线手册:中文 英文
PHP手册

安装

要使用本类函数,需要在编译 PHP 时加上 --enable-calendar

PHP 的 Windows 版本已内建对此扩展的支持。不需要载入额外的扩展来使用这些函数。


安装/配置
在线手册:中文 英文
PHP手册
PHP手册 - N: 安装

用户评论:

CoderUA at example dot com (04-Dec-2011 10:55)

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

Phil (02-Apr-2010 02:38)

For Gentoo users:

> USE="calendar" emerge -av php

Yes, remerging is necessary

tricky at cix dot co dot uk (20-Dec-2008 12:22)

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