openbsd-ports/databases/pgfouine/patches/patch-pgfouine_php
ajacoutot 915415d7fc Import pgfouine-1.0
pgFouine is a PostgreSQL log analyzer used to generate detailed reports
from a PostgreSQL log file. pgFouine can help you to determine which
queries you should optimize to speed up your PostgreSQL based
application.

from Pierre-Emmanuel Andre <pea at raveland dot org>
2008-04-29 13:37:57 +00:00

13 lines
419 B
Plaintext

$OpenBSD: patch-pgfouine_php,v 1.1.1.1 2008/04/29 13:37:57 ajacoutot Exp $
--- 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');