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

search for in the

Configurazione di Runtime> <Requisiti
[edit] Last updated: Tue, 21 May 2013

view this page in

Installazione

Affinché queste funzioni siano disponibili, occorre compilare PHP con l'opzione --enable-calendar .

La versione per Windows di PHP ha già compilato il supporto per questo modulo. Non occorre caricare alcun modulo addizionale per potere utilizzare queste funzioni.



Configurazione di Runtime> <Requisiti
[edit] Last updated: Tue, 21 May 2013
 
add a note add a note User Contributed Notes Installazione - [3 notes]
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
-3
Phil
3 years ago
For Gentoo users:

> USE="calendar" emerge -av php

Yes, remerging is necessary
up
-4
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 | sitemap | contact | advertising | mirror sites