From: Date: Sat, 29 May 2004 00:32:22 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.0.0RC3RC2~70 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ba2b5623c37db3660fe138709958bd8f8e8be05a;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index d66050f57b..afd7596d91 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,89 @@ +2004-05-28 Ard Biesheuvel + + * ext/interbase/interbase.c + ext/interbase/php_ibase_includes.h: + Changed default date format to ISO + Enable sync flag in connect() + + * ext/interbase/interbase.c: + Fix commit/rollback of multi-link transactions + Some CS + +2004-05-28 Andrei Zmievski + + * ZendEngine2/zend.c: + Allow user-defined error handlers to indicate whether default error + handler should be re-invoked, by returning true or false. + +2004-05-28 Ilia Alshanetsky + + * ext/xsl/xsltprocessor.c: + Fixed memory leak on error. + + * main/main.c: + The engine will take care out-of-memory situation for us. + + * (PHP_4_3) + ext/gd/libgd/gd_topal.c: + MFH: Fixed bug #28311 (Transparency detection code is off by 1). + +2004-05-28 Stefan Esser + + * ext/standard/http_fopen_wrapper.c: + Fixed off-by-one in http_fopen_wrapper + +2004-05-28 Wez Furlong + + * ext/standard/proc_open.c: + Hopefully resolve proc_open build issues. + + If we need anything more elaborate than this, then we can move to a + configure + time check as Sascha suggests. + +2004-05-28 Christian Stocker + + * ext/xsl/xsltprocessor.c: + fix memleak in php callbacks + +2004-05-28 Stefan Esser + + * ext/standard/url.c: + Fixed off-by-one in php_parse_url. + +2004-05-28 Derick Rethans + + * TODO-5.1: + - Added date/time parser thingy. + + * NEWS + ext/standard/basic_functions.c: + - Fixed ip2long() behavior if an invalid IP address was passed to the + function. This makes it possible to distingiush between + "255.255.255.255" + and a wrong one. + +2004-05-28 Marcus Boerger + + * TODO-5.1: + Add more outstanding patches + + * TODO + TODO-PHP5: + Remove finished tasks + + * TODO-5.1: + Add more things + + * ZendEngine2/zend_execute.c: + Prevent possible problems with illegal properties + +2004-05-28 Derick Rethans + + * ZendEngine2/zend_builtin_functions.c: + - Make the default mask for user defined error handlers include ALL errors, + including E_STRICT. + 2004-05-27 Ilia Alshanetsky * ext/session/tests/skipif.inc: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index a371308b78..36ad11e29e 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,20 @@ +2004-05-28 Andrei Zmievski + + * zend.c: + Allow user-defined error handlers to indicate whether default error + handler should be re-invoked, by returning true or false. + +2004-05-28 Marcus Boerger + + * zend_execute.c: + Prevent possible problems with illegal properties + +2004-05-28 Derick Rethans + + * zend_builtin_functions.c: + - Make the default mask for user defined error handlers include ALL errors, + including E_STRICT. + 2004-05-27 Andi Gutmans * zend.h: