From 91409778ab9d776156828f786b65738521b1e0b3 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Tue, 27 Jul 2004 16:46:28 +0000 Subject: [PATCH] Reference to default locations of php.ini git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164472 c90b9560-bf6c-de11-be94-00142212c4b1 --- features/commandline.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/features/commandline.xml b/features/commandline.xml index dc1e2c4128..9a07e1195c 100644 --- a/features/commandline.xml +++ b/features/commandline.xml @@ -1,5 +1,5 @@ - + Using PHP from the command line @@ -624,6 +624,8 @@ $ php -c /custom/directory/ my_script.php $ php -c /custom/directory/custom-file.ini my_script.php ]]> + If you don't specify this option, file is searched in + default locations.