summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Bergmann <sebastian@gentoo.org>2006-09-05 04:06:36 +0000
committerSebastian Bergmann <sebastian@gentoo.org>2006-09-05 04:06:36 +0000
commita5b3b5f6688ef523029fe1486f049dda0c755856 (patch)
tree7ecc9d3898ff2694c8afa63a0d4fd89256e6d61b /dev-php5/pecl-apc
parentVersion bump. (diff)
downloadgentoo-2-a5b3b5f6688ef523029fe1486f049dda0c755856.tar.gz
gentoo-2-a5b3b5f6688ef523029fe1486f049dda0c755856.tar.bz2
gentoo-2-a5b3b5f6688ef523029fe1486f049dda0c755856.zip
Add new INI entry.
(Portage version: 2.1.1_rc1-r4)
Diffstat (limited to 'dev-php5/pecl-apc')
-rw-r--r--dev-php5/pecl-apc/pecl-apc-3.0.12.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-php5/pecl-apc/pecl-apc-3.0.12.ebuild b/dev-php5/pecl-apc/pecl-apc-3.0.12.ebuild
index d417d36bcb00..188b4a482d68 100644
--- a/dev-php5/pecl-apc/pecl-apc-3.0.12.ebuild
+++ b/dev-php5/pecl-apc/pecl-apc-3.0.12.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-apc/pecl-apc-3.0.12.ebuild,v 1.1 2006/09/05 03:59:51 sebastian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-apc/pecl-apc-3.0.12.ebuild,v 1.2 2006/09/05 04:06:36 sebastian Exp $
PHP_EXT_NAME="apc"
PHP_EXT_PECL_PKG="APC"
@@ -62,6 +62,7 @@ src_install() {
php-ext-base-r1_addtoinifiles "apc.slam_defense" '"0"'
php-ext-base-r1_addtoinifiles "apc.file_update_protection" '"2"'
php-ext-base-r1_addtoinifiles "apc.stat" '"1"'
+ php-ext-base-r1_addtoinifiles "apc.include_once_override" '"0"'
dodir "${PHP_EXT_SHARED_DIR}"
insinto "${PHP_EXT_SHARED_DIR}"