]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sun, 4 May 2008 01:31:42 +0000 (01:31 +0000)
committer <changelog@php.net> <>
Sun, 4 May 2008 01:31:42 +0000 (01:31 +0000)
ChangeLog
Zend/ChangeLog

index 8088feba280e66cf61d01e426d9b1b9e88d732d2..e870c0bf97f766fe6ca8e4ef03b6b30f09d196af 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,81 @@
+2008-05-03  Steph Fox  <steph.fox@virgin.net>
+
+    * (PHP_5_3)
+      win32/build/Makefile:
+      - Introducing nmake clean-all
+      - This should probably be merged with nmake clean, but I've no way to test
+      the impact on distro builds.
+
+2008-05-03  Zoe Slattery  <zoe.slattery@googlemail.com>
+
+    * ext/dom/tests/bug42082.phpt
+      ext/dom/tests/bug42082.phpt
+      ext/dom/tests/bug42082.phpt:
+      Committing corrected test from Eric Stewart
+
+2008-05-03  Felipe Pena  <felipensp@gmail.com>
+
+    * (PHP_5_3)
+      NEWS:
+      BFN: #44899
+
+2008-05-03  Etienne Kneuss  <php@colder.ch>
+
+    * ext/spl/spl_directory.c
+      ext/spl/spl_directory.c:
+      MFB: Fix #44838 (static class reference restricting overwriting)
+
+    * (PHP_5_3)
+      ext/simplexml/simplexml.c
+      ext/simplexml/tests/035.phpt:
+      MFH: Fix #44484 (define SimpleXMLElement::__toString())
+
+    * ext/simplexml/simplexml.c
+      ext/simplexml/tests/035.phpt
+      ext/simplexml/tests/035.phpt:
+      Fix #44484 (define SimpleXMLElement::__toString())
+
+2008-05-03  Derick Rethans  <php@derickrethans.nl>
+
+    * (PHP_5_3)
+      NEWS:
+      - Tabs to spaces.
+
+    * (PHP_5_3)
+      NEWS
+      ext/date/php_date.c:
+      - Added support for using an end date to limit the amount of recursions
+        with the DatePeriod iterator.
+
+    * ext/date/php_date.c:
+      - Added support for using an end date to limit the amount of recursions
+        with the DatePeriod iterator.
+
+    * (PHP_5_3)
+      NEWS
+      ext/date/lib/tm2unixtime.c:
+      - MFH: Fixed weekdays adding/subtracting algorithm.
+
+    * ext/date/lib/tm2unixtime.c:
+      - Fixed weekdays algorithm.
+
+2008-05-03  Felipe Pena  <felipensp@gmail.com>
+
+    * (PHP_5_3)
+      ZendEngine2/zend_object_handlers.c
+      ZendEngine2/tests/bug44899.phpt
+      ZendEngine2/tests/bug44899_2.phpt:
+      - MFH: Fixed bug #44899 (__isset usage changes behavior of empty()) (patch
+      by Etienne Kneuss)
+
+    * ZendEngine2/zend_object_handlers.c
+      ZendEngine2/tests/bug44899.phpt
+      ZendEngine2/tests/bug44899.phpt
+      ZendEngine2/tests/bug44899_2.phpt
+      ZendEngine2/tests/bug44899_2.phpt:
+      - Fixed bug #44899 (__isset usage changes behavior of empty()) (patch by
+      Etienne Kneuss)
+
 2008-05-02  Antony Dovgal  <tony@daylessday.org>
 
     * ext/reflection/config.m4
index 2d173c203942cc605854f5ee669cbf6855a1df30..4222a7b1010aa2e470810895cbd950c36f2ec7a8 100644 (file)
@@ -1,3 +1,20 @@
+2008-05-03  Felipe Pena  <felipensp@gmail.com>
+
+    * (PHP_5_3)
+      zend_object_handlers.c
+      tests/bug44899.phpt
+      tests/bug44899_2.phpt:
+      - MFH: Fixed bug #44899 (__isset usage changes behavior of empty()) (patch
+      by Etienne Kneuss)
+
+    * zend_object_handlers.c
+      tests/bug44899.phpt
+      tests/bug44899.phpt
+      tests/bug44899_2.phpt
+      tests/bug44899_2.phpt:
+      - Fixed bug #44899 (__isset usage changes behavior of empty()) (patch by
+      Etienne Kneuss)
+
 2008-04-30  Dmitry Stogov  <dmitry@zend.com>
 
     * zend_vm_def.h