From: Date: Mon, 24 May 2004 00:32:46 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.0.0RC3RC1~64 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9926a97e2618ae10cbd31ba81ee0e9de2bed5e9f;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 0054936c01..873b8bf1e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,80 @@ +2004-05-23 Andi Gutmans + + * ZendEngine2/zend_objects_API.c: + - Fix problem with object being destroyed more than once + + * ZendEngine2/zend_builtin_functions.c: + - Fix the following script (it crashed): + + + * NEWS: + - NEWS + + * TSRM/TSRM.c: + - Fix typo although it isn't being built + + * main/main.c: + - Fixed bug #27640 memory leak of registered_zend_ini_directives (Dmitry) + +2004-05-23 Andrey Hristov + + * NEWS: + adding this + + * NEWS: + Ansrei reverted this + +2004-05-23 Wez Furlong + + * (PHP_4_3) + NEWS: + BFN + + * (PHP_4_3) + main/network.c: + MFH: Bugfix for #23220: IIS messes up SSL shutdown + + * ext/openssl/xp_ssl.c: + Finally a fix for #23220: IIS does not cleanly close SSL connections. + Also enable the safe and recommended bug work around options in the SSL + context. + +2004-05-23 Stefan Esser + + * main/rfc1867.c: + This is more correct. + +2004-05-23 Greg Beaver + + * pear/PEAR/ErrorStack.php: + Fix #1395: PEAR_ErrorStack::staticCallback needs to instantiate the stack + Fix up default callback, so that it can be set for each package as well as + for all packages. + + Callbacks now have 3 levels of control, which may be a bit too complex, + default callbacks might have to go for debugging reasons. Either that or + some kind of origination information should be appended to the error array + describing which callbacks were called, so debugging is at least possible + + * pear/tests/PEAR_test_mock_pearweb.php.inc: + in preparation for testing all remote functionality, use a mock object for + a functioning pearweb server + 2004-05-22 Ard Biesheuvel * ext/interbase/interbase.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 5c294de713..c755b20588 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,27 @@ +2004-05-23 Andi Gutmans + + * zend_objects_API.c: + - Fix problem with object being destroyed more than once + + * zend_builtin_functions.c: + - Fix the following script (it crashed): + + 2004-05-20 Wez Furlong * zend_exceptions.c