goba            Thu Jul 25 04:49:54 2002 EDT

  Modified files:              
    /phpdoc/RFC manual.xml.in 
  Log:
  Updating content with new extensions, categorizing all of them.
  
  
Index: phpdoc/RFC/manual.xml.in
diff -u phpdoc/RFC/manual.xml.in:1.2 phpdoc/RFC/manual.xml.in:1.3
--- phpdoc/RFC/manual.xml.in:1.2        Tue Jun 11 06:52:31 2002
+++ phpdoc/RFC/manual.xml.in    Thu Jul 25 04:49:54 2002
@@ -12,16 +12,16 @@
 <!ENTITY % global.entities  SYSTEM "@srcdir@/entities/global.ent">
 
 <!-- All entities for the FAQ section -->
-<!ENTITY % faqonly.entities  SYSTEM "@srcdir@/entities/faqurls.ent">
+<!ENTITY % faqonly.entities SYSTEM "@srcdir@/entities/faqurls.ent">
 
 <!-- These are language independent -->
 <!ENTITY % build.version    SYSTEM "entities/version.ent">
-<!ENTITY % global.file-entities  SYSTEM "entities/file-entities.ent">
+<!ENTITY % file.entities    SYSTEM "entities/file-entities.ent">
 
 <!-- Include all external DTD parts defined previously -->
 %global.entities;
 %faqonly.entities;
-%global.file-entities;
+%file.entities;
 %build.version;
 
 <!-- Autogenerated missing entites and IDs to make build work -->
@@ -40,6 +40,7 @@
  <part id="getting-started">
   <title>&GettingStarted;</title>
   &chapters.intro;
+  &chapters.tutorial;
   &chapters.install; <!-- note that this is not always chapters/install.xml -->
   &chapters.config;
   &chapters.security;
@@ -70,11 +71,12 @@
   &features.connection-handling;
   &features.persistent-connections;
   &features.safe-mode;
+  &features.commandline;
  </part>
 
  <part id="funcref">
   <title>&FunctionReference;</title>
-
+  
   <section id="refs.basic">
    <title>Basic PHP Extensions</title>
 
@@ -84,6 +86,7 @@
     &reference.classobj.reference;
     &reference.ctype.reference;
     &reference.funchand.reference;
+    <!-- &reference.objaggregation.reference; -->
     &reference.var.reference;
    </section>
    
@@ -115,6 +118,7 @@
     <title>Other Basic Extensions</title>
     &reference.misc.reference;
     &reference.url.reference;
+    &reference.tokenizer.reference;
    </section>
 
   </section>
@@ -168,6 +172,7 @@
    &reference.cybercash.reference;
    &reference.cybermut.reference;
    &reference.pfpro.reference;
+   <!-- &reference.mcve.reference; -->
   </section>
   
   <section id="refs.mathcrypto">
@@ -206,6 +211,7 @@
     &reference.dio.reference;
     &reference.dir.reference;
     &reference.filesystem.reference;
+    &reference.mime_magic.reference;
    </section>
    
    <section id="refs.fileprocess.process">
@@ -223,6 +229,7 @@
    &reference.curl.reference;
    &reference.ftp.reference;
    &reference.hw.reference;
+   &reference.hwapi.reference;
    &reference.ircg.reference;
    &reference.java.reference;
    &reference.ldap.reference;
@@ -290,6 +297,7 @@
    <section id="refs.utilspec.server">
     <title>Server Specific Extensions</title>
     &reference.apache.reference;
+    <!-- &reference.iisfunc.reference; -->
    </section>
   </section>
  </part>
@@ -317,7 +325,6 @@
  <part id="appendixes">
   <title>&Appendixes;</title>
   &appendices.history;
-  &appendices.commandline;
   &appendices.migration4;
   &appendices.migration;
   &appendices.debugger;
@@ -325,6 +332,7 @@
   &appendices.aliases;
   &appendices.reserved;
   &appendices.resources;
+  &appendices.tokens;
   &appendices.about;
   &global.function-index;      
   &missing-ids;
@@ -351,3 +359,4 @@
 sgml-local-ecat-files:nil
 End:
 -->
+



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

Reply via email to