]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Thu, 20 Oct 2005 05:34:50 +0000 (05:34 +0000)
committer <changelog@php.net> <>
Thu, 20 Oct 2005 05:34:50 +0000 (05:34 +0000)
ChangeLog
Zend/ChangeLog

index b3df5c05b599c995e7313efc8079375eaca89b48..c394be2e762a8a664abd098585060bcdbe67d31e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,78 @@
+2005-10-19  Antony Dovgal  <antony@zend.com>
+
+    * (PHP_5_0)
+      NEWS:
+      BFN
+
+    * (PHP_5_0)
+      main/SAPI.c
+      sapi/cli/php_cli.c:
+      MFH:
+      fixed bug #29983 (PHP does not explicitly set mime type & charset)
+      + call sapi_deactivate() when called with -m switch
+
+2005-10-19  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * sapi/cli/php_cli.c:
+      Fixed -m memory leak
+
+    * (PHP_4_4)
+      NEWS
+      NEWS
+      main/SAPI.c
+      main/SAPI.c:
+      MFH: Fixed bug #29983 (PHP does not explicitly set mime type & charset).
+
+    * main/SAPI.c:
+      Fixed bug #29983 (PHP does not explicitly set mime type & charset).
+
+2005-10-19  Rolland Santimano  <rollandsantimano@yahoo.com>
+
+    * ext/standard/string.c:
+      - Unicode impl of str[c]spn()
+
+2005-10-19  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_1)
+      NEWS:
+      MFH: Fixed bug #34623 (Crash in pdo_mysql on longtext fields).
+
+2005-10-19  Antony Dovgal  <antony@zend.com>
+
+    * (PHP_5_0)
+      ext/standard/uniqid.c:
+      backport Ilia's last patch to 5.0
+
+2005-10-19  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_4_4)
+      ext/standard/uniqid.c
+      ext/standard/uniqid.c:
+      MFH: Change E_ERROR to E_WARNING when more_entropy flag is off on Cygwin.
+
+    * ext/standard/uniqid.c:
+      Change E_ERROR to E_WARNING when more_entropy flag is off on Cygwin.
+
+2005-10-19  Dmitry Stogov  <dmitry@zend.com>
+
+    * ZendEngine2/tests/bug33257.phpt
+      ZendEngine2/tests/bug33257.phpt
+      ZendEngine2/tests/bug33257.phpt:
+      Fixed test
+
+2005-10-19  Antony Dovgal  <antony@zend.com>
+
+    * (PHP_5_1)
+      NEWS:
+      fix news entry
+
+    * (PHP_5_0)
+      ext/standard/tests/array/array_sum.phpt:
+      fix test (it fails on 64-bit hosts because of too low memory_limit)
+
+    * ext/oci8/php_oci8_int.h:
+      remove undef HAVE_OCI_STMT_PREPARE2
+
 2005-10-18  Antony Dovgal  <antony@zend.com>
 
     * (PHP_5_1)
index 5397b1ddb2714826a3068efc00bd66604b2a3011..a59d05c7b7ff7995bcca57e8b6389143c5eb16c9 100644 (file)
@@ -1,3 +1,10 @@
+2005-10-19  Dmitry Stogov  <dmitry@zend.com>
+
+    * tests/bug33257.phpt
+      tests/bug33257.phpt
+      tests/bug33257.phpt:
+      Fixed test
+
 2005-10-17  Dmitry Stogov  <dmitry@zend.com>
 
     * zend_compile.c