summaryrefslogtreecommitdiff
path: root/ext/standard/microtime.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/microtime.c')
-rw-r--r--ext/standard/microtime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/microtime.c b/ext/standard/microtime.c
index 1eec292e18..847565e603 100644
--- a/ext/standard/microtime.c
+++ b/ext/standard/microtime.c
@@ -97,7 +97,7 @@ PHP_FUNCTION(getrusage)
int who = RUSAGE_SELF;
if(ac == 1 &&
- getParametersEx(ac, &pwho) != FAILURE) {
+ zend_get_parameters_ex(ac, &pwho) != FAILURE) {
convert_to_long_ex(pwho);
if((*pwho)->value.lval == 1)
who = RUSAGE_CHILDREN;