summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2007-08-31 01:31:23 +0000
committer <changelog@php.net>2007-08-31 01:31:23 +0000
commit11fa0dbc0a18ec3383eaac442485fb06e922c1ba (patch)
tree80bfd97b47387342911ca555b7a4c8945355a6ff
parentc9a404eba88f3907ddfb24829e82d82e2a2dfb24 (diff)
downloadphp-git-11fa0dbc0a18ec3383eaac442485fb06e922c1ba.tar.gz
ChangeLog update
-rw-r--r--ChangeLog80
-rw-r--r--Zend/ChangeLog27
2 files changed, 107 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index adc38bc0e6..ed298a615b 100644
--- 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)
diff --git a/Zend/ChangeLog b/Zend/ChangeLog
index 1e91db7807..11c33064ce 100644
--- a/Zend/ChangeLog
+++ b/Zend/ChangeLog
@@ -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