betz Mon May 6 06:46:23 2002 EDT
Modified files:
/phpdoc/en/chapters config.xml install.general.xml intro.xml
Log:
link correction for commandline
Index: phpdoc/en/chapters/config.xml
diff -u phpdoc/en/chapters/config.xml:1.50 phpdoc/en/chapters/config.xml:1.51
--- phpdoc/en/chapters/config.xml:1.50 Fri Apr 12 21:22:40 2002
+++ phpdoc/en/chapters/config.xml Mon May 6 06:46:22 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.50 $ -->
+<!-- $Revision: 1.51 $ -->
<chapter id="configuration">
<title>Configuration</title>
@@ -628,7 +628,7 @@
(that would contain the GET information).
</simpara>
<simpara>
- See also <link linkend="commandline">command line</link>.
+ See also <link linkend="features.commandline">command line</link>.
Also, this directive became available in PHP 4.0.0 and
was always "on" before that.
</simpara>
Index: phpdoc/en/chapters/install.general.xml
diff -u phpdoc/en/chapters/install.general.xml:1.1
phpdoc/en/chapters/install.general.xml:1.2
--- phpdoc/en/chapters/install.general.xml:1.1 Mon Jan 14 14:40:01 2002
+++ phpdoc/en/chapters/install.general.xml Mon May 6 06:46:22 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<sect1 id="install.general">
<title>General Installation Considerations</title>
<para>
@@ -48,7 +48,7 @@
for you offline, or processing text files depending
on some arguments you pass to them), you always need
the command line executable. For more information, read
- the section about <link linkend="commandline">writing
+ the section about <link linkend="features.commandline">writing
command line PHP applications</link>. In this case,
you need no server and no browser.
</para>
Index: phpdoc/en/chapters/intro.xml
diff -u phpdoc/en/chapters/intro.xml:1.33 phpdoc/en/chapters/intro.xml:1.34
--- phpdoc/en/chapters/intro.xml:1.33 Wed Apr 24 18:06:39 2002
+++ phpdoc/en/chapters/intro.xml Mon May 6 06:46:22 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.33 $ -->
+<!-- $Revision: 1.34 $ -->
<chapter id="introduction">
<title>Introduction</title>
@@ -100,7 +100,7 @@
executed using cron (on *nix or Linux) or Task Scheduler (on
Windows). These scripts can also be used for simple text
processing tasks. See the section about
- <link linkend="commandline">Command line usage of PHP</link>
+ <link linkend="features.commandline">Command line usage of PHP</link>
for more information.
</simpara>
</listitem>