From: Date: Thu, 19 Dec 2002 01:33:16 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PHP_5_0_dev_before_13561_fix~688 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1a30bfd76c8c57ef8537cf27a1b5602f4f0e1ef4;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index d37b850878..411fd6127a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,38 @@ +2002-12-18 Moriyoshi Koizumi + + * ext/standard/tests/file/bug12556.phpt: + MFH + + * ext/standard/tests/file/bug12556.phpt: + Prevented test failure caused by LF code variety + + * tests/basic/bug20539.phpt: + MFH: added a test case for bug #20539 + + * tests/basic/bug20539.phpt: + + Added a test case for bug #20539 + +2002-12-18 Pierre-Alain Joye + + * ext/gd/libgd/gd.c: + Fix a crash while using an invalid color with imagesetstyle, see the sample + script in the manual to reproduce it :) + +2002-12-18 Moriyoshi Koizumi + + * sapi/apache2filter/sapi_apache2.c: + An intuitive attempt to hunt the bug. + + * NEWS: + Added entry for the new feature of array_search() + +2002-12-18 Frank M. Kromann + + * ext/mssql/php_mssql.c + ext/mssql/php_mssql.h: + MFH + 2002-12-16 Frank M. Kromann * ext/mssql/php_mssql.h: