changelog Wed Apr 14 20:35:37 2004 EDT
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1598&r2=1.1599&ty=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.1598 php-src/ChangeLog:1.1599 --- php-src/ChangeLog:1.1598 Tue Apr 13 20:35:30 2004 +++ php-src/ChangeLog Wed Apr 14 20:35:36 2004 @@ -1,3 +1,62 @@ +2004-04-14 Marcus Boerger <[EMAIL PROTECTED]> + + * NEWS: + BFN + +2004-04-14 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * (PHP_4_3) + NEWS + ext/gd/libgd/gd.c: + Fixed bug #27995 (imagefilltoborder() stops the fill process prematurely). + + +2004-04-14 Andi Gutmans <[EMAIL PROTECTED]> + + * ZendEngine2/zend_extensions.h: + - Add comment + +2004-04-14 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * (PHP_4_3) + configure.in + main/php_version.h: + Back to dev. + + * (PHP_4_3) + configure.in + main/php_version.h: + Prepare for 4.3.6 + +2004-04-14 Edin Kadribasic <[EMAIL PROTECTED]> + + * (PHP_4_3) + NEWS: + News update + + * ext/bz2/config.w32: + According to Wez, this is not needed. + It also breaks win32 build. + +2004-04-14 Andi Gutmans <[EMAIL PROTECTED]> + + * configure.in + ZendEngine2/zend.h + main/php_version.h: + - RC2-dev + + * (php_5_0_0RC2RC1) + configure.in + ZendEngine2/zend.h + main/php_version.h: + - RC2RC1 + +2004-04-14 Derick Rethans <[EMAIL PROTECTED]> + + * (php_5_0_0RC2RC1) + ext/iconv/config.m4: + - Enable iconv by default + 2004-04-13 Marcus Boerger <[EMAIL PROTECTED]> * ZendEngine2/zend_exceptions.c: @@ -1992,7 +2051,7 @@ 2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]> * ext/gd/tests/bug27582_2.phpt: - - Fix the test description and $Id: ChangeLog,v 1.1598 2004/04/14 00:35:30 changelog Exp $ + - Fix the test description and $Id: ChangeLog,v 1.1599 2004/04/15 00:35:36 changelog Exp $ 2004-03-18 Derick Rethans <[EMAIL PROTECTED]>