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

search for in the

Laufzeit-Konfiguration> <Anforderungen
[edit] Last updated: Fri, 18 May 2012

view this page in

Installation

Um diese Funktionen nutzen zu können müssen sie PHP mit --enable-calendar kompilieren.

Die Windowsversion von PHP enthält diese Erweiterung. Um diese Funktionen zu verwenden, müssen Sie keine zusätzlichen Erweiterungen aktivieren.



Laufzeit-Konfiguration> <Anforderungen
[edit] Last updated: Fri, 18 May 2012
 
add a note add a note User Contributed Notes Installation
CoderUA at example dot com 04-Dec-2011 02: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 06:38
For Gentoo users:

> USE="calendar" emerge -av php

Yes, remerging is necessary
tricky at cix dot co dot uk 20-Dec-2008 04: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 | sitemap | contact | advertising | mirror sites