Datum: 14.10.2008
, Kategorie:
PHP
Auch wenn bei PHP-Funktionen wie timezone_identifiers_list() (bzw. DateTimeZone::listIdentifiers()) PHP 5 >= 5.1.0 als Verfügbarkeit angegeben ist, sollte man sich nicht zu früh freuen. Im Kleingedruckten steht nämlich:
Note: Experimental DateTime support in PHP 5.1.x
Although the DateTime class (and related functions) are enabled by default since PHP 5.2.0, it is possible to add experimental support into PHP 5.1.x by using the following flag before configure/compile: CFLAGS=-DEXPERIMENTAL_DATE_SUPPORT=1
Effektiv sind diese Funktionen also erst ab PHP 5.2.0 verfügbar. Dies nur so als Hinweis. Nicht dass hinterher wieder jemand sagt, er hätte es nicht gewusst. ;-)