__DIR__ announce

This commit is contained in:
Stanislav Malyshev 2008-02-12 00:24:12 +00:00
parent fd597dce1b
commit b6e6e77fce

1
NEWS
View File

@ -9,6 +9,7 @@ PHP NEWS
. Added support for dynamic access of static members using $foo::myFunc().
(Etienne Kneuss)
. Improved checks for callbacks. (Marcus)
. Added __DIR__ constant. (Lars Strojny)
- Added new date/time functionality: (Derick)
. date_parse_from_format(): Parse date/time strings according to a format.