From: Marcin Krol Date: Fri, 13 Dec 2019 00:15:16 +0000 (+0100) Subject: - cosmetics, proper /etc path X-Git-Url: https://git.tld-linux.org/?a=commitdiff_plain;h=ed4be47c6aa76285a1f6e94d0a93879124031be8;p=packages%2Fphp.git - cosmetics, proper /etc path --- diff --git a/php-ini.patch b/php-ini.patch index 83aa23e..be75347 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/php72/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/php72/php-cgi-fcgi.ini, ++; /etc/php72/php-cli.ini, /etc/php72/php-apache.ini...) is INCLUDED +; (so you don't have to duplicate whole large file to override only +; few options) +