eschmid         Sun Sep 30 14:36:40 2001 EDT

  Modified files:              
    /phpdoc/en/faq      databases.xml build.xml using.xml 
    /phpdoc/en/functions        pcre.xml mbstring.xml ming.xml ircg.xml 
  Log:
  Underscores are not allowed in ID strings.
  
Index: phpdoc/en/faq/databases.xml
diff -u phpdoc/en/faq/databases.xml:1.7 phpdoc/en/faq/databases.xml:1.8
--- phpdoc/en/faq/databases.xml:1.7     Fri Sep 21 18:47:31 2001
+++ phpdoc/en/faq/databases.xml Sun Sep 30 14:36:39 2001
@@ -1,5 +1,5 @@
 <?xml encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
  <chapter id="faq.databases">
   <title>Connecting to databases</title>
   <titleabbrev>Connecting to databases</titleabbrev>
@@ -270,7 +270,7 @@
     </answer>
    </qandaentry>
    
-   <qandaentry id="faq.databases.shared_mysql">
+   <qandaentry id="faq.databases.shared-mysql">
     <question>
      <para>
       After installing shared mysql support, Apache dumps core as soon
Index: phpdoc/en/faq/build.xml
diff -u phpdoc/en/faq/build.xml:1.5 phpdoc/en/faq/build.xml:1.6
--- phpdoc/en/faq/build.xml:1.5 Fri Sep 21 18:47:31 2001
+++ phpdoc/en/faq/build.xml     Sun Sep 30 14:36:39 2001
@@ -1,5 +1,5 @@
 <?xml encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <chapter id="faq.build">
   <title>Build Problems</title>
   <titleabbrev>Build Problems</titleabbrev>
@@ -50,7 +50,7 @@
     </answer>
    </qandaentry>
 
-   <qandaentry id="faq.build.not_found">
+   <qandaentry id="faq.build.not-found">
     <question>
      <para>
       When I run configure, it says that it can't find the 
@@ -198,7 +198,7 @@
     </answer>
    </qandaentry>
 
-   <qandaentry id="faq.build.not_running">
+   <qandaentry id="faq.build.not-running">
     <question>
      <para>
       I have followed all the steps to install the Apache module version on 
@@ -252,7 +252,7 @@
     </answer>
    </qandaentry>
 
-   <qandaentry id="faq.build.activate_module">
+   <qandaentry id="faq.build.activate-module">
     <question>
      <para>
       It says to use: 
<literal>--activate-module=src/modules/php4/libphp4.a</literal>, 
Index: phpdoc/en/faq/using.xml
diff -u phpdoc/en/faq/using.xml:1.6 phpdoc/en/faq/using.xml:1.7
--- phpdoc/en/faq/using.xml:1.6 Fri Sep 21 18:47:31 2001
+++ phpdoc/en/faq/using.xml     Sun Sep 30 14:36:39 2001
@@ -1,5 +1,5 @@
 <?xml encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <chapter id="faq.using">
   <title>Using PHP</title>
   <titleabbrev>Using PHP</titleabbrev>
@@ -55,7 +55,7 @@
     </answer>
    </qandaentry>
 
-   <qandaentry id="faq.using.wrong_order">
+   <qandaentry id="faq.using.wrong-order">
     <question>
      <para>
       When I do the following, the output is printed in 
Index: phpdoc/en/functions/pcre.xml
diff -u phpdoc/en/functions/pcre.xml:1.59 phpdoc/en/functions/pcre.xml:1.60
--- phpdoc/en/functions/pcre.xml:1.59   Fri Sep 21 18:47:45 2001
+++ phpdoc/en/functions/pcre.xml        Sun Sep 30 14:36:39 2001
@@ -1,5 +1,5 @@
 <?xml encoding="iso-8859-1"?>
