From: Derick Rethans Date: Mon, 5 May 2008 10:09:54 +0000 (+0000) Subject: - Fixed build. X-Git-Tag: BEFORE_NEW_PARAMETER_PARSE~283 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=af371c9f5e662f7a05a658c96b1ba7af5ba4dd8a;p=php - Fixed build. --- diff --git a/ext/standard/math.c b/ext/standard/math.c index 903b0c80e1..919f44114d 100644 --- a/ext/standard/math.c +++ b/ext/standard/math.c @@ -360,7 +360,7 @@ PHP_FUNCTION(asinh) /* {{{ proto float acosh(float number) Returns the inverse hyperbolic cosine of the number, i.e. the value whose hyperbolic cosine is number */ -PHP_FUNCTION(php_acosh) +PHP_FUNCTION(acosh) { double num;