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

index cde0fc6344b1e7750b6adf2960ce40979f27b7c8..45da11e6feb9c9d78ffe0d840483ec8edacc080a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,113 @@
+2006-08-22  Antony Dovgal  <antony@zend.com>
+
+    * (PHP_5_2)
+      ext/standard/tests/strings/implode1.phpt:
+      add test for real
+
+    * (PHP_5_2)
+      ext/standard/string.c:
+      fix implode() function (see http://news.php.net/php.qa/26876)
+      add test
+
+    * ext/standard/tests/strings/implode1.phpt
+      ext/standard/tests/strings/implode1.phpt:
+      
+      add test
+
+2006-08-22  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/date/php_date.c:
+      MFB: Fixed bug #38511, #38473, #38263 (Fixed session extension request
+      shutdown order to ensure it is shutdown before the extensions it may
+      depend
+      on).
+
+    * (PHP_5_2)
+      NEWS
+      ext/date/php_date.c:
+      Fixed bug #38511, #38473, #38263 (Fixed session extension request shutdown
+      order to ensure it is shutdown before the extensions it may depend on).
+
+2006-08-22  Antony Dovgal  <antony@zend.com>
+
+    * configure.in
+      TSRM/tsrm.m4:
+      fix separate TSRM build
+
+2006-08-22  Dmitry Stogov  <dmitry@zend.com>
+
+    * (PHP_5_2)
+      NEWS
+      sapi/cli/php_cli.c
+      sapi/cli/php_cli.c:
+      Fixed bug #38543 (shutdown_executor() may segfault when memory_limit is too
+      low).
+
+2006-08-22  Antony Dovgal  <antony@zend.com>
+
+    * (PHP_5_2)
+      ext/oci8/oci8.c
+      ext/oci8/oci8_interface.c
+      ext/oci8/oci8_lob.c
+      ext/oci8/oci8_statement.c
+      ext/oci8/php_oci8_int.h
+      ext/oci8/tests/statement_cache.phpt:
+      minor improvements
+
+    * ext/oci8/oci8.c
+      ext/oci8/oci8_interface.c
+      ext/oci8/oci8_lob.c
+      ext/oci8/oci8_statement.c
+      ext/oci8/php_oci8_int.h
+      ext/oci8/tests/statement_cache.phpt:
+      minor improvements
+      dropped unused parameters, changed long to int where it should be int
+
+2006-08-22  Michael Wallner  <mike@iworks.at>
+
+    * main/output.c:
+      - fix php_output_handler_started()
+
+    * main/output.c:
+      - use the handler name zval directly when listing stati, too
+
+    * main/output.c
+      tests/output/ob_014.phpt
+      tests/output/ob_015.phpt:
+      - fix tests to comply with upgraded string.c
+      - use add_next_index_zval() when listing handlers
+
+    * main/output.c
+      main/php_output.h:
+      - allocate handler stack on the heap and avoid segfaults on shutdown when
+      startup fails
+      - don't try to append empty buffer
+      - fix some dbg format strings
+
+2006-08-22  Dmitry Stogov  <dmitry@zend.com>
+
+    * (PHP_5_1)
+      NEWS
+      NEWS
+      main/streams/plain_wrapper.c
+      main/streams/plain_wrapper.c
+      main/streams/plain_wrapper.c:
+      Fixed bug #38488 (Access to "php://stdin" and family crashes PHP on win32)
+
+    * ZendEngine2/zend_alloc.c
+      ZendEngine2/zend_alloc.c:
+      Fixed "win32" storage manager
+
+    * run-tests.php:
+      Fixed "make test" on win32
+
+    * (PHP_5_2)
+      run-tests.php:
+      Fix "make test" on win32
+
+    * ext/standard/string.c:
+      ZTS fix
+
 2006-08-21  Antony Dovgal  <antony@zend.com>
 
     * ext/pdo/tests/bug_38394.phpt
index 1338192ba1fe273051e5a9352f6d69a50e206c2a..dd772add1e04d2912d07e0a1af0f099febea993d 100644 (file)
@@ -1,3 +1,9 @@
+2006-08-22  Dmitry Stogov  <dmitry@zend.com>
+
+    * zend_alloc.c
+      zend_alloc.c:
+      Fixed "win32" storage manager
+
 2006-08-19  Ilia Alshanetsky  <ilia@prohost.org>
 
     * (PHP_5_2)