ID: 31733 Updated by: [EMAIL PROTECTED] Reported By: didou at keliglia dot com -Status: Closed +Status: Open Bug Type: Documentation problem PHP Version: Irrelevant New Comment:
Reopened: Jakub's comment is still relevant, this page need to be updated : http://php.net/resource Thanks to Martin for the big fix (http://news.php.net/php.doc/969375713) And thank you for taking care of this :) Previous Comments: ------------------------------------------------------------------------ [2007-05-31 05:54:00] [EMAIL PROTECTED] 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. ------------------------------------------------------------------------ [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
