From: Matthijs Kooijman Date: Fri, 24 Apr 2009 19:38:11 +0000 (+0200) Subject: php: Add a local configuration override file. X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=58df3595c60acc83a1b774892694d66ef5ff120c;hp=-c;p=matthijs%2Fservers%2Fdrsnuggles.git php: Add a local configuration override file. --- 58df3595c60acc83a1b774892694d66ef5ff120c diff --git a/etc/php5/cgi/php.ini.local b/etc/php5/cgi/php.ini.local new file mode 100644 index 0000000..5157119 --- /dev/null +++ b/etc/php5/cgi/php.ini.local @@ -0,0 +1,3 @@ +# This file contains local changes, so we can leave php5.ini to the Debian +# default. It is not directly used by PHP, but the update-php.ini script +# ensures it is put into the php.ini for each different domain.