From: Date: Sun, 9 Nov 2008 01:32:26 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: BEFORE_HEAD_NS_CHANGE~45 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2177a39bdfb9dd03e31810697383b0e5363e8a2f;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 168745d4d3..23593257f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,106 @@ +2008-11-08 Rasmus Lerdorf + + * (PHP_5_3) + sapi/cgi/cgi_main.c: + Fix for bug #46525 + + * (PHP_5_2) + sapi/cgi/cgi_main.c: + Potential fix for bug #46525 + +2008-11-08 Felipe Pena + + * (PHP_5_3) + ext/sybase_ct/tests/skipif.inc + ext/sybase_ct/tests/skipif.inc: + - MFH: Added connection checking on SKIPIF + + * ext/sybase_ct/tests/skipif.inc: + - Added connection checking on SKIPIF + +2008-11-08 Timm Friebe + + * (PHP_5_2) + ext/sybase_ct/tests/test_unbuffered_no_full_fetch.phpt: + - MFB: Initial release + + * (PHP_5_2) + ext/sybase_ct/tests/bug30312.phpt: + - MFB: Made this test independent of date format + + * (PHP_5_2) + ext/sybase_ct/php_sybase_ct.c: + - MFB: Fixed problems with segmentation faults when using unbuffered + queries + + * (PHP_5_3) + ext/sybase_ct/tests/bug29064.phpt + ext/sybase_ct/tests/bug29064.phpt: + - Adjusted tests to reality + + * (PHP_5_3) + ext/sybase_ct/php_sybase_ct.c: + - Fixed problems with segmentation faults when using unbuffered queries + + * (PHP_5_3) + ext/sybase_ct/tests/bug30312.phpt: + - Made this test independent of date format + + * ext/sybase_ct/tests/test_unbuffered_no_full_fetch.phpt + ext/sybase_ct/tests/test_unbuffered_no_full_fetch.phpt + ext/sybase_ct/tests/test_unbuffered_no_full_fetch.phpt: + 1.1.4; + file test_unbuffered_no_full_fetch.phpt was initially added on branch + PHP_5_3. + + * (PHP_5_3) + ext/sybase_ct/php_sybase_ct.c: + - QA: Unified error messages in php_sybase_query() + + * (PHP_5_2) + ext/sybase_ct/php_sybase_ct.c: + - MFB: Changed while loop in php_sybase_fetch_result_row() to also read + rows with + retcode == CS_ROW_FAIL. + + * (PHP_5_3) + ext/sybase_ct/php_sybase_ct.c: + - Changed while loop in php_sybase_fetch_result_row() to also read rows + with + retcode == CS_ROW_FAIL. + + * (PHP_5_2) + ext/sybase_ct/tests/test_appname.phpt: + - MFB: Made this test independent of field types in master..sysprocesses + + * (PHP_5_2) + ext/sybase_ct/tests/test.inc + ext/sybase_ct/tests/test.inc: + - Changed source to read host, user and password from environment + + * (PHP_5_3) + ext/sybase_ct/tests/test_appname.phpt: + - Made this test independent of field types in master..sysprocesses + + * (PHP_5_3) + ext/sybase_ct/tests/test_msghandler.phpt: + - Fixed expected warning messages + +2008-11-08 Antony Dovgal + + * (PHP_5_3) + ZendEngine2/zend_language_parser.y: + fix more invalid reads + +2008-11-08 Scott MacVicar + + * (PHP_5_2) + run-tests.php: + MFH: Support versions of valgrind from SVN. The version is shown as + 3.4.0.SVN + + Save the bunnies + 2008-11-07 Felipe Pena * (PHP_5_2) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index d807cc2064..756471160b 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,9 @@ +2008-11-08 Antony Dovgal + + * (PHP_5_3) + zend_language_parser.y: + fix more invalid reads + 2008-11-07 Antony Dovgal * (PHP_5_3)