From 661eedec9f45a506f42f0e48aa2fa2ea287afc57 Mon Sep 17 00:00:00 2001 From: Date: Sat, 10 Dec 2005 06:53:20 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 89 ++++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 7 ++++ 2 files changed, 96 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0156a4cc9a..e1b7da7584 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,92 @@ +2005-12-09 Antony Dovgal + + * ext/standard/string.c: + fix #35617 + no need to separate zvals twice + +2005-12-09 Ilia Alshanetsky + + * Makefile.gcov: + MFB51: Fixed typo in gcov output filename + + * (PHP_5_1) + Makefile.gcov: + Fixed typo in gcov output filename + +2005-12-09 Antony Dovgal + + * ext/standard/http_fopen_wrapper.c: + MF51: fix wrong macro usage + + * (PHP_5_1) + ext/standard/http_fopen_wrapper.c: + php_stream_get_line() is a macro and it already has TSRMLS_CC + +2005-12-09 Pierre-Alain Joye + + * (PHP_5_1) + ext/gd/tests/pngcomp.phpt: + - MFH: no need to test if jpeg support exists + + * ext/gd/tests/pngcomp.phpt: + - no need to test if jpeg support exists + + * ext/gd/tests/pngcomp.phpt: + - MFB: test for compression mode in imagepng + +2005-12-09 Dmitry Stogov + + * (PHP_5_0) + NEWS + NEWS + ZendEngine2/zend_execute_API.c + ZendEngine2/zend_execute_API.c + ZendEngine2/zend_execute_API.c: + Fixed bug #35612 (iis6 Access Violation crash) + +2005-12-09 Pierre-Alain Joye + + * ext/gd/tests/pngcomp.phpt: + + file pngcomp.phpt was initially added on branch PHP_5_1. + +2005-12-09 Marcus Boerger + + * run-tests.php: + - Readd -u and -U + +2005-12-09 Dmitry Stogov + + * (PHP_5_0) + NEWS + NEWS + sapi/cgi/cgi_main.c + sapi/cgi/cgi_main.c: + Fixed bug #34429 (Output buffering cannot be turned off with FastCGI) + + * sapi/cgi/cgi_main.c: + Bug #34429 (Output buffering cannot be turned off with FastCGI) + + * ext/standard/string.c: + Support for 64-bit platforms + +2005-12-09 Marcus Boerger + + * (PHP_5_1) + run-tests.php: + - MFH Section FILE does not exist for redirection tests + + * run-tests.php: + - Section FILE does not exist for redirection tests + + * run-tests.php: + - Add missing newline + + * (PHP_5_1) + run-tests.php: + - Revert piece of MFH that shows an inconsistency - actually we should fix + this fread() issue. + 2005-12-08 Marcus Boerger * (PHP_5_1) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 541e033b2a..5813f79f27 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,10 @@ +2005-12-09 Dmitry Stogov + + * zend_execute_API.c + zend_execute_API.c + zend_execute_API.c: + Fixed bug #35612 (iis6 Access Violation crash) + 2005-12-08 Dmitry Stogov * tests/bug31341.phpt: -- 2.50.1