philip Thu Jan 16 02:11:25 2003 EDT
Modified files:
/phpdoc/en/features commandline.xml
Log:
-r is available in CLI, not CGI.
Index: phpdoc/en/features/commandline.xml
diff -u phpdoc/en/features/commandline.xml:1.16 phpdoc/en/features/commandline.xml:1.17
--- phpdoc/en/features/commandline.xml:1.16 Sat Dec 28 06:09:30 2002
+++ phpdoc/en/features/commandline.xml Thu Jan 16 02:11:24 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.16 $ -->
+<!-- $Revision: 1.17 $ -->
<chapter id="features.commandline">
<title>Using PHP from the command line</title>
<!-- NEW DOCUMENTATION STARTS -->
@@ -747,6 +747,12 @@
One can still easily run into troubles when trying to get shell
variables into the code or using backslashes for escaping. You've
been warned. <!-- :-) -->
+ </para>
+ </note>
+ <note>
+ <para>
+ <literal>-r</literal> is available in the <emphasis>CLI</emphasis>
+ SAPI and not in the <emphasis>CGI</emphasis> SAPI.
</para>
</note>
</entry>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php