If we want to enable this as-is, we can turn it on with the following
patch:
Index: manual.xml.in
===================================================================
RCS file: /repository/phpdoc/manual.xml.in,v
retrieving revision 1.210
diff -u -r1.210 manual.xml.in
--- manual.xml.in 6 Sep 2005 10:52:54 -0000 1.210
+++ manual.xml.in 3 Oct 2005 18:48:23 -0000
@@ -127,6 +127,7 @@
<title>&Internals;</title>
&internals.intro;
&internals.streams.index;
+ &internals.pdo.index;
&internals.zendapi.index;
&internals.extendphp3;
</part>
Yep. it should enabled!
It generates about a dozen HTML output files. I've committed a patch
that assigns IDs (so that the output files won't have randomly
assigned names) but am wondering whether we should break the 174K
index.xml file up into the corresponding 12 smaller files as well.
I'm happy to do this if that's the preferred method going forward.
Yes, editing a 100K file is horrible. If you have some time, please split it
acording to the chapters.
Thanks,
Nuno