]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Fri, 22 Apr 2005 00:45:41 +0000 (00:45 +0000)
committer <changelog@php.net> <>
Fri, 22 Apr 2005 00:45:41 +0000 (00:45 +0000)
ChangeLog
Zend/ChangeLog

index c09ed191329350db20bc4c5e53b8983149df0e8b..087e977c07aa338d29f71e1abfe43f41b56c4352 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,63 @@
+2005-04-21  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * ext/odbc/config.m4:
+      - Fix birdstep support (no SQLDataSources() support in it)
+
+2005-04-21  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/curl/interface.c
+      ext/dom/attr.c
+      ext/dom/document.c
+      ext/dom/domimplementation.c
+      ext/dom/node.c
+      ext/dom/php_dom.c
+      ext/dom/php_dom.h
+      ext/dom/xml_common.h
+      ext/dom/xpath.c:
+      php_error() -> php_error_docref().
+
+2005-04-21  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * configure.in:
+      - Allow using --enable-versioning with any SAPI module
+
+    * configure.in
+      sapi/cgi/config9.m4
+      sapi/cli/config.m4:
+      Expose EXEEXT and use for cli/cgi binaries
+
+    * (PHP_4_3)
+      NEWS
+      ext/standard/basic_functions.c
+      ext/standard/basic_functions.c:
+      MFH: - Fixed bug #32647 (Using register_shutdown_function() with invalid
+      callback can crash PHP)
+
+    * (PHP_5_0)
+      NEWS:
+      BFN
+
+    * ext/standard/basic_functions.c:
+      - Fixed bug #32647 (Using register_shutdown_function() with invalid
+      callback can crash PHP)
+
+    * (PHP_4_3)
+      ext/standard/tests/general_functions/bug32647.phpt:
+      Fix test
+
+    * ZendEngine2/tests/unset_cv05.phpt:
+      Fix test when register_long_arrays is off in your php.ini
+
+    * ext/standard/tests/general_functions/bug32647.phpt
+      ext/standard/tests/general_functions/bug32647.phpt
+      ext/standard/tests/general_functions/bug32647.phpt:
+        1.1.4;
+      Added test for bug #32647
+
+    * ext/standard/tests/general_functions/bug29038.phpt
+      ext/standard/tests/general_functions/bug31190.phpt:
+      bug => Bug
+
 2005-04-20  Ilia Alshanetsky  <ilia@prohost.org>
 
     * ext/fdf/fdf.c:
index 1505e4705b88cf5ddfc8f8ce3b88779f7b829487..e51998c2e977a85e04f03640b4e29d16d47e5153 100644 (file)
@@ -1,3 +1,8 @@
+2005-04-21  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * tests/unset_cv05.phpt:
+      Fix test when register_long_arrays is off in your php.ini
+
 2005-04-19  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
 
     * zend_API.c