diff options
author | 2011-07-20 12:41:38 +0000 | |
---|---|---|
committer | 2011-07-20 12:41:38 +0000 | |
commit | 804b6302dc2a82dc97df6398f5f751c1359bcfb7 (patch) | |
tree | eb5adf884b49769ad8314b44982fc3ce1d2cdda7 /dev-lang/php/files | |
parent | Fix for Prefix, bug #367651 (diff) | |
download | historical-804b6302dc2a82dc97df6398f5f751c1359bcfb7.tar.gz historical-804b6302dc2a82dc97df6398f5f751c1359bcfb7.tar.bz2 historical-804b6302dc2a82dc97df6398f5f751c1359bcfb7.zip |
Removed some 'security' fixes for php.ini.
Diffstat (limited to 'dev-lang/php/files')
-rw-r--r-- | dev-lang/php/files/eblits/src_install-v3.eblit | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/dev-lang/php/files/eblits/src_install-v3.eblit b/dev-lang/php/files/eblits/src_install-v3.eblit index 6ac274ff69c5..19e4b89a359f 100644 --- a/dev-lang/php/files/eblits/src_install-v3.eblit +++ b/dev-lang/php/files/eblits/src_install-v3.eblit @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_install-v3.eblit,v 1.1 2011/06/30 07:30:11 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_install-v3.eblit,v 1.2 2011/07/20 12:41:38 olemarkus Exp $ eblit-php-src_install() { # see bug #324739 for what happens when we don't have that @@ -89,12 +89,6 @@ php_install_ini() { local phpinisrc="${PHP_INI_UPSTREAM}-${phpsapi}" cp "${PHP_INI_UPSTREAM}" "${phpinisrc}" - # default to allow_url_open=Off, bug 332763 - sed -e 's|^allow_url_fopen .*|allow_url_fopen = Off|g' -i "${phpinisrc}" - - # default to expose_php=Off, bug 300695 - sed -e 's|^expose_php .*|expose_php = Off|g' -i "${phpinisrc}" - # default to /tmp for save_path, bug #282768 sed -e 's|^;session.save_path .*$|session.save_path = "/tmp"|g' -i "${phpinisrc}" |