changelog Thu Apr 1 20:32:12 2004 EDT
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1585&r2=1.1586&ty=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.1585 php-src/ChangeLog:1.1586 --- php-src/ChangeLog:1.1585 Wed Mar 31 20:32:04 2004 +++ php-src/ChangeLog Thu Apr 1 20:32:12 2004 @@ -1,3 +1,135 @@ +2004-04-01 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * ZendEngine2/zend_builtin_functions.c + ext/standard/array.c + ext/standard/tests/array/bug27782.phpt: + MFB: Revert patch for bug #27782. + + * (PHP_4_3) + Zend/zend_execute.c + tests/lang/bug27731.phpt: + MFH: Fixed reversed condition for error reporting. + + * ZendEngine2/zend_execute.c + ZendEngine2/tests/bug27731.phpt: + Fixed reversed condition for error reporting. + + * (PHP_4_3) + configure.in + main/php_version.h: + Back to dev. + +2004-04-01 Derick Rethans <[EMAIL PROTECTED]> + + * ext/standard/parsedate.y + ext/standard/tests/time/bug27780.phpt: + - MFB: Fixed bug #27780 (strtotime(+1 xxx) returns a wrong date/time) + +2004-04-01 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * (PHP_4_3) + NEWS + configure.in + main/php_version.h: + Prepare for 4.3.6RC1. + +2004-04-01 Derick Rethans <[EMAIL PROTECTED]> + + * ext/standard/tests/time/bug27780.phpt + ext/standard/tests/time/bug27780.phpt: + + file bug27780.phpt was initially added on branch PHP_4_3. + + * (PHP_4_3) + NEWS + ext/standard/parsedate.y: + - Fixed bug #27780 (strtotime(+1 xxx) returns a wrong date/time) + +2004-04-01 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * (PHP_4_3) + NEWS + ext/standard/array.c + ext/standard/tests/array/bug27782.phpt: + Revert patch for bug #27782. + + * (PHP_4_3) + Zend/zend_builtin_functions.c: + Revert patch for bug #27782. + + +2004-04-01 Ard Biesheuvel <[EMAIL PROTECTED]> + + * ext/interbase/tests/003.phpt + ext/interbase/tests/interbase.inc: + CS/WS + +2004-04-01 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * tests/lang/bug27819.phpt + tests/lang/bug27819.phpt: + + file bug27819.phpt was initially added on branch PHP_4_3. + + * (PHP_4_3) + NEWS: + Bug fixing news & test for bug #27819. + + * (PHP_4_3) + Zend/zend_execute.c: + MFH: Fixed bug #27819 (problems returning reference to a reference + parameter). + +2004-04-01 Ard Biesheuvel <[EMAIL PROTECTED]> + + * ext/interbase/tests/006.phpt: + Test binding of numeric timestamps + + * ext/interbase/tests/002.phpt + ext/interbase/tests/005.phpt + ext/interbase/tests/interbase.inc + ext/interbase/tests/skipif.inc: + Don't rely on isql anymore, as creating databases is now supported by the + API + Changed tests to include ibase_query("SET TRANSACTION ...") + +2004-04-01 Dmitry Stogov <[EMAIL PROTECTED]> + + * NEWS: + Fixed bug #27722 (Segfault on schema without targetNamespace). + +2004-04-01 Ard Biesheuvel <[EMAIL PROTECTED]> + + * ext/interbase/interbase.c: + WS + + * ext/interbase/interbase.c: + Fix unregistered bug (crash when closing db opened with "CREATE DATABASE + ...") + +2004-04-01 Derick Rethans <[EMAIL PROTECTED]> + + * (PHP_4_3) + NEWS + ext/standard/type.c + ext/standard/tests/general_functions/is_resource.phpt: + - MFH: Fixed bug #27822 (is_resource() returns TRUE for closed resources) + + * ext/standard/type.c: + - Fixed bug #27822 (is_resource() returns TRUE for closed resources) + + * ext/standard/tests/general_functions/is_resource.phpt: + + - Fixed bug #27822 (is_resource() returns TRUE for closed resources) + +2004-04-01 Sara Golemon <[EMAIL PROTECTED]> + + * main/streams/filter.c: + Only wind filters when appending to the read chain. + + * main/streams/streams.c: + This leaks when a stream opener proxy opens another stream. + 2004-03-31 Sara Golemon <[EMAIL PROTECTED]> * NEWS @@ -1188,7 +1320,7 @@ 2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]> * ext/gd/tests/bug27582_2.phpt: - - Fix the test description and $Id: ChangeLog,v 1.1585 2004/04/01 01:32:04 changelog Exp $ + - Fix the test description and $Id: ChangeLog,v 1.1586 2004/04/02 01:32:12 changelog Exp $ 2004-03-18 Derick Rethans <[EMAIL PROTECTED]>