ports/databases/pgfouine/patches/patch-pgfouine_php

12 lines
344 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- pgfouine.php.orig Thu Apr 17 10:17:39 2008
+++ pgfouine.php Thu Apr 17 10:19:13 2008
@@ -32,6 +32,8 @@ if(strpos(phpversion(), '4.4') === 0) {
error_reporting(E_ALL);
}
+ini_set('include_path', '!!PREFIX!!/share/pgfouine');
+
include('version.php');
require_once('include/lib/common.lib.php');
require_once('include/base.lib.php');