]> git.pld-linux.org Git - packages/php.git/commitdiff
restore pld specific php.ini files description
authorElan Ruusamäe <glen@delfi.ee>
Tue, 22 Jan 2013 21:22:36 +0000 (23:22 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 22 Jan 2013 21:23:42 +0000 (23:23 +0200)
killed originally by totalcrap commit
638f9d31f69559573875ed5e12a9e49a3c2af9c3

but restored without the leader comment in
b45729b9c880d0c4e8646d368da713b0ec408d10

php-ini.patch

index f3612fc2e490035136ce8a676afaeb8584bddfeb..fa7cfe25bad68ebec0934dff6ced05943092fe8d 100644 (file)
@@ -1,6 +1,27 @@
---- php-5.3.15/php.ini~        2012-08-02 03:24:53.000000000 +0300
-+++ php-5.3.15/php.ini 2012-08-02 03:31:32.384194939 +0300
-@@ -223,7 +223,7 @@
+--- php-5.3.20/php.ini 2013-01-22 23:20:03.433447006 +0200
++++ php-5.3.20/php.ini 2013-01-22 23:20:03.433447006 +0200
+@@ -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
This page took 0.05283 seconds and 4 git commands to generate.