changelog Fri May 28 20:32:18 2004 EDT
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1641&r2=1.1642&ty=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.1641 php-src/ChangeLog:1.1642 --- php-src/ChangeLog:1.1641 Thu May 27 20:31:40 2004 +++ php-src/ChangeLog Fri May 28 20:32:18 2004 @@ -1,3 +1,89 @@ +2004-05-28 Ard Biesheuvel <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * ext/standard/http_fopen_wrapper.c: + Fixed off-by-one in http_fopen_wrapper + +2004-05-28 Wez Furlong <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * ext/xsl/xsltprocessor.c: + fix memleak in php callbacks + +2004-05-28 Stefan Esser <[EMAIL PROTECTED]> + + * ext/standard/url.c: + Fixed off-by-one in php_parse_url. + +2004-05-28 Derick Rethans <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> * ext/session/tests/skipif.inc: @@ -4103,7 +4189,7 @@ 2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]> * ext/gd/tests/bug27582_2.phpt: - - Fix the test description and $Id: ChangeLog,v 1.1641 2004/05/28 00:31:40 changelog Exp $ + - Fix the test description and $Id: ChangeLog,v 1.1642 2004/05/29 00:32:18 changelog Exp $ 2004-03-18 Derick Rethans <[EMAIL PROTECTED]>