Re: [PHP-DEV] functions in time.c
On Tue, 29 Oct 2002, Marcus Boerger wrote: > Shouldn't microtime and gettimeofday be unavailable > when HAVE_GETTIMEOFDAY is undefined? IMO they should indeed not be available in that case. Derick -- --- Derick Rethans
Re: [PHP-DEV] functions in time.c
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(gettimeo