Remove entries already in 5.3

This commit is contained in:
Hannes Magnusson 2011-09-07 14:44:31 +00:00
parent 0d2aa8591b
commit 6dcf880e7d

6
NEWS
View File

@ -9,8 +9,6 @@ PHP NEWS
not empty. (Derick)
. Fixed bug #55378: Binary number literal returns float number though its
value is small enough. (Derick)
. Fixed bug #52461 (Incomplete doctype and missing xmlns).
(virsacer at web dot de, Pierre)
. Added support for SORT_NATURAL and SORT_FLAG_CASE in array
sort functions (sort, rsort, ksort, krsort, asort, arsort and
array_multisort). FR#55158 (Arpad)
@ -29,10 +27,6 @@ PHP NEWS
support. (Rui)
. Added the user user defined area for CP936 and CP950 (Rui).
- Improved NSAPI SAPI:
. Fixed bug#55403 (Don't set $_SERVER['HTTPS'] on unsecure connection).
(Uwe Schindler)
- Improved Reflection extension:
. Added ReflectionClass::newInstanceWithoutConstructor() to create a new
instance of a class without invoking its constructor. FR #55490.