]> granicus.if.org Git - php/commitdiff
Use php.ini parameter instead of GC() entry
authorChristopher Jones <sixd@php.net>
Wed, 17 Aug 2011 23:55:25 +0000 (23:55 +0000)
committerChristopher Jones <sixd@php.net>
Wed, 17 Aug 2011 23:55:25 +0000 (23:55 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 791358940382e7ba0897308810a56899b906d48b..b1f503deba7e3892ab7b504d575bb0822340fe5b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -109,7 +109,7 @@ PHP                                                                        NEWS
 - Changed third parameter of preg_match_all() to optional. FR #53238. (Adam)
 - Changed silent casting of null/''/false into an Object when adding
   a property into a warning. (Scott)
-- <?= is now always available regardless of the short_tags setting (Rasmus)
+- <?= is now always available regardless of the short_open_tag setting (Rasmus)
 
 - General improvements:
   . Added multibyte support by default. Previously php had to be compiled