summaryrefslogtreecommitdiff
path: root/README.UPDATE_5_2
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2006-11-06 18:21:25 +0000
committerRasmus Lerdorf <rasmus@php.net>2006-11-06 18:21:25 +0000
commitcdf8494879fb579cfa0f901da1735fccb611bc66 (patch)
treee57cc2b1f90b7817289eda7fab8371abd3bc24c6 /README.UPDATE_5_2
parent07cdfefdee8cf151453c6fb7f59b124aef9ce066 (diff)
downloadphp-git-cdf8494879fb579cfa0f901da1735fccb611bc66.tar.gz
It is allow_url_include not allow_fopen_include
Diffstat (limited to 'README.UPDATE_5_2')
-rw-r--r--README.UPDATE_5_24
1 files changed, 2 insertions, 2 deletions
diff --git a/README.UPDATE_5_2 b/README.UPDATE_5_2
index b0247aaa79..fb0415492f 100644
--- a/README.UPDATE_5_2
+++ b/README.UPDATE_5_2
@@ -207,11 +207,11 @@ strripos("foo", "f", 4);
strrpos("foo", "f", 4);
/* Notice: strrpos(): Offset is greater than the length of haystack string in filename on line n */
-/* when allow_fopen_include is OFF (default) */
+/* when allow_url_include is OFF (default) */
include "data:;base64,PD9waHAgcGhwaW5mbygpOz8+";
/* Warning: include(): URL file-access is disabled in the server configuration in filename on line n */
-/* when allow_fopen_include is OFF (default) */
+/* when allow_url_include is OFF (default) */
include "php://input";
/* Warning: include(): URL file-access is disabled in the server configuration in filename on line n */
#See: http://cvs.php.net/viewvc.cgi/php-src/ext/standard/php_fopen_wrapper.c?r1=1.45.2.4.2.3&r2=1.45.2.4.2.4