openbsd-ports/www/php4/patches/patch-php_ini-recommended
avsm e798a7f99f Upgrade to php-4.2.1
A few PEAR modules have disappeared completely during the PECL transition
so they are temporarily included here to avoid breaking dependencies
within the ports tree.
2002-06-16 15:47:29 +00:00

13 lines
447 B
Plaintext

$OpenBSD: patch-php_ini-recommended,v 1.2 2002/06/16 15:47:29 avsm Exp $
--- php.ini-recommended.orig Wed Apr 24 02:51:50 2002
+++ php.ini-recommended Sun Jun 16 16:09:27 2002
@@ -417,7 +417,7 @@ upload_max_filesize = 2M
;;;;;;;;;;;;;;;;;;
; Whether to allow the treatment of URLs (like http:// or ftp://) as files.
-allow_url_fopen = On
+allow_url_fopen = Off
; Define the anonymous ftp password (your email address)
;from="john@doe.com"