diff options
author | Andi Gutmans <andi@php.net> | 1999-09-15 05:08:45 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 1999-09-15 05:08:45 +0000 |
commit | 0a7fc832531a9fedc832f4db4b8b04552daabbcb (patch) | |
tree | 24db6e39cd5f067bcbaafbf06cdb6a275e481f39 /ext/standard/microtime.h | |
parent | 0b601a7bea539d191e87a76e6f7733eb3788e108 (diff) | |
download | php-git-0a7fc832531a9fedc832f4db4b8b04552daabbcb.tar.gz |
- gettimeofday wasn't registered.
Diffstat (limited to 'ext/standard/microtime.h')
-rw-r--r-- | ext/standard/microtime.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/microtime.h b/ext/standard/microtime.h index a14b75749d..c815bfca82 100644 --- a/ext/standard/microtime.h +++ b/ext/standard/microtime.h @@ -33,6 +33,7 @@ #define _MICROTIME_H PHP_FUNCTION(microtime); +PHP_FUNCTION(gettimeofday); PHP_FUNCTION(getrusage); #endif /* _MICROTIME_H */ |