]> granicus.if.org Git - php/commitdiff
- Fixed build.
authorDerick Rethans <derick@php.net>
Mon, 5 May 2008 10:09:54 +0000 (10:09 +0000)
committerDerick Rethans <derick@php.net>
Mon, 5 May 2008 10:09:54 +0000 (10:09 +0000)
ext/standard/math.c

index 903b0c80e1fa2b6b89f63f02b01980f44c832873..919f44114dd8f0591886d56340db26aa5d4927a0 100644 (file)
@@ -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;