From: Date: Sun, 5 Jan 2003 01:33:04 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PHP_5_0_dev_before_13561_fix~459 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=baabdbd1eec481a8d3814c143c7e6d0cccc1c604;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index ca02c0ee14..811d26d50e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,66 @@ +2003-01-04 Derick Rethans + + * ext/standard/filestat.c: + - Change Warnings to Notices + +2003-01-04 Ilia Alshanetsky + + * ext/openssl/openssl.c: + CS fixes. + +2003-01-04 Marcus Boerger + + * (PHP_4_3) + ext/standard/browscap.c + ext/wddx/wddx.c: + Fix ZTS-ZE2 (After Cygwin now for the rest) + + * ext/exif/tests/exif003.phpt + ext/exif/tests/exif004.phpt: + better to check for existance first + + * ext/dbx/dbx.c + ext/imap/php_imap.c + ext/standard/browscap.c + ext/standard/incomplete_class.c + ext/standard/php_incomplete_class.h + ext/standard/var_unserializer.c + ext/wddx/wddx.c: + Fix ZTS-ZE2 build + +2003-01-04 Moriyoshi Koizumi + + * NEWS: + Forgot to include these functions in the list + +2003-01-04 Derick Rethans + + * NEWS: + - Fix typo + +2003-01-04 Moriyoshi Koizumi + + * ext/iconv/iconv.c: + Fixed cut'n'paste failure + + * NEWS: + NEWS update for new iconv functions + + * ext/iconv/tests/iconv_mime_encode.phpt: + Added test case for iconv_mime_encode() + +2003-01-04 Derick Rethans + + * (PHP_4_3) + ext/pgsql/pgsql.c: + - MFH: Fixed bug #21232 (Unresolved references to PQsetnonblocking). (Patch + by + Floyd ) + + * ext/pgsql/pgsql.c: + - Fixed bug #21232 (Unresolved references to PQsetnonblocking). (Patch by + Floyd ) + 2003-01-03 Alex Waugh * acinclude.m4: