]> git.pld-linux.org Git - packages/php-pecl-apcu.git/blame - config.patch
- unconditional noarch subpackages
[packages/php-pecl-apcu.git] / config.patch
CommitLineData
d522c69c
ER
1--- php-pecl-apcu-4.0.4/apc.php~ 2014-03-01 09:29:53.000000000 +0200
2+++ php-pecl-apcu-4.0.4/apc.php 2014-05-03 18:12:24.418405184 +0300
3@@ -24,6 +24,7 @@
4
5 $VERSION='$Id$';
6
7+require_once '/etc/webapps/apcu/config.php';
8 ////////// READ OPTIONAL CONFIGURATION FILE ////////////
9 if (file_exists("apc.conf.php")) include("apc.conf.php");
10 ////////////////////////////////////////////////////////
This page took 0.233945 seconds and 4 git commands to generate.