]> granicus.if.org Git - php/commitdiff
Entry existent in 5_2
authorFelipe Pena <felipe@php.net>
Sun, 24 Feb 2008 18:19:17 +0000 (18:19 +0000)
committerFelipe Pena <felipe@php.net>
Sun, 24 Feb 2008 18:19:17 +0000 (18:19 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 5b43b55b7d19ea0d69f231b5a4911bb2d10b533a..3ce0ab5922386de053070c8402692bdce5efc254 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -135,7 +135,6 @@ PHP                                                                        NEWS
 - Fixed bug #43136 (possible crash on script execution timeout.
   The EG(function_state_ptr) is completely removed,
   EG(current_execute_data)->function_state must be used instead). (Dmitry)
-- Fixed bug #43128 (Very long class name causes segfault). (Dmitry)
 - Fixed bug #42952 (soap cache file is created with insecure permissions).
   (Dmitry)
 - Fixed bug #42868 (Floats cast to integer produce unpredictable results).