diff options
author | Rasmus Lerdorf <rasmus@php.net> | 2006-06-16 14:09:01 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 2006-06-16 14:09:01 +0000 |
commit | 6bfeea9eb9543cb5a5f2c024a57f7c8ecfc84968 (patch) | |
tree | 948506cfed0b1ad84ca21edbb3216ed0b4b15099 /NEWS | |
parent | 6320ee11cfdfbbda2b94f092a57a1eb8561aa3a5 (diff) | |
download | php-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-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |