From ef6e804905b24dcd322c1a4dc698b51fa5ac87e1 Mon Sep 17 00:00:00 2001 From: James Meyer Date: Thu, 23 Oct 2008 23:06:56 -0500 Subject: allow_url_fopen in php for mythweb. Needed for MBE status page. --- abs/core-testing/php/PKGBUILD | 2 +- abs/core-testing/php/php.ini | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/abs/core-testing/php/PKGBUILD b/abs/core-testing/php/PKGBUILD index c9c92ac..f824ec7 100644 --- a/abs/core-testing/php/PKGBUILD +++ b/abs/core-testing/php/PKGBUILD @@ -1,6 +1,6 @@ pkgname=php pkgver=5.2.6 -pkgrel=6 +pkgrel=7 _suhosinver=0.9.6.2 pkgdesc='A high-level scripting language' arch=('i686' 'x86_64') diff --git a/abs/core-testing/php/php.ini b/abs/core-testing/php/php.ini index 7d5c1de..bc0e862 100644 --- a/abs/core-testing/php/php.ini +++ b/abs/core-testing/php/php.ini @@ -598,10 +598,10 @@ upload_max_filesize = 2M ;;;;;;;;;;;;;;;;;; ; Whether to allow the treatment of URLs (like http:// or ftp://) as files. -allow_url_fopen = Off +allow_url_fopen = on ; Whether to allow include/require to open URLs (like http:// or ftp://) as files. -allow_url_include = Off +allow_url_include = on ; Define the anonymous ftp password (your email address) ;from="john@doe.com" -- cgit v0.12