From: didou at keliglia dot com Operating system: PHP version: Irrelevant PHP Bug Type: Documentation problem Bug description: resources not documented in reference
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 bug report at http://bugs.php.net/?id=31733&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=31733&r=trysnapshot4 Try a CVS snapshot (php5.0): http://bugs.php.net/fix.php?id=31733&r=trysnapshot50 Try a CVS snapshot (php5.1): http://bugs.php.net/fix.php?id=31733&r=trysnapshot51 Fixed in CVS: http://bugs.php.net/fix.php?id=31733&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=31733&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=31733&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=31733&r=needscript Try newer version: http://bugs.php.net/fix.php?id=31733&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=31733&r=support Expected behavior: http://bugs.php.net/fix.php?id=31733&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=31733&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=31733&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=31733&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=31733&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=31733&r=dst IIS Stability: http://bugs.php.net/fix.php?id=31733&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=31733&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=31733&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=31733&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=31733&r=mysqlcfg
