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

search for in the

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

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, 25 May 2012
 
add a note add a note User Contributed Notes Installation
CoderUA at example dot com 04-Dec-2011 07: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 12:38
For Gentoo users:

> USE="calendar" emerge -av php

Yes, remerging is necessary
tricky at cix dot co dot uk 19-Dec-2008 09: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

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