betz            Sun Feb 23 12:57:12 2003 EDT

  Added files:                 
    /phpdoc/en/reference/misc   constants.xml 

  Modified files:              
    /phpdoc/en/reference/misc   reference.xml 
  Log:
  constants added and linked from reference
  
Index: phpdoc/en/reference/misc/reference.xml
diff -u phpdoc/en/reference/misc/reference.xml:1.5 
phpdoc/en/reference/misc/reference.xml:1.6
--- phpdoc/en/reference/misc/reference.xml:1.5  Sun Sep 29 20:09:46 2002
+++ phpdoc/en/reference/misc/reference.xml      Sun Feb 23 12:57:12 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
  <reference id="ref.misc">
   <title>Miscellaneous functions</title>
   <titleabbrev>Misc.</titleabbrev>
@@ -31,12 +31,7 @@
     &no.resource;
    </section>
 
-   <section id="misc.constants">
-    &reftitle.constants;
-    &no.constants;
-   </section>
-
-
+   &reference.misc.constants;
 
    </partintro>
 

Index: phpdoc/en/reference/misc/constants.xml
+++ phpdoc/en/reference/misc/constants.xml
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.1 $ -->
<section id="misc.constants">
 &reftitle.constants;
 &extension.constants;
 <variablelist>
  <varlistentry>
   <term>
    <constant>CONNECTION_ABORTED</constant>
    (<link linkend="language.types.integer">integer</link>)
   </term>
   <listitem>
    <simpara>

    </simpara>
   </listitem>
  </varlistentry>
  <varlistentry>
   <term>
    <constant>CONNECTION_NORMAL</constant>
    (<link linkend="language.types.integer">integer</link>)
   </term>
   <listitem>
    <simpara>

    </simpara>
   </listitem>
  </varlistentry>
  <varlistentry>
   <term>
    <constant>CONNECTION_TIMEOUT</constant>
    (<link linkend="language.types.integer">integer</link>)
   </term>
   <listitem>
    <simpara>

    </simpara>
   </listitem>
  </varlistentry>
 </variablelist>
</section>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->



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

Reply via email to