]> granicus.if.org Git - php/commitdiff
Had the wrong bug number there
authorRasmus Lerdorf <rasmus@php.net>
Wed, 16 Nov 2011 16:43:12 +0000 (16:43 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Wed, 16 Nov 2011 16:43:12 +0000 (16:43 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 28cb454d78f8c158a5fbc25ec0e7b4c4e74ad8a6..d3ab317ae16ef356bcd154d079be4543c7a43d83 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -314,7 +314,7 @@ PHP                                                                        NEWS
   . Improved unserialize() performance.
     (galaxy dot mipt at gmail dot com, Kalle)
   . Improved unix build system to allow building multiple PHP binary SAPIs and
-    one SAPI module the same time. FR #53271, FR #52410. (Jani)
+    one SAPI module the same time. FR #53271, FR #52419. (Jani)
   . Added optional argument to debug_backtrace() and debug_print_backtrace()
     to limit the amount of stack frames returned. (Sebastian, Patrick)
   . Added stream metadata API support and stream_metadata() stream class