]> granicus.if.org Git - php/commitdiff
- Tidy up NEWS a bit
authorDerick Rethans <derick@php.net>
Tue, 7 Dec 2004 08:44:07 +0000 (08:44 +0000)
committerDerick Rethans <derick@php.net>
Tue, 7 Dec 2004 08:44:07 +0000 (08:44 +0000)
NEWS

diff --git a/NEWS b/NEWS
index d13f17387fb66c097565c2af6a68ac500231e3e8..16e917097e60403a7a1707e6a3a476132b21bdd6 100644 (file)
--- 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).