On 5 Dec 2008, at 10:09, DeDe Morton wrote:


I'm adding a new page to the PHP documentation for ibm_db2. How do I get the PECL version information to show up on the generated HTML page? I've tried updating the versions.xml file to include the following line:

 <function name='db2_last_insert_id' from='PECLibm_db2 &gt;= 1.7.1'/>

But when I run the doc build locally, the HTML page that's generated says, "(No version information available, might be only in CVS)"

Is this simply a problem with my local build, or do I need to do something else to get the PECL version information to appear? Thanks in advance for your help.

Hello DeDe,

Unfortunately extension specific versions.xml files have not been implemented yet, but it's coming. Currently all version information is pulled from the following location:

  /cvs/phpdoc/phpbook/phpbook-xsl/version.xml

Feel free to edit that file in the meantime by keeping the two in sync for your extension.

Regards,
Philip

Reply via email to