summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2011-05-25 19:58:41 +0000
committerRasmus Lerdorf <rasmus@php.net>2011-05-25 19:58:41 +0000
commit378cf70c818ae5e0ac33d08f23b54c5db34ea309 (patch)
tree5280e84361c7d1863de67f8d338f25f0a7c9bc91
parentf5b67e09b9160c8e4d6b3917a24ea5fd4df39f25 (diff)
downloadphp-git-378cf70c818ae5e0ac33d08f23b54c5db34ea309.tar.gz
This isn't in
-rw-r--r--NEWS1
1 files changed, 0 insertions, 1 deletions
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)