summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
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)