-<!-- $Revision: 1.59 $ -->
+<!-- $Revision: 1.60 $ -->
 <reference id="ref.pcre">
   <title>Regular Expression Functions (Perl-Compatible)</title>
   <titleabbrev>PCRE</titleabbrev>   
@@ -1753,7 +1753,7 @@
      subpattern.
      </literallayout>
     </refsect2>
-       <refsect2 id="regexp.reference.internal_options">
+       <refsect2 id="regexp.reference.internal-options">
         <title>Internal option setting</title>
      <literallayout>
      The settings of <link linkend="pcre.pattern.modifiers">PCRE_CASELESS</link> , 
@@ -2028,7 +2028,7 @@
      "b".
      </literallayout>
     </refsect2>
-       <refsect2 id="regexp.reference.back_references">
+       <refsect2 id="regexp.reference.back-references">
         <title>BACK REFERENCES</title>
      <literallayout>
      Outside a character class, a backslash followed by  a  digit
Index: phpdoc/en/functions/mbstring.xml
diff -u phpdoc/en/functions/mbstring.xml:1.11 phpdoc/en/functions/mbstring.xml:1.12
--- phpdoc/en/functions/mbstring.xml:1.11       Fri Sep 21 21:22:45 2001
+++ phpdoc/en/functions/mbstring.xml    Sun Sep 30 14:36:39 2001
@@ -1,5 +1,5 @@
 <?xml encoding="iso-8859-1"?>
-<!-- $Revision: 1.11 $ -->
+<!-- $Revision: 1.12 $ -->
  <reference id="ref.mbstring">
   <title>Multi-Byte String Functions</title> 
   <titleabbrev>
@@ -1800,7 +1800,7 @@
    </refsect1>
   </refentry>
 
-  <refentry id="function.mb_decode_numericentity">
+  <refentry id="function.mb-decode-numericentity">
    <refnamediv>
     <refname>mb_decode_numericentity</refname>
     <refpurpose>
Index: phpdoc/en/functions/ming.xml
diff -u phpdoc/en/functions/ming.xml:1.21 phpdoc/en/functions/ming.xml:1.22
--- phpdoc/en/functions/ming.xml:1.21   Fri Sep 21 18:47:44 2001
+++ phpdoc/en/functions/ming.xml        Sun Sep 30 14:36:39 2001
@@ -1,5 +1,5 @@
 <?xml encoding="iso-8859-1"?>
-<!-- $Revision: 1.21 $ -->
+<!-- $Revision: 1.22 $ -->
  <reference id="ref.ming">
   <title>Ming functions for Flash</title>
   <titleabbrev>Ming (flash)</titleabbrev>
@@ -71,7 +71,7 @@
       Restart web server if necessary 
      </para>
     </sect2>
-    <sect2 id="ming.install.php_module.unix">
+    <sect2 id="ming.install.php-module.unix">
      <title>built into php (unix)</title>
      <para>
       download <filename>php_ming.so.gz</filename>. 
Index: phpdoc/en/functions/ircg.xml
diff -u phpdoc/en/functions/ircg.xml:1.12 phpdoc/en/functions/ircg.xml:1.13
--- phpdoc/en/functions/ircg.xml:1.12   Fri Sep 21 18:47:42 2001
+++ phpdoc/en/functions/ircg.xml        Sun Sep 30 14:36:39 2001
@@ -1,5 +1,5 @@
 <?xml encoding="iso-8859-1"?>
-<!-- $Revision: 1.12 $ -->
+<!-- $Revision: 1.13 $ -->
  <reference id="ref.ircg">
   <title>IRC Gateway Functions</title>
   <titleabbrev>IRC Gateway</titleabbrev>
@@ -312,7 +312,7 @@
    </refsect1>
   </refentry>
 
-  <refentry id="function.ircg-channel_mode">
+  <refentry id="function.ircg-channel-mode">
    <refnamediv>
     <refname>ircg_channel_mode</refname>
     <refpurpose>


Reply via email to