From de8094c7c24107142458e60cde00c2d08d703aa5 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Thu, 16 Jan 2003 07:11:24 +0000 Subject: [PATCH] -r is available in CLI, not CGI. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@112067 c90b9560-bf6c-de11-be94-00142212c4b1 --- features/commandline.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/features/commandline.xml b/features/commandline.xml index 3554272c0f..137688196f 100644 --- a/features/commandline.xml +++ b/features/commandline.xml @@ -1,5 +1,5 @@ - + Using PHP from the command line @@ -749,6 +749,12 @@ array(370) { been warned. + + + -r is available in the CLI + SAPI and not in the CGI SAPI. + +