From 9516997ae48c8814d8b0bafc47efd9f7528e90f7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Tue, 22 Jan 2013 23:22:36 +0200 Subject: [PATCH] restore pld specific php.ini files description killed originally by totalcrap commit 638f9d31f69559573875ed5e12a9e49a3c2af9c3 but restored without the leader comment in b45729b9c880d0c4e8646d368da713b0ec408d10 --- php-ini.patch | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/php-ini.patch b/php-ini.patch index 8f9b8bb..c651cf6 100644 --- a/php-ini.patch +++ b/php-ini.patch @@ -1,6 +1,27 @@ --- php-5.4.5/php.ini~ 2012-07-20 12:22:18.000000000 +0300 +++ php-5.4.5/php.ini 2012-07-20 12:32:16.646206310 +0300 -@@ -208,7 +208,7 @@ +@@ -82,6 +82,20 @@ + ; much more verbose when it comes to errors. We recommending using the + ; development version only in development environments as errors shown to + ; application users can inadvertently leak otherwise secure information. ++; ++; This is the default settings file for new PHP installations from ++; PLD Linux Distribution. ++; ++; 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 PLD installations /etc/php/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 ++; (so you don't have to duplicate whole large file to override only ++; few options) ++ + + ;;;;;;;;;;;;;;;;;;; + ; Quick Reference ; +@@ -223,7 +237,7 @@ ; Development Value: Off ; Production Value: Off ; http://php.net/short-open-tag -- 2.44.0