]> granicus.if.org Git - php/commitdiff
fix typppo
authorAntony Dovgal <tony2001@php.net>
Tue, 8 Mar 2011 14:53:38 +0000 (14:53 +0000)
committerAntony Dovgal <tony2001@php.net>
Tue, 8 Mar 2011 14:53:38 +0000 (14:53 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 3648f8c1a01262a6d18d2efc1df5658293e883f7..7d3dc75c748af018329fe5af0a7095d22baeff64 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -31,8 +31,8 @@ PHP                                                                        NEWS
   a property into a warning. (Scott)
 
 - General improvements:
-  . Added multibyte suppport by default. Previously php had to be compiled
-    with --enable-zend-multibyte. Now it can be enabled or disabled throug
+  . Added multibyte support by default. Previously php had to be compiled
+    with --enable-zend-multibyte. Now it can be enabled or disabled through
     zend.multibyte directive in php.ini (Dmitry)
   . Removed compile time dependency from ext/mbstring (Dmitry)
   . Added scalar typehints to the parser and the reflection API. (Ilia, Derick)