mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
6cebe0a3c5
commit
91409778ab
1 changed files with 3 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue