From: Date: Sat, 20 Mar 2004 01:32:55 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.0.0RC2RC1~288 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=258f2e3f485c4c8c3be43cac8248a5f35c6206cb;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 0eac7378a2..1905c31b13 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,47 @@ +2004-03-19 Sara Golemon + + * ext/standard/dns.c: + Cleanup, minor refactor, and CS + + * ext/standard/dns.c: + Bug Fix #27657: TXT records longer than MAXHOSTNAMELEN cause segfaults. + +2004-03-19 Marcus Boerger + + * ext/sqlite/tests/sqlite_oo_031.phpt: + Fix test + + * ext/sqlite/tests/sqlite_oo_020.phpt: + Fix test + + * ext/sqlite/tests/sqlite_027.phpt: + Make test work when user has memory limit setting + +2004-03-19 Frank M. Kromann + + * (PHP_4_3) + ext/mssql/php_mssql.c: + MFH Fix for #26589. Crash when selecting many columns of type Money + + * ext/mssql/php_mssql.c: + Fix for #26589. Crash when selecting many columns of type Money + +2004-03-19 Ilia Alshanetsky + + * NEWS + ext/standard/http_fopen_wrapper.c: + MFH: Fixed bug #27628 (Simplify the process of making a POST request via + stream context). + +2004-03-19 Greg Beaver + + * pear/package-PEAR.xml: + update to 1.3.1dev + + * pear/PEAR/ErrorStack.php: + + new Error Stack for PEAR, EXPERIMENTAL until proven solid and stable + 2004-03-18 Pierre-Alain Joye * ext/gd/tests/bug27582_2.phpt: