johannes                Mon Jun 29 10:03:24 2009 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src    INSTALL 
  Log:
  The php.ini files we ship were renamed
  
http://cvs.php.net/viewvc.cgi/php-src/INSTALL?r1=1.37.2.2.2.3&r2=1.37.2.2.2.3.2.1&diff_format=u
Index: php-src/INSTALL
diff -u php-src/INSTALL:1.37.2.2.2.3 php-src/INSTALL:1.37.2.2.2.3.2.1
--- php-src/INSTALL:1.37.2.2.2.3        Fri Apr 20 14:13:47 2007
+++ php-src/INSTALL     Mon Jun 29 10:03:24 2009
@@ -198,13 +198,18 @@
 
 13. Setup your php.ini file:
 
-      cp php.ini-dist /usr/local/lib/php.ini
+    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
 
-    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
+    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



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to