From: Johannes Schlüter Date: Mon, 29 Jun 2009 10:03:24 +0000 (+0000) Subject: The php.ini files we ship were renamed X-Git-Tag: php-5.3.0~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e6646ab7cffba697a3221c4fecdb1a926a299b73;p=php The php.ini files we ship were renamed --- diff --git a/INSTALL b/INSTALL index 7435e00be2..1096edd89c 100644 --- a/INSTALL +++ b/INSTALL @@ -198,13 +198,18 @@ Apache 1.3.x on Unix systems 13. Setup your php.ini file: - cp php.ini-dist /usr/local/lib/php.ini - - You may edit your .ini file to set PHP options. If you prefer your - php.ini in another location, use --with-config-file-path=/some/path in - step 10. - - If you instead choose php.ini-recommended, be certain to read the list + PHP will used the built-in default values if no php.ini file was + placed in the configuration directory. The default location is + /usr/local/lib, if you prefer your php.ini in another location, use + --with-config-file-path=/some/path in step 10. + + The PHP distribution provides two sample php.ini files, you can use them + by + cp php.ini-development /usr/local/lib/php.ini + or + cp php.ini-production /usr/local/lib/php.ini + + If you choose one of these php.ini files be certain to read the list of changes within, as they affect how PHP behaves. 14. Edit your httpd.conf to load the PHP module. The path on the right hand