From 7c2b8b90d922a2d8b5f9f0fefb3c2f775c925d4c Mon Sep 17 00:00:00 2001 From: Erwin Vrolijk Date: Mon, 21 Mar 2016 11:20:30 +0100 Subject: [PATCH] Added ini dir of EL6 On my EL6 systems PHP uses an ini directory of /etc/php.d, added this to the php test. --- include/tests_php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/tests_php b/include/tests_php index ee6dfbda..35e9ddb7 100644 --- a/include/tests_php +++ b/include/tests_php @@ -38,7 +38,8 @@ /usr/local/etc/php.ini /usr/local/lib/php.ini \ /usr/pkg/etc/php.ini" - PHPINIDIRS="/etc/php5/conf.d" + PHPINIDIRS="/etc/php5/conf.d \ + /etc/php.d" # ################################################################################# #