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

index 0993461a83bf6fdaa36c1214a010e6999c3199df..a87dc9b94e5973f6329e1c6e5e405862e62ebb58 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,60 @@
+2008-04-17  Rob Richards  <rrichards@ctindustries.net>
+
+    * (PHP_5_3)
+      NEWS:
+      BFN
+
+    * (PHP_5_3)
+      ext/dom/element.c
+      ext/dom/tests/bug44648.phpt:
+      MFH: fix bug #44648 (Attribute names not checked for wellformedness)
+      add test
+      fix some warnings
+
+    * ext/dom/tests/bug44648.phpt
+      ext/dom/tests/bug44648.phpt:
+      
+      fix bug #44648 (Attribute names not checked for wellformedness)
+      fix some warnings
+
+    * ext/dom/element.c:
+      fix bug #44648 (Attribute names not checked for wellformedness)
+      fix some warnings
+
+2008-04-17  Felipe Pena  <felipensp@gmail.com>
+
+    * ZendEngine2/tests/023.phpt:
+      - New test
+
+    * ZendEngine2/tests/023.phpt
+      ZendEngine2/tests/023.phpt:
+      
+      file 023.phpt was initially added on branch PHP_5_3.
+
+2008-04-17  Antony Dovgal  <tony@daylessday.org>
+
+    * (PHP_5_2)
+      NEWS:
+      make Matt happy =)
+
+2008-04-17  Felipe Pena  <felipensp@gmail.com>
+
+    * ext/imap/php_imap.c
+      ext/imap/php_imap.c:
+      - Fixed typo
+
+    * (PHP_5_2)
+      ext/imap/php_imap.c:
+      - Fix typo
+
+2008-04-17  Dmitry Stogov  <dmitry@zend.com>
+
+    * ZendEngine2/zend.c
+      ZendEngine2/zend.c
+      ZendEngine2/zend_exceptions.c
+      ZendEngine2/zend_exceptions.c:
+      Fixed bug #44226 (Throwing an exception causes crash in multithreaded SAPI)
+
 2008-04-16  Ilia Alshanetsky  <ilia@prohost.org>
 
     * (PHP_5_3)
index ebfce6f5f5c718bbd22474a447199e784243a19e..45f96e1110b1069726205a9c321ae7b7da2c853b 100644 (file)
@@ -1,3 +1,21 @@
+2008-04-17  Felipe Pena  <felipensp@gmail.com>
+
+    * tests/023.phpt:
+      - New test
+
+    * tests/023.phpt
+      tests/023.phpt:
+      
+      file 023.phpt was initially added on branch PHP_5_3.
+
+2008-04-17  Dmitry Stogov  <dmitry@zend.com>
+
+    * zend.c
+      zend.c
+      zend_exceptions.c
+      zend_exceptions.c:
+      Fixed bug #44226 (Throwing an exception causes crash in multithreaded SAPI)
+
 2008-04-15  Dmitry Stogov  <dmitry@zend.com>
 
     * zend_execute.h