derick Mon May 5 10:09:54 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/standard math.c
Log:
- Fixed build.
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/math.c?r1=1.131.2.2.2.6.2.5&r2=1.131.2.2.2.6.2.6&diff_format=u
Index: php-src/ext/standard/math.c
diff -u php-src/ext/standard/math.c:1.131.2.2.2.6.2.5
php-src/ext/standard/math.c:1.131.2.2.2.6.2.6
--- php-src/ext/standard/math.c:1.131.2.2.2.6.2.5 Mon May 5 07:29:41 2008
+++ php-src/ext/standard/math.c Mon May 5 10:09:54 2008
@@ -19,7 +19,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: math.c,v 1.131.2.2.2.6.2.5 2008/05/05 07:29:41 kalle Exp $ */
+/* $Id: math.c,v 1.131.2.2.2.6.2.6 2008/05/05 10:09:54 derick Exp $ */
#include "php.h"
#include "php_math.h"
@@ -360,7 +360,7 @@
/* {{{ 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;
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php