summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2009-06-29 10:03:24 +0000
committerJohannes Schlüter <johannes@php.net>2009-06-29 10:03:24 +0000
commite6646ab7cffba697a3221c4fecdb1a926a299b73 (patch)
tree78981b695f2caf3fbaa1fdec5b239821065a3815 /INSTALL
parentd4671b904d2f1615f50eb1421b1e4d040b0c3fbe (diff)
downloadphp-git-e6646ab7cffba697a3221c4fecdb1a926a299b73.tar.gz
The php.ini files we ship were renamed
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL19
1 files changed, 12 insertions, 7 deletions
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