summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2005-10-13 10:01:59 +0000
committerfoobar <sniper@php.net>2005-10-13 10:01:59 +0000
commit428006f54d90daa400969bb8a3958d59e2b72355 (patch)
tree48e10fb613131a93baf9e7462bf875c6b4bf6cbb
parentd67821cd021e1d1318f8824cf14a2fcb17f16fdd (diff)
downloadphp-git-428006f54d90daa400969bb8a3958d59e2b72355.tar.gz
reorder
-rw-r--r--NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index c862ed0791..4b693e9e14 100644
--- a/NEWS
+++ b/NEWS
@@ -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)