downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

Runtime Configuration> <Requirements
[edit] Last updated: Fri, 24 May 2013

view this page in

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.



Runtime Configuration> <Requirements
[edit] Last updated: Fri, 24 May 2013
 
add a note add a note User Contributed Notes Installation - [3 notes]
up
0
Phil
3 years ago
For Gentoo users:

> USE="calendar" emerge -av php

Yes, remerging is necessary
up
-1
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
up
-1
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

 
show source | credits | stats | sitemap | contact | advertising | mirror sites