betz Mon May 6 06:46:41 2002 EDT
Modified files:
/phpdoc/en/faq using.xml
Log:
link correction for commandline
Index: phpdoc/en/faq/using.xml
diff -u phpdoc/en/faq/using.xml:1.17 phpdoc/en/faq/using.xml:1.18
--- phpdoc/en/faq/using.xml:1.17 Sat May 4 08:16:01 2002
+++ phpdoc/en/faq/using.xml Mon May 6 06:46:41 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.17 $ -->
+<!-- $Revision: 1.18 $ -->
<chapter id="faq.using">
<title>Using PHP</title>
<titleabbrev>Using PHP</titleabbrev>
@@ -195,7 +195,7 @@
<para>
Also, both IE and Lynx ignore any NULs (<literal>\0</literal>) in
the HTML stream, Netscape does not. The best way to check for this is
- to compile the <link linkend="commandline">command line</link> version of
+ to compile the <link linkend="features.commandline">command line</link> version
+of
PHP (also known as the CGI version) and run your script from the
command line. In *nix, pipe it through <literal>od -c</literal> and look
for any <literal>\0</literal> characters. If you are on Windows you need