- Fixed build.

This commit is contained in:
Derick Rethans 2008-05-05 10:09:54 +00:00
parent 5a0253c14c
commit af371c9f5e

View 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;