ID: 31733 Updated by: [EMAIL PROTECTED] Reported By: didou at keliglia dot com -Status: Open +Status: Closed Bug Type: Documentation problem PHP Version: Irrelevant New Comment:
Looks as though these are no longer a problem (reported over two years ago), as I ran that script and got no errors. Closing the bug. Previous Comments: ------------------------------------------------------------------------ [2005-04-15 13:11:59] [EMAIL PROTECTED] Also appendices/resources should be updated. ------------------------------------------------------------------------ [2005-01-28 01:24:04] didou at keliglia dot com Description: ------------ We have a lot of Missing/Wrong resource sections in the reference.xml files. Here's the complete list: [EMAIL PROTECTED]:~/cvs/phpdoc-all/en/reference$ for i in $(grep -rni "<type>resource</type><methodname>" . | cut -d"/" -f 2 | uniq); do grep -qL resource "$i/reference.xml" || echo "M: $i"; grep -q "no.resource" "$i/reference.xml" && echo "W: $i" ; done | sort M: com M: curl M: cyrus M: mailparse M: maxdb M: mcve M: muscat M: oracle M: pdf M: pgsql W: crack W: exec W: gmp W: icap W: image W: ingres-ii W: ldap W: mcrypt W: ncurses W: network W: sockets W: uodbc W: xmlrpc W: xslt W: yaz W: zip W: zlib ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=31733&edit=1