goba Thu Sep 2 09:16:00 2004 EDT
Modified files:
/phpdoc/RFC manual.xml.in
Log:
updating RFC manual.xml.in to latest manual.xml.in
http://cvs.php.net/diff.php/phpdoc/RFC/manual.xml.in?r1=1.12&r2=1.13&ty=u
Index: phpdoc/RFC/manual.xml.in
diff -u phpdoc/RFC/manual.xml.in:1.12 phpdoc/RFC/manual.xml.in:1.13
--- phpdoc/RFC/manual.xml.in:1.12 Wed Jun 2 05:53:34 2004
+++ phpdoc/RFC/manual.xml.in Thu Sep 2 09:16:00 2004
@@ -2,7 +2,7 @@
<!DOCTYPE book PUBLIC "-//PHPDocGroup//DTD DocBook XML V4.1.2-Based Variant PHPBook
V1.0//EN"
"@srcdir@/dtds/phpbook.dtd" [
-<!-- $Revision: 1.12 $ --> <!-- Last updated to comply to manual.xml.in 1.175 -->
+<!-- $Revision: 1.13 $ --> <!-- Last updated to comply to manual.xml.in 1.189 -->
<!-- Add translated specific definitions and snippets -->
<!ENTITY % language-defs SYSTEM "@srcdir@/@LANGDIR@/language-defs.ent">
@@ -28,13 +28,15 @@
<!ENTITY % global.entities SYSTEM "@srcdir@/entities/global.ent">
<!-- These are language independent -->
-<!ENTITY % build.version SYSTEM "entities/version.ent">
-<!ENTITY % file.entities SYSTEM "entities/file-entities.ent">
+<!ENTITY % frontpage.entities SYSTEM "en/contributors.ent">
+<!ENTITY % build.version SYSTEM "entities/version.ent">
+<!ENTITY % file.entities SYSTEM "entities/file-entities.ent">
<!-- Include all external DTD parts defined previously -->
%global.entities;
%file.entities;
%build.version;
+%frontpage.entities;
<!-- Autogenerated missing entites and IDs to make build work -->
<!ENTITY % missing-entities SYSTEM "entities/missing-entities.ent">
@@ -42,7 +44,7 @@
<!ENTITY missing-ids SYSTEM "entities/missing-ids.xml">
]>
-
+
<book id="manual" lang="@LANG@">
<title>&PHPManual;</title>
@@ -53,8 +55,16 @@
<title>&GettingStarted;</title>
&chapters.intro;
&chapters.tutorial;
- &chapters.install; <!-- note that this is not always chapters/install.xml -->
- &chapters.config;
+ </part>
+
+ <part id="install">
+ <title>&InstallAndConfigure;</title>
+ &install.intro;
+ &install.unix.index;
+ &install.macos.index;
+ &install.windows.index;
+ &install.problems;
+ &install.ini;
</part>
<part id="langref">
@@ -68,14 +78,25 @@
&language.control-structures;
&language.functions;
&language.oop;
+ &language.oop5;
&language.references;
</part>
<part id="security">
<title>&Security;</title>
- &security.index;
+ &security.intro;
+ &security.general;
+ &security.cgi-bin;
+ &security.apache;
+ &security.filesystem;
+ &security.database;
+ &security.errors;
+ &security.globals;
+ &security.variables;
+ &security.hiding;
+ &security.current;
</part>
-
+
<part id="features">
<title>&Features;</title>
&features.http-auth;
@@ -99,6 +120,7 @@
<title>Variable and Type Related Extensions</title>
&reference.array.reference;
&reference.classobj.reference;
+ &reference.classkit.reference;
&reference.ctype.reference;
&reference.funchand.reference;
&reference.objaggregation.reference;
@@ -133,6 +155,7 @@
<title>Other Basic Extensions</title>
&reference.misc.reference;
&reference.url.reference;
+ &reference.parsekit.reference;
&reference.spl.reference;
&reference.stream.reference;
&reference.tokenizer.reference;
@@ -239,6 +262,7 @@
&reference.dir.reference;
&reference.filesystem.reference;
&reference.mime-magic.reference;
+ &reference.xattr.reference;
&reference.xdiff.reference;
</section>
@@ -274,6 +298,7 @@
&reference.ircg.reference;
&reference.java.reference;
&reference.ldap.reference;
+ &reference.memcache.reference;
&reference.mnogosearch.reference;
&reference.network.reference;
&reference.notes.reference;
@@ -309,11 +334,16 @@
&reference.cpdf.reference;
&reference.fdf.reference;
&reference.pdf.reference;
- &reference.image.reference;
&reference.ming.reference;
&reference.swf.reference;
</section>
+ <section id="refs.utilspec.image">
+ <title>Image Processing and Generation</title>
+ &reference.exif.reference;
+ &reference.image.reference;
+ </section>
+
<section id="refs.utilspec.cmdline">
<title>Command Line Specific Extensions</title>
&reference.ncurses.reference;
@@ -334,6 +364,12 @@
&reference.nsapi.reference;
<!-- &reference.iisfunc.reference; -->
</section>
+
+ <section id="refs.utilspec.misc">
+ <title>Misc Extensions</title>
+ &reference.id3.reference;
+ &reference.openal.reference;
+ </section>
</section>
</part>
@@ -359,6 +395,7 @@
&faq.languages;
&faq.migration;
&faq.migration4;
+ &faq.migration5;
&faq.misc;
</part>