]> granicus.if.org Git - php/commitdiff
Minor NEWS grammar fixes
authorChristopher Jones <sixd@php.net>
Tue, 15 Nov 2011 22:03:40 +0000 (22:03 +0000)
committerChristopher Jones <sixd@php.net>
Tue, 15 Nov 2011 22:03:40 +0000 (22:03 +0000)
NEWS

diff --git a/NEWS b/NEWS
index b6cfbbb0ed79a9e7f0c4017428c5f97613a6a4f3..3b8f12216fcf101c676c5b49b0f9c1a492235b19 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -7,8 +7,8 @@ PHP                                                                        NEWS
      CR(0x0D)). (rui)
   . Fixed bug #55874 (GCC does not provide __sync_fetch_and_add on some archs).
     (klightspeed at netspace dot net dot au)
-  . Fixed bug #52624 (tempnam() by-pass open_basedir with inexistent directory).
-    (Felipe)
+  . Fixed bug #52624 (tempnam() by-pass open_basedir with nonexistent
+    directory). (Felipe)
 
 - OpenSSL:
   . Fixed bug #60279 (Fixed NULL pointer dereference in
@@ -30,7 +30,7 @@ PHP                                                                        NEWS
 -CLI SAPI:
   . Fixed bug #60159 (Router returns false, but POST is not passed to requested
     resource). (Laruence)
-  . Fixed bug #55759 (mem leak when use built-in server). (Laruence)
+  . Fixed bug #55759 (memory leak when using built-in server). (Laruence)
 
 11 Nov 2011, PHP 5.4.0 RC1
 - General improvements: