SOURCES: php4-ini.patch - disable url fopen wrappers by default

glen glen at pld-linux.org
Sat Sep 24 14:56:49 CEST 2005


Author: glen                         Date: Sat Sep 24 12:56:49 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- disable url fopen wrappers by default

---- Files affected:
SOURCES:
   php4-ini.patch (1.15 -> 1.16) 

---- Diffs:

================================================================
Index: SOURCES/php4-ini.patch
diff -u SOURCES/php4-ini.patch:1.15 SOURCES/php4-ini.patch:1.16
--- SOURCES/php4-ini.patch:1.15	Thu Jul 14 20:14:49 2005
+++ SOURCES/php4-ini.patch	Sat Sep 24 14:56:44 2005
@@ -240,3 +240,16 @@
  ;;;;;;;;;;;;;;;;;;;
  ; 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 at pld-linux.org>
++allow_url_fopen = Off
+ 
+ ; Define the anonymous ftp password (your email address)
+ ;from="john at doe.com"
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/php4-ini.patch?r1=1.15&r2=1.16&f=u




More information about the pld-cvs-commit mailing list