Reference to default locations of php.ini

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164472 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2004-07-27 16:46:28 +00:00
parent 6cebe0a3c5
commit 91409778ab

View file

@ -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/ my_script.php
$ 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>