From: Rasmus Lerdorf Date: Fri, 18 Nov 2005 16:28:01 +0000 (+0000) Subject: allow_url_include X-Git-Tag: RELEASE_2_0_2~182 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9d1a28b6a18dc0b574cfb300570f4cef2255a0b7;p=php allow_url_include --- diff --git a/NEWS b/NEWS index e56893789c..680c91bb23 100644 --- a/NEWS +++ b/NEWS @@ -24,3 +24,5 @@ PHP NEWS - Added possibility to check in which extension an internal function was defined using reflection API. (Johannes) - Fixed bug #34286 (__toString() behavior is inconsistent). (Marcus) +- Add allow_url_include ini directive to be able to turn off remote url + code execution separately from the allow_url_fopen setting. (Rasmus)