From: Date: Tue, 13 Dec 2005 06:31:44 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_0_4~396 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c7c509e7e824d585c34691624473c54923d0f083;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index ca5a0baaaa..f4da5bbffc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,54 @@ +2005-12-12 Marcus Boerger + + * (PHP_5_1) + ZendEngine2/zend_operators.c: + - Enforce termination to prevent possible SEGVs + +2005-12-12 Jani Taskinen + + * (PHP_5_1) + pear/Makefile.frag: + - Always use the builddir! + + * (PHP_5_1) + configure.in: + MFH: - added missing configure help line + + * configure.in: + - added missing configure help line + + * scripts/phpize.in: + more test output files + + * scripts/phpize.in: + - Cleanup test output files too + + * (PHP_5_1) + ZendEngine2/zend_alloc.c: + MFH:- Include timestamp for the leaks. (to make possible matching leaks + with access_log entries) + + * ZendEngine2/zend_alloc.c: + - Include timestamp for the leaks. (to make possible matching leaks with + access_log entries) + +2005-12-12 Dmitry Stogov + + * (PHP_5_0) + NEWS + NEWS: + Fixed bug #35570 (segfault when re-using soap client object) + +2005-12-12 Ilia Alshanetsky + + * ext/standard/http_fopen_wrapper.c: + MFB51: Fixed bug #35629 (crash in http:// wrapper on multiple redirects). + + * (PHP_5_1) + NEWS + ext/standard/http_fopen_wrapper.c: + Fixed bug #35629 (crash in http:// wrapper on multiple redirects). + 2005-12-11 Jani Taskinen * ext/ldap/ldap.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 5813f79f27..e7d0c62503 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,20 @@ +2005-12-12 Marcus Boerger + + * (PHP_5_1) + zend_operators.c: + - Enforce termination to prevent possible SEGVs + +2005-12-12 Jani Taskinen + + * (PHP_5_1) + zend_alloc.c: + MFH:- Include timestamp for the leaks. (to make possible matching leaks + with access_log entries) + + * zend_alloc.c: + - Include timestamp for the leaks. (to make possible matching leaks with + access_log entries) + 2005-12-09 Dmitry Stogov * zend_execute_API.c