summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2006-06-16 14:09:01 +0000
committerRasmus Lerdorf <rasmus@php.net>2006-06-16 14:09:01 +0000
commit6bfeea9eb9543cb5a5f2c024a57f7c8ecfc84968 (patch)
tree948506cfed0b1ad84ca21edbb3216ed0b4b15099 /NEWS
parent6320ee11cfdfbbda2b94f092a57a1eb8561aa3a5 (diff)
downloadphp-git-6bfeea9eb9543cb5a5f2c024a57f7c8ecfc84968.tar.gz
MFH: Backported allow_url_include from HEAD. This directive allows
separate control of URL handling in includes/requires allowing sites to enable allow_url_fopen without enabling remote includes.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9cbf11f1bc..ac2b2943c3 100644
--- a/NEWS
+++ b/NEWS
@@ -43,6 +43,7 @@ PHP NEWS
. Added readInnerXML(), readOuterXML(), readString(), setSchema(). (2.6.20+)
. Changed to passing libxml options when loading reader.
+- Added allow_url_include ini directive to complement allow_url_fopen. (Rasmus)
- Added automatic module globals management. (Dmitry)
- Added RFC2397 (data: stream) support. (Marcus)
- Added new error mode E_RECOVERABLE_ERROR. (Derick, Marcus, Tony)