> First, my apologies to Hartmut, I clearly did not
> understand the context of his comment about "double".
If we could differentiate very clearly a "float" and a "double" it
should be corrected in the function foldings hooks (protos in
comments) in the source code for PHP 3 and 4.
> Now, we can generate the funclist.txt and
> funcsummary.txt files, but they do not contain
> constructs like include() or require(), which IMHO
> should also be there, if only for reference and also
> because the guys at #php use those lists for the
> automated quickref bot (Aeris).
I have to apologies for the big patch. It seems that your sorting of
the functions is different from mine.
include() and require() are IMHO not functions so they donīt appear
in funclist.txt and funcsummary.txt. You can generate a list of
functions for PHP 3 and look for missing functions or use Hartmutīs
functions tables.
I donīt chat at #php, so I have no idea what some guys need for a
automated quickref bot. I have commited a new funclist and
funcsummary because a German PHP mailinglist reader asked for such a
list.
> Any takers to make a regex that can pick those either
> from the php4 code or from the manual? (/me is lazy
> ;-)
It is only a simple pattern recognition with awk scripts and the
information comes from the PHP code and not from the manual. If you
browse over this list, you will detect many malformed entries. If
every code contributor follows the "Documentation and Foldings
Hooks" in php4/CODING_STANDARDS this lists will look perfect.
-Egon