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

index adc38bc0e671e00592fb2f0b5ce34743a9b25634..ed298a615b59dc3f4b16fd6cc77ad8838b8f2d5e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,83 @@
+2007-08-30  Christopher Jones  <christopher.jones@oracle.com>
+
+    * ext/oci8/tests/rowid_bind.phpt
+      ext/oci8/tests/xmltype_01.phpt:
+      MFB New tests
+
+    * ext/oci8/tests/rowid_bind.phpt
+      ext/oci8/tests/rowid_bind.phpt
+      ext/oci8/tests/xmltype_01.phpt
+      ext/oci8/tests/xmltype_01.phpt:
+      
+      file rowid_bind.phpt was initially added on branch PHP_5_2.
+
+2007-08-30  Rob Richards  <rrichards@ctindustries.net>
+
+    * (PHP_5_2)
+      NEWS:
+      BFN
+
+    * (PHP_5_2)
+      ext/dom/php_dom.c:
+      MFH: fix bug #42462 (Segmentation when trying to set an attribute in
+      DOMElement)
+
+    * ext/dom/php_dom.c:
+      fix bug #42462 (Segmentation when trying to set an attribute in DOMElement)
+
+2007-08-30  Johannes Schlüter  <johannes@schlueters.de>
+
+    * ZendEngine2/zend.h
+      ZendEngine2/zend_execute_API.c
+      ZendEngine2/zend_object_handlers.c
+      ZendEngine2/zend_object_handlers.h
+      ZendEngine2/zend_vm_def.h
+      ZendEngine2/zend_vm_execute.h:
+      - Allow binary strings as method name in $class::$method(), fixes
+        tests/lang/044.phpt (Etienne Kneuss)
+
+2007-08-30  Hannes Magnusson  <hannes.magnusson@gmail.com>
+
+    * (PHP_5_2)
+      NEWS
+      ext/pdo/pdo_dbh.c
+      ext/pdo/pdo_stmt.c
+      ext/pdo/tests/pdo_029.phpt
+      ext/pdo/tests/pdo_030.phpt:
+      - Fixed bug #42452 (PDO classes do not expose Reflection API information)
+      - Fixed tests
+
+2007-08-30  Antony Dovgal  <antony@zend.com>
+
+    * ZendEngine2/zend_API.h:
+      fix C++ extensions build
+      C++ doesn't allow implicit casting of void* to Uchar*, we have to do it
+      explicitly
+
+2007-08-30  Sebastian Bergmann  <sb@sebastian-bergmann.de>
+
+    * ZendEngine2/zend_builtin_functions.c:
+      MFB: Add optional parameter  to debug_backtrace().
+
+    * (PHP_5_2)
+      NEWS
+      ZendEngine2/zend_builtin_functions.c:
+      Add optional parameter  to debug_backtrace().
+
+    * (PHP_5_2)
+      configure.in
+      main/php_version.h:
+      Back to -dev.
+
+2007-08-30  Raghubansh Kumar  <kraghuba@in.ibm.com>
+
+    * (PHP_5_2)
+      ext/standard/tests/file/lstat_stat_variation6.phpt:
+      fix test: do not run when noatime set
+
+    * ext/standard/tests/file/lstat_stat_variation6.phpt:
+      fix tests: do not run when noatime set
+
 2007-08-29  Ilia Alshanetsky  <ilia@prohost.org>
 
     * (PHP_5_2)
index 1e91db78072baeea5c753d6a021735722dc7360e..11c33064ced21d3f196870df1b205fb960829c7c 100644 (file)
@@ -1,3 +1,30 @@
+2007-08-30  Johannes Schlüter  <johannes@schlueters.de>
+
+    * zend.h
+      zend_execute_API.c
+      zend_object_handlers.c
+      zend_object_handlers.h
+      zend_vm_def.h
+      zend_vm_execute.h:
+      - Allow binary strings as method name in $class::$method(), fixes
+        tests/lang/044.phpt (Etienne Kneuss)
+
+2007-08-30  Antony Dovgal  <antony@zend.com>
+
+    * zend_API.h:
+      fix C++ extensions build
+      C++ doesn't allow implicit casting of void* to Uchar*, we have to do it
+      explicitly
+
+2007-08-30  Sebastian Bergmann  <sb@sebastian-bergmann.de>
+
+    * zend_builtin_functions.c:
+      MFB: Add optional parameter  to debug_backtrace().
+
+    * (PHP_5_2)
+      zend_builtin_functions.c:
+      Add optional parameter  to debug_backtrace().
+
 2007-08-25  Rui Hirokawa  <rui_hirokawa@ybb.ne.jp>
 
     * zend_compile.c