diff options
author | <changelog@php.net> | 2002-12-19 01:33:16 +0000 |
---|---|---|
committer | <changelog@php.net> | 2002-12-19 01:33:16 +0000 |
commit | 1a30bfd76c8c57ef8537cf27a1b5602f4f0e1ef4 (patch) | |
tree | 7301238f98a67f22d0d198a4298c9ded13817cde | |
parent | ff54f76f7143082d2c5fe770a49f150fb1f574cf (diff) | |
download | php-git-1a30bfd76c8c57ef8537cf27a1b5602f4f0e1ef4.tar.gz |
ChangeLog update
-rw-r--r-- | ChangeLog | 35 |
1 files changed, 35 insertions, 0 deletions
@@ -1,3 +1,38 @@ +2002-12-18 Moriyoshi Koizumi <moriyoshi@at.wakwak.com> + + * 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 <paj@pearfr.org> + + * 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 <moriyoshi@at.wakwak.com> + + * 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 <frank@kromann.info> + + * ext/mssql/php_mssql.c + ext/mssql/php_mssql.h: + MFH + 2002-12-16 Frank M. Kromann <frank@kromann.info> * ext/mssql/php_mssql.h: |