summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2011-03-08 14:53:38 +0000
committerAntony Dovgal <tony2001@php.net>2011-03-08 14:53:38 +0000
commitd3843846f3c4c7711f80b8a3b633d2761a38bf84 (patch)
treefa62b3bc36317539c5e4884670054cdc8d1cacbf
parent4fcffb544368dabaea568df4450e217a1e2200a4 (diff)
downloadphp-git-d3843846f3c4c7711f80b8a3b633d2761a38bf84.tar.gz
fix typppo
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 3648f8c1a0..7d3dc75c74 100644
--- 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)