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 >= 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. DeDe Morton