]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Wed, 24 May 2006 05:31:57 +0000 (05:31 +0000)
committer <changelog@php.net> <>
Wed, 24 May 2006 05:31:57 +0000 (05:31 +0000)
ChangeLog
Zend/ChangeLog

index 0d9dab5e6e6160314e7ff4aefd6acc51d2fe45f7..846722f7541f1216dfcbb6e9da7a132518a76f21 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,90 @@
+2006-05-23  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * (PHP_5_1)
+      ext/standard/tests/array/array_combine.phpt
+      ext/standard/tests/array/array_combine.phpt
+      ext/standard/tests/array/array_diff_assoc.phpt
+      ext/standard/tests/array/array_diff_assoc.phpt:
+      - MFH Add more tests from Ligaya Turmelle
+
+    * ext/standard/tests/array/array_combine.phpt
+      ext/standard/tests/array/array_combine.phpt
+      ext/standard/tests/array/array_combine.phpt
+      ext/standard/tests/array/array_diff_assoc.phpt
+      ext/standard/tests/array/array_diff_assoc.phpt
+      ext/standard/tests/array/array_diff_assoc.phpt:
+        1.1.4;
+      - Add more tests from Ligaya Turmelle
+
+2006-05-23  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_4_4)
+      NEWS
+      main/php_open_temporary_file.c
+      main/php_open_temporary_file.c:
+      MFH: Fixed handling of extremely long paths inside tempnam() function.
+
+    * main/php_open_temporary_file.c:
+      MFB: Fixed handling of extremely long paths inside tempnam() function.
+
+    * (PHP_5_2)
+      NEWS
+      main/php_open_temporary_file.c:
+      Fixed handling of extremely long paths inside tempnam() function.
+
+2006-05-23  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * (PHP_5_2)
+      ext/standard/tests/file/stream_rfc2397_007.phpt:
+      file stream_rfc2397_007.phpt was added on branch PHP_5_2 on 2006-05-23
+      22:31:24 +0000
+
+    * main/streams/memory.c:
+      - Fix feof() with temp/memory streams
+
+    * (PHP_5_2)
+      ext/simplexml/php_simplexml.h
+      ext/simplexml/simplexml.c
+      ext/simplexml/tests/profile12.phpt
+      ext/simplexml/tests/profile13.phpt:
+      - MFH Sync with head (namespace prefix handling)
+
+    * NEWS:
+      - Done in 5.2
+
+    * ext/simplexml/simplexml.c:
+      - Readd NULL as allowed classname to skip parameter
+
+    * (PHP_5_2)
+      ZendEngine2/zend_API.c:
+      - MFH Handle NULL in C argument parsing correct
+
+    * ZendEngine2/zend_API.c:
+      - Handle NULL in C argument parsing correct
+
+    * ext/simplexml/tests/bug37565.phpt
+      ext/simplexml/tests/bug37565.phpt
+      ext/standard/tests/file/stream_rfc2397_007.phpt:
+      
+      - Add new test
+
+    * (PHP_5_2)
+      ZendEngine2/zend_API.c:
+      - Fix double error raising issue
+
+    * ext/simplexml/simplexml.c:
+      - Fix SEGV in case class to generate is not derived from SimpleXMLElement
+        by issueing an error
+
+2006-05-23  Sebastian Bergmann  <sb@sebastian-bergmann.de>
+
+    * (PHP_5_2)
+      ZendEngine2/acinclude.m4:
+      MFH: Add bison 2.2 to the list of supported versions.
+
+    * ZendEngine2/acinclude.m4:
+      Add bison 2.2 to the list of supported versions.
+
 2006-05-22  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
 
     * .gdbinit:
index 891b0c57c63ea8fae1bc61df15ac2180967f8e3d..2043c9cc93a745e1e525c1ad5aa340e4ab76d977 100644 (file)
@@ -1,3 +1,25 @@
+2006-05-23  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * (PHP_5_2)
+      zend_API.c:
+      - MFH Handle NULL in C argument parsing correct
+
+    * zend_API.c:
+      - Handle NULL in C argument parsing correct
+
+    * (PHP_5_2)
+      zend_API.c:
+      - Fix double error raising issue
+
+2006-05-23  Sebastian Bergmann  <sb@sebastian-bergmann.de>
+
+    * (PHP_5_2)
+      acinclude.m4:
+      MFH: Add bison 2.2 to the list of supported versions.
+
+    * acinclude.m4:
+      Add bison 2.2 to the list of supported versions.
+
 2006-05-21  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
 
     * (PHP_5_2)