From: foobar Date: Thu, 20 Feb 2003 05:36:54 +0000 (+0000) Subject: BFN X-Git-Tag: php-4.3.2RC1~167 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=92d2462660e0a29522bf51721b6f5a00af2aff83;p=php BFN --- diff --git a/NEWS b/NEWS index 3e84175233..1bc3bf8244 100644 --- a/NEWS +++ b/NEWS @@ -21,6 +21,8 @@ PHP 4 NEWS - Added XBM and WBMP support for getimagesize(). (Marcus) - Fixed several errors in hwapi extension. Objects weren't handled properly. (Uwe) - Fixed bug #22308 (optimized passthru, code is now ~40 times faster). (Ilia) +- Fixed bug #22299 (gethostbyname() with non-existing domain crashed on MacOSX). + (Jani) - Fixed bug #22283 (possible crash when opening relative URLs). (Ilia) - Fixed bug #22234 (copy() fails if source file has 0 length). (Moriyoshi) - Fixed bug #22227 (printf() field limiters broke between 4.2.3 and 4.3.0).