]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Tue, 1 May 2007 01:31:03 +0000 (01:31 +0000)
committer <changelog@php.net> <>
Tue, 1 May 2007 01:31:03 +0000 (01:31 +0000)
ChangeLog
Zend/ChangeLog

index 8c38c794e08a0bff6e9ed7b2bb2e4f46694fe83e..7e80b248259d7a91c4cba83e0eb522064c4777e3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,41 @@
+2007-04-30  Antony Dovgal  <antony@zend.com>
+
+    * ext/ldap/ldap.c:
+      initialize optional parameters
+
+2007-04-30  Johannes Schlüter  <johannes@schlueters.de>
+
+    * (PHP_5_2)
+      NEWS:
+      BFN
+
+    * (PHP_5_2)
+      ZendEngine2/zend_API.c
+      ext/spl/tests/spl_007.phpt:
+      - MFH Fix "f" modifier for zend_parse_parameters_ex in case of a __call
+      call
+
+    * ext/spl/tests/spl_007.phpt
+      ext/spl/tests/spl_007.phpt:
+      
+      - Add new test
+
+    * ZendEngine2/zend_API.c:
+      - Fix "f" modifier for zend_parse_parameters_ex in case of a __call call
+        (fixes Zend/tests/bug19859.phpt and Zend/tests/bug34260.phpt)
+
+2007-04-30  Edin Kadribasic  <edin@krug.dk>
+
+    * (PHP_5_2)
+      main/php_version.h:
+      Sync correctly with configure.in
+
+2007-04-30  Antony Dovgal  <antony@zend.com>
+
+    * ZendEngine2/zend_operators.c
+      ZendEngine2/tests/concat_002.phpt:
+      make concatenating two binary strings a special case
+
 2007-04-29  Edin Kadribasic  <edin@krug.dk>
 
     * ext/zlib/php_zlib.def:
index 52d6d8ce064fbc64db6fafab8c3d0fd7a7d83019..29ed46934632d0f3b720655c9df36bf588cc4195 100644 (file)
@@ -1,3 +1,20 @@
+2007-04-30  Johannes Schlüter  <johannes@schlueters.de>
+
+    * (PHP_5_2)
+      zend_API.c:
+      - MFH Fix "f" modifier for zend_parse_parameters_ex in case of a __call
+      call
+
+    * zend_API.c:
+      - Fix "f" modifier for zend_parse_parameters_ex in case of a __call call
+        (fixes Zend/tests/bug19859.phpt and Zend/tests/bug34260.phpt)
+
+2007-04-30  Antony Dovgal  <antony@zend.com>
+
+    * zend_operators.c
+      tests/concat_002.phpt:
+      make concatenating two binary strings a special case
+
 2007-04-28  Antony Dovgal  <antony@zend.com>
 
     * zend.c: