]> git.pld-linux.org Git - packages/php4.git/commitdiff
- disable url fopen wrappers by default
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 24 Sep 2005 12:56:44 +0000 (12:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php4-ini.patch -> 1.16

php4-ini.patch

index ac65c1799648c93489a4c2c5ba51d7b337ed9aaf..1eb5f4d971172643c6c897210f330fa8f9b95be5 100644 (file)
  ;;;;;;;;;;;;;;;;;;;
  ; Module Settings ;
  ;;;;;;;;;;;;;;;;;;;
+--- ./php.ini.old      2003-07-20 03:14:22.000000000 -0700
++++ ./php.ini  2003-07-20 03:14:51.000000000 -0700
+@@ -488,7 +488,9 @@
+ ;;;;;;;;;;;;;;;;;;
+ ; Whether to allow the treatment of URLs (like http:// or ftp://) as files.
+-allow_url_fopen = On
++; allow_url_fopen = On
++; Closed for security - <glen@pld-linux.org>
++allow_url_fopen = Off
+ ; Define the anonymous ftp password (your email address)
+ ;from="john@doe.com"
This page took 0.033045 seconds and 4 git commands to generate.