Of course. --Jani
On Tue, 29 Oct 2002, Marcus Boerger wrote:
>Shouldn't microtime and gettimeofday be unavailable
>when HAVE_GETTIMEOFDAY is undefined?
>
>
>PHP_FUNCTION(microtime)
>{
>#ifdef HAVE_GETTIMEOFDAY
> ...
>#endif
> RETURN_FALSE;
>}
>PHP_FUNCTION(gettimeofday)
>{
>#ifdef HAVE_GETTIMEOFDAY
> ...
>#endif
> RETURN_FALSE;
>}
>
>
>
--
<- For Sale! ->
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php
