[PHP-DOC] cvs: phpdoc /en/chapters config.xml install.xml From: Stefan Livieratos (stefan <email protected>)
Date: 07/05/00

sli Wed Jul 5 03:23:28 2000 EDT

  Modified files:
    /phpdoc/en/chapters config.xml install.xml
  Log:
  Fixed typos
  
  
Index: phpdoc/en/chapters/config.xml
diff -u phpdoc/en/chapters/config.xml:1.4 phpdoc/en/chapters/config.xml:1.5
--- phpdoc/en/chapters/config.xml:1.4 Tue Jun 27 11:39:25 2000
+++ phpdoc/en/chapters/config.xml Wed Jul 5 03:23:28 2000
@@ -475,11 +475,11 @@
        </term>
        <listitem>
         <para>
- Tells whether the short form (<userinput>&lt? ?></userinput>of
+ Tells whether the short form (<userinput>&lt;? ?&gt;</userinput>of
          PHP's open tag should be allowed. If you want to use PHP in
          combination with XML, you have to disable this option. If
          disabled, you must use the long form of the open tag
- (<userinput>&lt;?php ?></userinput>).</para>
+ (<userinput>&lt;?php ?&gt;</userinput>).</para>
        </listitem>
       </varlistentry>
 
Index: phpdoc/en/chapters/install.xml
diff -u phpdoc/en/chapters/install.xml:1.4 phpdoc/en/chapters/install.xml:1.5
--- phpdoc/en/chapters/install.xml:1.4 Tue May 23 08:58:32 2000
+++ phpdoc/en/chapters/install.xml Wed Jul 5 03:23:28 2000
@@ -819,7 +819,7 @@
     This install guide will help you install and configure PHP on your
     Windows 9x/NT webservers. This guide was compiled by
     &link.bob;. The latest revision can be found at <ulink
- url="&url.win32install">&url.win32install</ulink>.
+ url="&url.win32install;">&url.win32install;</ulink>.
    </simpara>
    <para>
     This guide provides installation support for:
@@ -897,7 +897,7 @@
            to load these modules. Some modules require you to have
            additional libraries installed on your system for the
            module to work correctly. The PHP <ulink
- url="&url.php.faq">FAQ</ulink> has more information on
+ url="&url.php.faq;">FAQ</ulink> has more information on
            where to get supporting libraries. You can also load a
            module dynamically in your script using:
            <command>dl("php_*.dll");</command>