changelog Tue Jun 26 01:31:23 2007 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2729&r2=1.2730&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2729 php-src/ChangeLog:1.2730
--- php-src/ChangeLog:1.2729 Mon Jun 25 01:31:22 2007
+++ php-src/ChangeLog Tue Jun 26 01:31:22 2007
@@ -1,3 +1,90 @@
+2007-06-25 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
* (PHP_5_2)