Index: basic_functions.c
===================================================================
RCS file: /repository/php4/ext/standard/basic_functions.c,v
retrieving revision 1.371
diff -u -r1.371 basic_functions.c
--- basic_functions.c 31 Jul 2001 07:09:43 -0000 1.371
+++ basic_functions.c 31 Jul 2001 23:23:55 -0000
@@ -286,12 +286,25 @@
PHP_FE(acos, NULL)
PHP_FE(atan, NULL)
PHP_FE(atan2, NULL)
+ PHP_FE(sinh, NULL)
+ PHP_FE(cosh, NULL)
+ PHP_FE(tanh, NULL)
+ PHP_FE(asinh, NULL)
+ PHP_FE(acosh, NULL)
+ PHP_FE(atanh, NULL)
PHP_FE(pi, NULL)
PHP_FE(pow, NULL)
PHP_FE(exp, NULL)
PHP_FE(log, NULL)
PHP_FE(log10, NULL)
PHP_FE(sqrt, NULL)
+ PHP_FE(exp2, NULL)
+ PHP_FE(exp10, NULL)
+ PHP_FE(log2, NULL)
+ PHP_FE(cbrt, NULL)
+ PHP_FE(hypot, NULL)
+ PHP_FE(expm1, NULL)
+ PHP_FE(log1p, NULL)
PHP_FE(deg2rad, NULL)
PHP_FE(rad2deg, NULL)
PHP_FE(bindec, NULL)

