From: Antony Dovgal Date: Tue, 8 Mar 2011 14:53:38 +0000 (+0000) Subject: fix typppo X-Git-Tag: php-5.4.0alpha1~191^2~180 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d3843846f3c4c7711f80b8a3b633d2761a38bf84;p=php fix typppo --- 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)