From fda517412ec2014e92cf2d8412ac8a9e6f7a4c7f Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Fri, 13 Dec 2019 01:15:42 +0100 Subject: [PATCH] - cosmetics, proper /etc path --- php-ini.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/php-ini.patch b/php-ini.patch index dd260eb..daedae2 100644 --- a/php-ini.patch +++ b/php-ini.patch @@ -11,10 +11,10 @@ +; It's based mainly on php.ini-production, but with some changes made with +; security in mind (see below, consult also http://php.net/manual/en/security.php). +; -+; Please note, that in TLD installations /etc/php/php.ini file ++; Please note, that in TLD installations /etc/php73/php.ini file +; contains global settings for all SAPIs (cgi, cli, apache...), -+; and after reading this file, SAPI-specific file (/etc/php/php-cgi-fcgi.ini, -+; /etc/php/php-cli.ini, /etc/php/php-apache.ini...) is INCLUDED ++; and after reading this file, SAPI-specific file (/etc/php73/php-cgi-fcgi.ini, ++; /etc/php73/php-cli.ini, /etc/php73/php-apache.ini...) is INCLUDED +; (so you don't have to duplicate whole large file to override only +; few options) + -- 2.44.0