1 - I just found out that the version of the PHP Docs I was running my analyzer against was totally out of date (even though it was but a few months old). So I downloaded a fresh copy, and found out that...
2 - In the function index file the function alias "session_commit" is missing, even though all other aliases are present P.S. For previously reported insonsistencies, I cannot confirm them, since my analyzer now has been patched to work around them, so, if you have time, you might check them out anyway. Thanks Gaetano > -----Messaggio originale----- > Da: Jakub Vrana [mailto:[EMAIL PROTECTED] > Inviato: lunedi 1 marzo 2004 12:11 > A: [EMAIL PROTECTED] > Cc: Gaetano Giunta > Oggetto: Re: [PHP-DOC] Minor glitches the PHP documentation > > > Gaetano Giunta wrote: > > - Function pdf_set_horiz_scaling misses the "Deprecated:" keyword > > next to the function name in the first section (before > "Description") > > > - Functions msql_dropdb, msql_freeresult, msql_listdbs, > > msql_listfields, msql_listtables, msql_regcase and msql_selectdb > > miss the "Alias of xxx" description in the first section > > > - Function aliases definitions: most of them use "Alias of", > > while 7 definitions use "Alias for" and one uses "equivalent to" > > > - The following functions have prototypes where one parameter is > > described by type but it misses a name: dbplus_info, dbplus_next, > > ircg_notice, qdom_tree > > > - Functions that take no arguments sometimes have a (void) > > prototype, sometimes a () prototype > > Thanks for a report, I will take care of it. > > Jakub Vrana >
