diff options
author | foobar <sniper@php.net> | 2005-10-13 10:01:59 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-10-13 10:01:59 +0000 |
commit | 428006f54d90daa400969bb8a3958d59e2b72355 (patch) | |
tree | 48e10fb613131a93baf9e7462bf875c6b4bf6cbb | |
parent | d67821cd021e1d1318f8824cf14a2fcb17f16fdd (diff) | |
download | php-git-428006f54d90daa400969bb8a3958d59e2b72355.tar.gz |
reorder
-rw-r--r-- | NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -5,9 +5,6 @@ PHP NEWS (Edin) - Changed "instanceof" and "catch" operators, is_a() and is_subclass_of() functions to not call __autoload(). (Dmitry) -- Added support for class constants and static members for internal classes. - (Dmitry, Michael Wallner) -- Added "new_link" parameter to mssql_connect() (Bug #34369). (Frank) - Improved SPL extension. (Marcus) . Moved RecursiveArrayIterator from examples into extension . Moved RecursiveFilterIterator from examples into extension @@ -30,6 +27,9 @@ PHP NEWS . ext/oracle (Jani, Derick) . ext/ovrimos (Jani, Derick, Pierre) . ext/pfpro (Jani, Derick, Pierre) +- Added support for class constants and static members for internal classes. + (Dmitry, Michael Wallner) +- Added "new_link" parameter to mssql_connect() (Bug #34369). (Frank) - Added missing safe_mode checks for image* functions and cURL. (Ilia) - Added missing safe_mode/open_basedir checks for file uploads. (Ilia) - Fixed possible INI setting leak via virtual() in Apache 2 sapi. (Ilia) |