]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Fri, 3 Oct 2008 01:31:55 +0000 (01:31 +0000)
committer <changelog@php.net> <>
Fri, 3 Oct 2008 01:31:55 +0000 (01:31 +0000)
ChangeLog
Zend/ChangeLog

index 52c9df7ab7bb8ba40aa2970753e4a18f9d504570..8cc8314d65f271130009cc958f915690ca67911d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,61 @@
+2008-10-02  Zoe Slattery  <zoe.slattery@googlemail.com>
+
+    * (PHP_5_3)
+      ext/simplexml/tests/SimpleXMLElement_addAttribute_basic.phpt
+      ext/simplexml/tests/simplexml_load_file.phpt:
+      Committting tests for Olafur Waage
+
+    * ext/simplexml/tests/SimpleXMLElement_addAttribute_basic.phpt
+      ext/simplexml/tests/SimpleXMLElement_addAttribute_basic.phpt
+      ext/simplexml/tests/simplexml_load_file.phpt
+      ext/simplexml/tests/simplexml_load_file.phpt:
+      
+      Committting tests for Olafur Waage
+
+2008-10-02  Etienne Kneuss  <php@colder.ch>
+
+    * (PHP_5_3)
+      ZendEngine2/zend_execute_API.c:
+      MFH: Use enum alternative instead of explicit value
+
+    * ZendEngine2/zend_execute_API.c:
+      Use enum alternative instead of explicit value
+
+2008-10-02  Antony Dovgal  <tony@daylessday.org>
+
+    * (PHP_5_3)
+      ext/standard/info.c
+      ext/standard/streamsfuncs.c:
+      MFH: use HashPosition to prevent race condition in multithreaded env
+
+    * ext/standard/info.c
+      ext/standard/streamsfuncs.c:
+      use HashPosition to prevent race condition in multithreaded env
+
+2008-10-02  Felipe Pena  <felipensp@gmail.com>
+
+    * (PHP_5_2)
+      NEWS
+      ext/json/json.c
+      ext/json/json.c
+      ext/json/tests/bug46215.phpt:
+      - MFH: Fixed bug #46215 (json_encode mutates its parameter and has some
+      class-specific state)
+
+    * (PHP_5_3)
+      ext/json/tests/bug46215.phpt:
+      - New test
+
+    * ext/json/tests/bug46215.phpt
+      ext/json/tests/bug46215.phpt
+      ext/json/tests/bug46215.phpt:
+        1.1.4;
+      - New test
+
+    * ext/json/json.c:
+      - Fixed bug #46215 (json_encode mutates its parameter and has some
+      class-specific state)
+
 2008-10-01  Johannes Schlüter  <johannes@schlueters.de>
 
     * ext/mysqlnd/php_mysqlnd.c:
index 4c3ea21740a8c6d1c00e1a321966031d2a04a940..5ea0cd10bbd8a222a6e59168c90c103d814693cd 100644 (file)
@@ -1,3 +1,12 @@
+2008-10-02  Etienne Kneuss  <php@colder.ch>
+
+    * (PHP_5_3)
+      zend_execute_API.c:
+      MFH: Use enum alternative instead of explicit value
+
+    * zend_execute_API.c:
+      Use enum alternative instead of explicit value
+
 2008-10-01  Antony Dovgal  <tony@daylessday.org>
 
     * zend_execute_API.c: