On Tue, 5 Apr 2005, Antony Dovgal wrote: > On Tue, 5 Apr 2005 23:09:34 +0200 > anatoly techtonik <[EMAIL PROTECTED]> wrote: > > > Hello, phpdoc@lists.php.net > > > > I've commited a new summary script. Test it just to be sure it > > produces the same output as old .sh + .awk > > > > php -q -C scripts/genfuncsummary.php ../php-src > funcsummary2.txt > > > > Tell me if all is ok and I will add it to Makefile. > > After test will be passed, PECL prototypes can also be added > > to this list. Note the size, though. Now it is about 300 kbytes and > > with PECL it can become twice as big. > > > > > > P.S. php-src/ext/ldap/ldap.c contains incorrect prototype - no ret > > value > > > > /* {{{ proto _ldap_rebind_proc() > > */ > > This is internal function, it's not supposed to be documented in the docs.
It shouldn't have a prototype then. Derick