]> granicus.if.org Git - php/commitdiff
Fixed bug #34137 (assigning array element by reference causes binary mess)
authorDmitry Stogov <dmitry@php.net>
Thu, 1 Sep 2005 13:26:44 +0000 (13:26 +0000)
committerDmitry Stogov <dmitry@php.net>
Thu, 1 Sep 2005 13:26:44 +0000 (13:26 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 7a650171f2f92806491eae6c8d11002883eddab8..e61fb1abbd73fa8c21ae6ee6281977ce5f480bd0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,8 @@ PHP 4                                                                      NEWS
 - Fixed bug #34156 (memory usage remains elevated after memory limit is 
   reached). (Ilia)
 - Fixed bug #34148 (+,- and . not supported as parts of scheme). (Ilia)
+- Fixed bug #34137 (assigning array element by reference causes binary mess).
+  (Dmitry) 
 - Fixed bug #34068 (Numeric string as array key not cast to integer in 
   wddx_deserialize()). (Ilia)
 - Fixed bug #34064 (arr[] as param to function is allowed only if function