]> granicus.if.org Git - php/commitdiff
allow_url_include
authorRasmus Lerdorf <rasmus@php.net>
Fri, 18 Nov 2005 16:28:01 +0000 (16:28 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Fri, 18 Nov 2005 16:28:01 +0000 (16:28 +0000)
NEWS

diff --git a/NEWS b/NEWS
index e56893789c0eee529b51e4ae47a06f4f30730de9..680c91bb233da4497291c6f38f61fdcbb72e2023 100644 (file)
--- 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)