From: Date: Thu, 1 Aug 2002 00:17:10 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: dev~74 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1ad75f658b940d87a1592e7f83a402deea0f3ec6;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 7c2a5d30d6..265adf7a11 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,46 @@ +2002-07-31 jason + + * NEWS: perhaps this tiem i will get it right + + * NEWS: Fix unwrapped entry + + * NEWS: Fix my broken entry + +2002-07-31 Sterling Hughes + + * ext/curl/curl.c: add support for the curl dns cache + +2002-07-31 helly + + * ext/exif/exif.c: -fix warnings in windows build + + * main/SAPI.c: -problem with CLI/mbstring/output buffering + +2002-07-31 Zeev Suraski + + * main/php_variables.c: Fix for non-mbstring builds. Bad Yasuo! :) + + * ext/mbstring/mbstring.c: Fix crash + +2002-07-31 kalowsky + + * ext/odbc/php_odbc_includes.h: WS + + * ext/odbc/php_odbc.c: + Just adding in an error check that seems to work here well. + +2002-07-31 sniper + + * ext/standard/array.c: + Reverted the patch..it breaks the original behaviour of at least array_shift. + +2002-07-31 kalowsky + + * ext/imap/php_imap.c + ext/imap/php_imap.h: + removing the useless +1's on sizeof() and adding the mail_parameter for the + getquot inside the imap_get_quotaroot function. thank Jani. + 2002-07-30 kalowsky * ext/imap/php_imap.c: