vrana Tue Jul 27 12:46:28 2004 EDT
Modified files:
/phpdoc/en/features commandline.xml
Log:
Reference to default locations of php.ini
http://cvs.php.net/diff.php/phpdoc/en/features/commandline.xml?r1=1.34&r2=1.35&ty=u
Index: phpdoc/en/features/commandline.xml
diff -u phpdoc/en/features/commandline.xml:1.34 phpdoc/en/features/commandline.xml:1.35
--- phpdoc/en/features/commandline.xml:1.34 Tue Jul 27 12:42:32 2004
+++ phpdoc/en/features/commandline.xml Tue Jul 27 12:46:28 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.34 $ -->
+<!-- $Revision: 1.35 $ -->
<chapter id="features.commandline">
<title>Using PHP from the command line</title>
<!-- NEW DOCUMENTATION STARTS -->
@@ -624,6 +624,8 @@
$ php -c /custom/directory/custom-file.ini my_script.php
]]>
</screen>
+ If you don't specify this option, file is searched in
+ <link linkend="configuration.file">default locations</link>.
</para>
</entry>
</row>