From: foobar Date: Thu, 30 Oct 2003 01:12:40 +0000 (+0000) Subject: fixes are fixes.. X-Git-Tag: RELEASE_2_0_0RC1~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=572396fe33ec933281ecf85b26984851d1b16d6c;p=php fixes are fixes.. --- diff --git a/NEWS b/NEWS index f2cb20725c..80273bca08 100644 --- a/NEWS +++ b/NEWS @@ -41,6 +41,7 @@ PHP NEWS (Patch by Novicky Marek ). (Thies) - Added reflection API. (Andrei, George, Timm) - Changed length parameter in fgetcsv() to be optional. (Moriyoshi) +- Fixed IPv6 support in MacOSX Panther. (Dan, Marko) - Fixed fgetcsv() to correctly handle international (non-ascii) characters. (Moriyoshi) - Fixed support for fields within XML documents in ext/xml. @@ -172,4 +173,3 @@ PHP NEWS - Fixed bug #21985 and #22064 (various mb_send_mail() issues). (Moriyoshi) - Fixed bug #21600 (Assign by reference function call changes variable contents). (Zeev) -- Added IPv6 support for Panther. (kalowsky, markonen)