From af371c9f5e662f7a05a658c96b1ba7af5ba4dd8a Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Mon, 5 May 2008 10:09:54 +0000 Subject: [PATCH] - Fixed build. --- ext/standard/math.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.40.0