]> granicus.if.org Git - php/commitdiff
Remove entries already in 5.3
authorHannes Magnusson <bjori@php.net>
Wed, 7 Sep 2011 14:44:31 +0000 (14:44 +0000)
committerHannes Magnusson <bjori@php.net>
Wed, 7 Sep 2011 14:44:31 +0000 (14:44 +0000)
NEWS

diff --git a/NEWS b/NEWS
index af1a177955e869848faba004dc684395fc46f1b9..d6e7369ef383b58d67fe538ed38deaa58ce6a82a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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.