From: Date: Sun, 25 Sep 2005 05:43:30 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_9_0~116 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7ae48d81824103a6eb15698897337f6c52596253;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index fc6d9b42c1..a614313bf1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,43 @@ +2005-09-24 Jani Taskinen + + * (PHP_5_1) + NEWS: + Documentation belongs elsewhere + +2005-09-24 Edin Kadribasic + + * ext/standard/exec.h: + MFB: Allow php extensions to use php_escape_shell_cmd() and + php_escape_shell_arg(), needed for mbstring + + * (PHP_5_1) + ext/standard/exec.h: + Allow php extensions to use php_escape_shell_cmd() and + php_escape_shell_arg(), needed for mbstring + + * php.ini-dist + php.ini-recommended + ext/sqlite/config.w32: + MFB: Build PDO and SQLite as shared + + * (PHP_5_1) + NEWS + php.ini-dist + php.ini-recommended + ext/sqlite/config.w32: + Build PDO and SQLite as shared + +2005-09-24 Pierre-Alain Joye + + * (PHP_5_1) + ext/gd/libgd/gd_gif_in.c + ext/gd/libgd/gd_gif_in.c: + - MFH #33220, infinite loop while loading invalid GIF (nlopees) + + * ext/gd/libgd/gd_gif_in.c: + - #33220, fix infinite loop while loading invalid gif, this patch fixes + at least many cases (nlopess) + 2005-09-23 Marcus Boerger * ZendEngine2/zend_reflection_api.c: