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:
author0ri0n <quantumpacket@users.noreply.github.com>2017-04-17 16:38:48 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2017-04-17 16:38:48 +0300
commitb433cf0bac84a23ec118a2cd9fe56f435fa22f10 (patch)
tree1a0e507ab4cf460f7bbee431b11818b605659dba /include/tests_php
parent5ef342037f82287e193ba7feec0b359ff083143a (diff)
Add Additional php.ini Paths (#377)
Diffstat (limited to 'include/tests_php')
-rw-r--r--include/tests_php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/tests_php b/include/tests_php
index c34bdb47..9609d077 100644
--- a/include/tests_php
+++ b/include/tests_php
@@ -26,6 +26,7 @@
# Possible locations of php.ini
PHPINILOCS="/etc/php.ini /etc/php.ini.default \
+ /etc/php/php.ini /etc/php5.5/php.ini /etc/php5.6/php.ini /etc/php7.0/php.ini /etc/php7.1/php.ini \
/etc/php/cgi-php5/php.ini /etc/php/cli-php5/php.ini /etc/php/apache2-php5/php.ini \
/etc/php/apache2-php7.1/php.ini /etc/php/apache2-php5.5/php.ini /etc/php/apache2-php5.6/php.ini /etc/php/apache2-php7.0/php.ini \
/etc/php/cgi-php7.1/php.ini /etc/php/cgi-php5.5/php.ini /etc/php/cgi-php5.6/php.ini /etc/php/cgi-php7.0/php.ini \