Sophie

Sophie

distrib > Mageia > 6 > i586 > media > core-backports-src > by-pkgid > 984a1e2d9aa1f479a6ff963ee430d822 > files > 1

php-apcu-5.1.17-1.mga6.src.rpm

Index: apcu-5.1.11/apc.php
===================================================================
--- apcu-5.1.11/apc.php
+++ apcu-5.1.11/apc.php	2018-04-17 22:11:21.821817804 +0200
@@ -23,7 +23,7 @@
  */
 
 ////////// READ OPTIONAL CONFIGURATION FILE ////////////
-if (file_exists("apc.conf.php")) include("apc.conf.php");
+if (file_exists("/etc/php-apcu/config.php")) include("/etc/php-apcu/config.php");
 ////////////////////////////////////////////////////////
 
 ////////// BEGIN OF DEFAULT CONFIG AREA ///////////////////////////////////////////////////////////