]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Tue, 26 Jun 2007 01:31:22 +0000 (01:31 +0000)
committer <changelog@php.net> <>
Tue, 26 Jun 2007 01:31:22 +0000 (01:31 +0000)
ChangeLog

index 78d52e271b56a85e70d51400458174e7022f2dbf..2c688b19564f96de4c4ea1c6e653a93463c288ea 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,90 @@
+2007-06-25  Antony Dovgal  <antony@zend.com>
+
+    * ext/standard/tests/file/bug41655_1.phpt
+      ext/standard/tests/file/bug41655_1.phpt
+      ext/standard/tests/file/bug41655_1.phpt
+      ext/standard/tests/file/bug41655_1.phpt:
+      fix test
+
+    * (PHP_5_2)
+      NEWS
+      ext/standard/basic_functions.c:
+      fix #41773 (php_strip_whitespace sends headers with errors suppressed)
+      MFB is not needed, output buffering in HEAD handles this situation
+      correctly
+
+2007-06-25  Scott MacVicar  <scott@macvicar.net>
+
+    * ext/mysql/php_mysql.c
+      ext/mysqli/mysqli.c:
+      MFB: Fixed bug #41350 (my_thread_global_end() error during request shutdown
+      on Windows).
+
+2007-06-25  Antony Dovgal  <antony@zend.com>
+
+    * (PHP_5_2)
+      NEWS
+      ext/oci8/oci8_lob.c
+      ext/oci8/tests/lob_null.phpt:
+      MFH: fix #41711 (Null temporary lobs not supported)
+
+    * ext/oci8/oci8_lob.c
+      ext/oci8/tests/lob_null.phpt
+      ext/oci8/tests/lob_null.phpt:
+      fix #41711 (Null temporary lobs not supported)
+
+    * ext/sysvshm/tests/003.phpt:
+      cleanup test data
+
+2007-06-25  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * (PHP_5_2)
+      ext/pdo_sqlite/config.m4:
+      MFH: - Fixed bug #41794 (build fails with external libs under Solaris)
+
+    * ext/pdo_sqlite/config.m4:
+      - Fixed bug #41794 (build fails with external libs under Solaris)
+
+2007-06-25  Scott MacVicar  <scott@macvicar.net>
+
+    * (PHP_5_2)
+      NEWS
+      ext/mysql/php_mysql.c
+      ext/mysqli/mysqli.c:
+      Fixed bug #41350 (my_thread_global_end() error during request shutdown on
+      Windows).
+
+2007-06-25  Dmitry Stogov  <dmitry@zend.com>
+
+    * configure.in
+      configure.in:
+      Fixed stat() to support rdev, blocksize and blocks on Fedora 7
+
+    * ext/standard/dir.c:
+      (forgotten part of fix)
+
+    * ext/standard/tests/file/lstat_stat_basic.phpt
+      ext/standard/tests/file/lstat_stat_basic.phpt
+      ext/standard/tests/file/symlink_link_linkinfo_is_link_variation.phpt
+      ext/standard/tests/file/symlink_link_linkinfo_is_link_variation.phpt
+      ext/xmlwriter/tests/007.phpt
+      ext/xmlwriter/tests/007.phpt
+      ext/xmlwriter/tests/OO_007.phpt
+      ext/xmlwriter/tests/OO_007.phpt:
+      Fixed tests
+
+    * ext/standard/dir.c
+      ext/standard/dir.c
+      ext/standard/tests/file/bug41655_1.phpt
+      ext/standard/tests/file/bug41655_1.phpt:
+      Better fix for bug #41655
+
+    * main/snprintf.c
+      main/snprintf.c
+      main/spprintf.c
+      main/spprintf.c:
+      Restore big exponent letter in var_export() ('1e300' -> '1E300')
+
 2007-06-24  Ilia Alshanetsky  <ilia@prohost.org>
 
     * (PHP_5_2)