From: Date: Thu, 13 Sep 2007 01:31:21 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_2_0_0a1~1826 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=96316c2fdf0c83adbf6902053460e0936a7f4e10;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 124cbe29f1..71d9b7da28 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,89 @@ +2007-09-12 Stanislav Malyshev + + * ext/pdo/pdo_stmt.c: + MFB: fix crash if stream is empty and reader function sets buffer as null + + * (PHP_5_2) + ext/pdo/pdo_stmt.c: + fix crash if stream is empty and reader function sets buffer as null + +2007-09-12 Ilia Alshanetsky + + * (PHP_5_2) + NEWS + ext/pdo/pdo_dbh.c: + Fixed bug #42643 (CLI segfaults if using ATTR_PERSISTENT). + +2007-09-12 Nuno Lopes + + * ext/standard/proc_open.c: + MFB: fix #39651 + +2007-09-12 Jani Taskinen + + * (PHP_5_2) + NEWS: + reorder + + * (PHP_5_2) + NEWS: + BFN + +2007-09-12 Nuno Lopes + + * (PHP_5_2) + NEWS: + BFN #39651 + +2007-09-12 Jani Taskinen + + * ext/bz2/php_bz2.h: + - Fixed bug #42627 (bz2 extension fails to build with -fno-common) + +2007-09-12 Nuno Lopes + + * (PHP_5_2) + ext/standard/proc_open.c: + fix bug #39651: proc_open() append mode doesnt work on windows + +2007-09-12 Raghubansh Kumar + + * ext/standard/tests/file/readlink_realpath_basic1.phpt + ext/standard/tests/file/readlink_realpath_basic1.phpt + ext/standard/tests/file/readlink_realpath_variation1.phpt + ext/standard/tests/file/readlink_realpath_variation1.phpt + ext/standard/tests/file/readlink_realpath_variation2.phpt + ext/standard/tests/file/readlink_realpath_variation2.phpt: + marked with Bug #42038 + +2007-09-12 Jani Taskinen + + * (PHP_5_2) + NEWS: + fix news + +2007-09-12 Andrey Hristov + + * (PHP_5_2) + NEWS + ext/mysqli/mysqli.c + ext/mysqli/php_mysqli.h: + Fix stupid error, which happens only on Windows. And we thought this has + been fixed. Now my_thread_end() should be called and there should be no + warnings in the error logs of exiting thread, which hasn't deinited, and + leaks. + +2007-09-12 Raghubansh Kumar + + * ext/standard/tests/file/is_file_variation4.phpt + ext/standard/tests/file/rename_variation.phpt: + marked with bug#42638 + + * (PHP_5_2) + ext/standard/tests/file/is_file_variation4.phpt + ext/standard/tests/file/rename_variation.phpt: + marked with Bug# 42638 + 2007-09-11 Pierre-Alain Joye * ext/gd/libgd/gd.h: