summaryrefslogtreecommitdiff
path: root/ext/standard/microtime.h
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>1999-09-15 05:08:45 +0000
committerAndi Gutmans <andi@php.net>1999-09-15 05:08:45 +0000
commit0a7fc832531a9fedc832f4db4b8b04552daabbcb (patch)
tree24db6e39cd5f067bcbaafbf06cdb6a275e481f39 /ext/standard/microtime.h
parent0b601a7bea539d191e87a76e6f7733eb3788e108 (diff)
downloadphp-git-0a7fc832531a9fedc832f4db4b8b04552daabbcb.tar.gz
- gettimeofday wasn't registered.
Diffstat (limited to 'ext/standard/microtime.h')
-rw-r--r--ext/standard/microtime.h1
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 */