From: Date: Sat, 31 Dec 2005 06:31:50 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_0_4~183 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=517e586db5654da9aae4c0c0d82ed2a6dbfc8ff4;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index e9f8232936..b98831fa65 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,75 @@ +2005-12-30 Rasmus Lerdorf + + * php.ini-dist + php.ini-recommended: + instantiated was correct + +2005-12-30 Marcus Boerger + + * (PHP_5_1) + run-tests.php: + - WS + + * run-tests.php: + - MFB + + * (PHP_5_1) + run-tests.php: + - Allow to specify ini to use for test executeable + + * (PHP_5_1) + run-tests.php: + - If user wnats help, don't complain about missing environment + + * tests/lang/bug24640.phpt + tests/lang/bug24640.phpt: + - MF51 + + * (PHP_5_1) + tests/lang/bug24640.phpt: + - Need to set precision in ini + +2005-12-30 Jani Taskinen + + * php.ini-dist + php.ini-recommended: + typofixes + +2005-12-30 Marcus Boerger + + * (PHP_5_1) + tests/lang/bug24640.phpt: + - Fix test + +2005-12-30 Pierre-Alain Joye + + * ext/gd/libgd/gd.c: + - ensure that x1 + + * main/SAPI.c: + fix typo + +2005-12-30 Rui Hirokawa + + * (PHP_4_4) + ext/mbstring/config.m4 + ext/mbstring/mbstring.c: + MFH: update libmbfl for the newest version. + +2005-12-30 Pierre-Alain Joye + + * ext/gd/libgd/gd.c: + - add some basic optimisations, usefull when you draw many horizontal or + vertical lines like in charts + +2005-12-30 Rui Hirokawa + + * (PHP_5_1) + ext/mbstring/mbstring.c: + MFH:added Turkish language definition (related to bug #29955) + 2005-12-29 Rui Hirokawa * ext/mbstring/mbstring.c: