]> granicus.if.org Git - php/commitdiff
typofixes
authorStanislav Malyshev <stas@php.net>
Sun, 23 Oct 2011 05:24:25 +0000 (05:24 +0000)
committerStanislav Malyshev <stas@php.net>
Sun, 23 Oct 2011 05:24:25 +0000 (05:24 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 3881b9fce5464e23c6c196e98c6e2b3a435ead54..ab974183fcdb5c4c5486b919ee62f7fb3c689c4f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,8 +5,8 @@ PHP                                                                        NEWS
   . Changed silent conversion of array to string to produce a notice. (Patrick)
 
 - CLI SAPI:
-  . Fixed bug #60112 (If URI does not contain a file, index.php is not served)
-    .(Laruence)
+  . Fixed bug #60112 (If URI does not contain a file, index.php is not served).
+    (Laruence)
   . Fixed bug #60115 (memory definitely lost in cli server). (Laruence)
 
 20 Oct 2011, PHP 5.4.0 beta2
@@ -92,7 +92,7 @@ PHP                                                                        NEWS
   . Added encode/decode in hex format to mb_[en|de]code_numericentity(). (Rui)
   . Added user JIS X0213:2004 (Shift_JIS-2004, EUC-JP-2004, ISO-2022-JP-2004)
     support. (Rui)
-  . Added the user user defined area for CP936 and CP950 (Rui).
+  . Added the user defined area for CP936 and CP950 (Rui).
 
 - Improved Reflection extension:
   . Added ReflectionClass::newInstanceWithoutConstructor() to create a new