Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAthmane Madjoudj <athmanem@gmail.com>2017-03-27 10:21:37 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2017-03-27 10:21:37 +0300
commit5f0b24d2c8411b1ff4c81f54b7edde3c99004e4a (patch)
treeb85c936b26ba4a79821626ab9b8faf5b04b5f48d /include/tests_php
parent88f39b9540246d9d40751d097baac7eb12ebca80 (diff)
Add support for cPanel PHP (Scl-based pacakging) GHT #340 (#373)
* Add support for cPanel PHP (Scl-based pacakging) GHT #340 * Add myself to contributors as requested
Diffstat (limited to 'include/tests_php')
-rw-r--r--include/tests_php14
1 files changed, 12 insertions, 2 deletions
diff --git a/include/tests_php b/include/tests_php
index 9a55d03b..c34bdb47 100644
--- a/include/tests_php
+++ b/include/tests_php
@@ -41,10 +41,20 @@
/var/www/conf/php.ini \
/usr/local/etc/php.ini /usr/local/lib/php.ini \
/usr/local/zend/etc/php.ini \
- /usr/pkg/etc/php.ini"
+ /usr/pkg/etc/php.ini \
+ /opt/cpanel/ea-php54/root/etc/php.ini \
+ /opt/cpanel/ea-php55/root/etc/php.ini \
+ /opt/cpanel/ea-php56/root/etc/php.ini \
+ /opt/cpanel/ea-php70/root/etc/php.ini \
+ /opt/cpanel/ea-php71/root/etc/php.ini"
PHPINIDIRS="/etc/php5/conf.d \
- /etc/php.d"
+ /etc/php.d \
+ /opt/cpanel/ea-php54/root/etc/php.d \
+ /opt/cpanel/ea-php55/root/etc/php.d \
+ /opt/cpanel/ea-php56/root/etc/php.d \
+ /opt/cpanel/ea-php70/root/etc/php.d \
+ /opt/cpanel/ea-php71/root/etc/php.d"
PHPVERSION=""
#