From: Rasmus Lerdorf Date: Wed, 25 May 2011 19:58:41 +0000 (+0000) Subject: This isn't in X-Git-Tag: php-5.4.0alpha1~133 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=378cf70c818ae5e0ac33d08f23b54c5db34ea309;p=php This isn't in --- diff --git a/NEWS b/NEWS index 3f73c3eb80..f20af98488 100644 --- a/NEWS +++ b/NEWS @@ -38,7 +38,6 @@ PHP NEWS 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) . Added support for Traits. (Stefan) . Added closure $this support back. (Stas) . Added array dereferencing support. (Felipe)