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

search for in the

Konfiguracja wykonawcza> <Wymagania
Last updated: Fri, 20 Nov 2009

view this page in

Instalacja

By używać tych funkcji, nie trzeba niczego instalować. Są one częścią jądra PHP.

Informacja: Pobieranie najnowszej bazy danych stref czasowych
Najnowszą wersję bazy danych stref czasowych można zainstalować poprzez PECL » timezonedb. Dla użytkowików Windows, prekompilowana biblioteka DLL może być pobrana ze strony PECL4WIN: » php_timezonedb.dll.

Informacja: Eksperymentalna obsługa daty i czasu w PHP 5.1.x
Chociaż klasa DateTime (i powiązane z nią funkcje) są włączone domyślnie dopiero od PHP 5.2.0, to jest możliwe dodanie eksperymentalnej obsługi już w PHP 5.1.x, poprzez użycie następującego znacznika przed przystąpieniem do konfiguracji/kompilacji: CFLAGS=-DEXPERIMENTAL_DATE_SUPPORT=1



add a note add a note User Contributed Notes
Instalacja
dave2008 at buchananville dot com
21-Jul-2008 07: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.

Konfiguracja wykonawcza> <Wymagania
Last updated: Fri, 20 Nov 2009
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites