From: Christopher Jones Date: Wed, 17 Aug 2011 23:55:25 +0000 (+0000) Subject: Use php.ini parameter instead of GC() entry X-Git-Tag: php-5.4.0beta1~411 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8e0c2e1cb900c26e33e2032972c4b1e297682893;p=php Use php.ini parameter instead of GC() entry --- diff --git a/NEWS b/NEWS index 7913589403..b1f503deba 100644 --- 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) --