From: Date: Wed, 18 May 2005 00:33:43 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.0.1b1~222 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=389b1abc160c925ff3583f43e67de8b7a9cf4f8d;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 2f7970dcbe..15e67050ec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +2005-05-17 Magnus Määttä + + * ZendEngine2/tests/bug31828.phpt + ZendEngine2/tests/bug32080.phpt: + Fix tests. + +2005-05-17 Johannes Schlüter + + * sapi/cli/php_cli.c + sapi/cli/php_cli_readline.c: + - Fix readline loop-condition + - Fix cli_is_valid_code detection + +2005-05-17 Antony Dovgal + + * (PHP_4_3) + ext/gd/config.m4 + ext/gd/config.m4: + MFH: gdImageGifCtx() is always available in bundled lib + + * ext/gd/config.m4: + gdImageGifCtx() is always available in bundled lib + 2005-05-16 Sara Golemon * TSRM/TSRM.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 154017793d..d2c1426246 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,9 @@ +2005-05-17 Magnus Määttä + + * tests/bug31828.phpt + tests/bug32080.phpt: + Fix tests. + 2005-05-13 Antony Dovgal * (PHP_5_0)