php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #31733 resources not documented in reference
Submitted: 2005-01-28 01:24 UTC Modified: 2007-10-31 15:11 UTC
Votes:1
Avg. Score:2.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: didou at keliglia dot com Assigned:
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
 [2005-01-28 01:24 UTC] 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:

didou@debian:~/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


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-04-15 13:11 UTC] vrana@php.net
Also appendices/resources should be updated.
 [2007-05-31 05:54 UTC] ljbuesch@php.net
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.
 [2007-06-01 03:48 UTC] didou@php.net
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 :)
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Aug 06 10:00:02 2025 UTC