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

search for in the

Configuration à l'exécution> <Installation/Configuration
Last updated: Fri, 05 Sep 2008

view this page in

Installation

Il n'y pas d'installation nécessaire pour utiliser ces fonctions, elles font parties du coeur de PHP.

Note: Récupération de la dernière base de données des fuseaux horaires
La dernière version de la base de données des fuseaux horaires peut être installée via le paquet PECL » timezonedb. Pour les utilisateurs de Windows, une bibliothèque DLL précompilée peut être téléchargée depuis le site PECL4Win : » php_timezonedb.dll.

Note: Support DateTime expérimental en PHP 5.1.x
Bien que la classe DateTime (et les fonctions connexes) soit activée par défaut depuis PHP 5.2.0, il est possible d'ajouter un support expérimental dans PHP 5.1.x en utilisant le drapeau suivant lors de la compilation : CFLAGS=-DEXPERIMENTAL_DATE_SUPPORT=1



add a note add a note User Contributed Notes
Installation
dave2008 at buchananville dot com
21-Jul-2008 09:40
A note that might save some people some time:

This note on this page about DateTime object not being available unless you have PHP 5.2.0 or greater ONLY applies to SOME of the functions listed in the function list section of this manual.

The DateTime is a new OO-based approach to date manipulation, but the old methods such as strtotime() and date() have been there for ages and still get the job done.

To new users a "This not available until 5.2.0" note on the "Installation" page for this section seems to imply that ALL the functionality of this section is not available until 5.2.0.

Maybe we should put a note on each of the "new" functionality pages that says.  "This is new as of 5.2.0, and effectively replaces X and Y legacy functions".  Just a thought.

Configuration à l'exécution> <Installation/Configuration
Last updated: Fri, 05 Sep 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites