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
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to