]> granicus.if.org Git - php/commitdiff
fix news (stuff added in 5.3 wont be needed to mentioned here)
authorJani Taskinen <jani@php.net>
Tue, 2 Oct 2007 10:40:57 +0000 (10:40 +0000)
committerJani Taskinen <jani@php.net>
Tue, 2 Oct 2007 10:40:57 +0000 (10:40 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 3b1c9db6131f4baa97be5bd746a723a98b9adc20..dfc97825ef8ba2f8c45b015c891d2d6241e31863 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,8 +2,6 @@ PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 20??, PHP 6.0
 - Unicode support. (Andrei, Dmitry, et al)
-- Namespaces. (Dmitry, Stas)
-- Late Static Binding (Dmitry, Etienne Kneuss)
 
 - Changed dl() to be disabled by default. Enabled only when explicitly 
   registered by the SAPI layer. Enabled only with CLI, CGI and EMBED. (Dmitry)
@@ -30,7 +28,7 @@ PHP                                                                        NEWS
     false and set_magic_quotes_runtime() to raise an E_CORE_ERROR.
 - Removed support for "continue" and "break" operators with non-constant
   operands. (Dmitry)
-- Removed Freetype 1.x and GD 1.x from GD extension. (Pierre)
+- Removed Freetype 1.x and GD 1.x support from GD extension. (Pierre)
 
 - Moved extensions to PECL:
   . ext/ncurses (Hartmut)
@@ -49,8 +47,7 @@ PHP                                                                        NEWS
     mhash_keygen_uses_hash, mhash_keygen_uses_salt, mhash_get_keygen_salt_size,
     mhash_keygen.
 
-
-- Added runtime JIT auto-globals fetching and caching (Dmitry, Sara)
+- Added runtime JIT auto-globals fetching and caching. (Dmitry, Sara)
 - Added "jump label" operator (limited "goto"). (Dmitry, Sara)
 - Added E_STRICT to E_ALL. (Dmitry)
 - Added an optional parameter to strstr() and stristr() for retrieval of either