[PHP-DOC] cvs: phpdoc /en/functions info.xml misc.xml /en/language constants.xml /en/reference/errorfunc ini.xml /en/reference/info/functions dl.xml /en/reference/misc/functions get-browser.xml /en/reference/session reference.xml /en/reference/sybase ini.xml From: Friedhelm Betz (holliwell <email protected>)
Date: 10/09/02

betz Wed Oct 9 05:50:27 2002 EDT

  Modified files:
    /phpdoc/en/functions info.xml misc.xml
    /phpdoc/en/language constants.xml
    /phpdoc/en/reference/errorfunc ini.xml
    /phpdoc/en/reference/info/functions dl.xml
    /phpdoc/en/reference/misc/functions get-browser.xml
    /phpdoc/en/reference/session reference.xml
    /phpdoc/en/reference/sybase ini.xml
  Log:
  various id and link corrections
  
  
Index: phpdoc/en/functions/info.xml
diff -u phpdoc/en/functions/info.xml:1.101 phpdoc/en/functions/info.xml:1.102
--- phpdoc/en/functions/info.xml:1.101 Wed Apr 17 15:58:43 2002
+++ phpdoc/en/functions/info.xml Wed Oct 9 05:50:22 2002
@@ -8,7 +8,7 @@
      instead -->
      
      <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.101 $ -->
+<!-- $Revision: 1.102 $ -->
  <reference id="ref.info">
   <title>PHP Options&amp;Information</title>
   <titleabbrev>PHP Options/Info</titleabbrev>
@@ -221,7 +221,7 @@
     <para>
      Loads the PHP extension defined in
      <parameter>library</parameter>. See also the <link
- linkend="ini.sect.extension">Extension Loading Directives</link>
+ linkend="ini.extension">Extension Loading Directives</link>
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/functions/misc.xml
diff -u phpdoc/en/functions/misc.xml:1.74 phpdoc/en/functions/misc.xml:1.75
--- phpdoc/en/functions/misc.xml:1.74 Wed Apr 17 15:58:44 2002
+++ phpdoc/en/functions/misc.xml Wed Oct 9 05:50:22 2002
@@ -8,7 +8,7 @@
      instead -->
      
      <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.74 $ -->
+<!-- $Revision: 1.75 $ -->
  <reference id="ref.misc">
   <title>Miscellaneous functions</title>
   <titleabbrev>Misc.</titleabbrev>
@@ -471,7 +471,7 @@
     </programlisting>
     <simpara>
      In order for this to work, your <link
- linkend="ini.sect.browscap">browscap</link> configuration file
+ linkend="ini.browscap">browscap</link> configuration file
      setting must point to the correct location of the
      <filename>browscap.ini</filename> file.
     </simpara>
Index: phpdoc/en/language/constants.xml
diff -u phpdoc/en/language/constants.xml:1.25 phpdoc/en/language/constants.xml:1.26
--- phpdoc/en/language/constants.xml:1.25 Wed May 29 05:53:40 2002
+++ phpdoc/en/language/constants.xml Wed Oct 9 05:50:22 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.25 $ -->
+<!-- $Revision: 1.26 $ -->
  <chapter id="language.constants">
   <title>Constants</title>
 
@@ -66,7 +66,7 @@
    <simpara>
     If you use an undefined constant, PHP assumes that you mean
     the name of the constant itself. A
- <link linkend="features.error-handling">notice</link> will be issued
+ <link linkend="ref.errorfunc">notice</link> will be issued
     when this happens. Use the <function>defined</function>-function if
     you want to know if a constant is set.
    </simpara>
Index: phpdoc/en/reference/errorfunc/ini.xml
diff -u phpdoc/en/reference/errorfunc/ini.xml:1.3 phpdoc/en/reference/errorfunc/ini.xml:1.4
--- phpdoc/en/reference/errorfunc/ini.xml:1.3 Wed Oct 9 04:34:24 2002
+++ phpdoc/en/reference/errorfunc/ini.xml Wed Oct 9 05:50:24 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <section id="errorfunc.configuration">
  &reftitle.runtime;
  &extension.runtime;
