Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src / NEWS /sapi/apache php_apache.c

2004-12-07 Thread Andi Gutmans
If all return paths return bool, then yes. Otherwise, no. (now that's a boolean way to put it :) Andi At 09:09 PM 12/4/2004 +1100, Dave Barr wrote: Hi Rasmus, noticed a proto problem with this commit. You have the function proto returning an array: > +/* {{{ proto array apache_reset_timeout(void)

[PHP-DEV] Re: [PHP-CVS] cvs: php-src / NEWS /sapi/apache php_apache.c

2004-12-04 Thread Dave Barr
Hi Rasmus, noticed a proto problem with this commit. You have the function proto returning an array: > +/* {{{ proto array apache_reset_timeout(void) but: > + RETURN_FALSE; and > + RETURN_TRUE; Change the proto to return bool? Dave -- PHP Internals - PHP Runtime Development Mailing List T