From: Derick Rethans Date: Tue, 7 Dec 2004 08:44:07 +0000 (+0000) Subject: - Tidy up NEWS a bit X-Git-Tag: php-5.0.3RC2~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=74b56b12587fe7bff901965ccd933980f1648d8e;p=php - Tidy up NEWS a bit --- diff --git a/NEWS b/NEWS index d13f17387f..16e917097e 100644 --- a/NEWS +++ b/NEWS @@ -40,14 +40,14 @@ PHP NEWS - Fixed bug #30475 (curl_getinfo() may crash in some situations). (Ilia) - Fixed bug #30442 (segfault when parsing ?getvariable[][ ). (Tony) - Fixed bug #30388 (rename across filesystems loses ownership and - permission info) (Tony) + permission info). (Tony) - Fixed bug #30387 (stream_socket_client async connect was broken). (vnegrier at esds dot com, Wez). - Fixed bug #30381 (Strange results with get_class_vars()). (Marcus) - Fixed bug #30375 (cal_info() does not work without a parameter). (Ilia) - Fixed bug #30362 (stream_get_line() not handling end string correctly). (Ilia) -- Fixed bug #30359 (SOAP client requests have no port in "Host" field ). +- Fixed bug #30359 (SOAP client requests have no port in "Host" field). (Dmitry) - Fixed bug #30356 (str_ireplace() does not work on all strings). (Ilia) - Fixed bug #30344 (Reflection::getModifierNames() returns too long strings).