@@ -179,7 +179,7 @@
     <listitem>
      <para>
       Tells whether script error messages should be logged to the
- server's error log or <link linkend="ini.error_log">error_log</link>.
+ server's error log or <link linkend="ini.error-log">error_log</link>.
       This option is thus server-specific.
      </para>
      <note>
Index: phpdoc/en/reference/info/functions/dl.xml
diff -u phpdoc/en/reference/info/functions/dl.xml:1.7 phpdoc/en/reference/info/functions/dl.xml:1.8
--- phpdoc/en/reference/info/functions/dl.xml:1.7 Fri May 10 17:32:19 2002
+++ phpdoc/en/reference/info/functions/dl.xml Wed Oct 9 05:50:25 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
 <!-- splitted from ./en/functions/info.xml, last change in rev 1.29 -->
   <refentry id="function.dl">
    <refnamediv>
@@ -103,7 +103,7 @@
     </note>
     <para>
      See also
- <link linkend="ini.sect.extension">Extension Loading Directives</link>
+ <link linkend="ini.extension">Extension Loading Directives</link>
      and <function>extension_loaded</function>.
     </para>
    </refsect1>
Index: phpdoc/en/reference/misc/functions/get-browser.xml
diff -u phpdoc/en/reference/misc/functions/get-browser.xml:1.3 phpdoc/en/reference/misc/functions/get-browser.xml:1.4
--- phpdoc/en/reference/misc/functions/get-browser.xml:1.3 Thu Jul 4 06:51:30 2002
+++ phpdoc/en/reference/misc/functions/get-browser.xml Wed Oct 9 05:50:25 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/misc.xml, last change in rev 1.2 -->
   <refentry id="function.get-browser">
    <refnamediv>
@@ -87,7 +87,7 @@
     </programlisting>
     <simpara>
      In order for this to work, your <link
- linkend="ini.sect.browscap">browscap</link> configuration file
+ linkend="ini.browscap">browscap</link> configuration file
      setting must point to the correct location of the
      <filename>browscap.ini</filename> file.
     </simpara>
Index: phpdoc/en/reference/session/reference.xml
diff -u phpdoc/en/reference/session/reference.xml:1.18 phpdoc/en/reference/session/reference.xml:1.19
--- phpdoc/en/reference/session/reference.xml:1.18 Mon Oct 7 07:12:19 2002
+++ phpdoc/en/reference/session/reference.xml Wed Oct 9 05:50:25 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.18 $ -->
+<!-- $Revision: 1.19 $ -->
  <reference id="ref.session">
   <title>Session handling functions</title>
   <titleabbrev>Sessions</titleabbrev>
@@ -304,7 +304,7 @@
      empty string.
      <note>
       <para>
- The <link linkend="ini.arg_separator.output">arg_separator.output</link>
+ The <link linkend="ini.arg-separator.output">arg_separator.output</link>
       &php.ini; directive allows to customize the argument seperator.
       </para>
      </note>
Index: phpdoc/en/reference/sybase/ini.xml
diff -u phpdoc/en/reference/sybase/ini.xml:1.2 phpdoc/en/reference/sybase/ini.xml:1.3
--- phpdoc/en/reference/sybase/ini.xml:1.2 Sun Sep 29 20:09:46 2002
+++ phpdoc/en/reference/sybase/ini.xml Wed Oct 9 05:50:26 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <section id="sybase.configuration">
  &reftitle.runtime;
  &extension.runtime;
@@ -151,7 +151,7 @@
      If <parameter>magic_quotes_sybase</parameter> is also on, a
      single-quote is escaped with a single-quote instead of a
      backslash if <link linkend="ini.magic-quotes-gpc">magic_quotes_gpc</link>
- or <link linkend="magic-quotes-runtime">magic_quotes_runtime</link> is enabled.
+ or <link linkend="ini.magic-quotes-runtime">magic_quotes_runtime</link> is enabled.
     </para>
    </listitem>
   </varlistentry>

-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php