Some tips:
* You changed the ini.xml file, which was right. For example 'maxdb.default_password' doesn't exist. its 'maxdb.default_pw'. Please revert this file!
Index: phpdoc/en/reference/maxdb/reference.xml
diff -u phpdoc/en/reference/maxdb/reference.xml:1.3 phpdoc/en/reference/maxdb/reference.xml:1.4
- can be found at <ulink url="&url.maxdb;">&url.maxdb;</ulink>.
+ can be found at <ulink url="http://www.mysql.com/products/maxdb/"></ulink>.
(...)
- <ulink url="&url.maxdb.sdbc;">&url.maxdb.sdbc;</ulink>.
+ <ulink url="http://dev.mysql.com/downloads/maxdb/clients.html"></ulink>.
(...)
You should use entities instead of URLs, so that our script can validate the URLs to check if they moved or they doesn't exist anymore.
* you should try to stick with the PEAR coding standards when writing examples (http://pear.php.net/manual/en/standards.php)
Anyway, thanks for your big commit! :)
Nuno
