diff options
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |