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

search for in the

Configuration à l'exécution> <Pré-requis
[edit] Last updated: Fri, 17 May 2013

view this page in

Installation

Pour faire fonctionner ces fonctions avec PHP, vous devez le compiler avec l'option --enable-calendar .

La version Windows de PHP dispose du support automatique de cette extension. Vous n'avez pas à ajouter de bibliothèque supplémentaire pour disposer de ces fonctions.



Configuration à l'exécution> <Pré-requis
[edit] Last updated: Fri, 17 May 2013
 
add a note add a note User Contributed Notes Installation - [3 notes]
up
-1
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