Index: php_math.h
===================================================================
RCS file: /repository/php4/ext/standard/php_math.h,v
retrieving revision 1.6
diff -u -r1.6 php_math.h
--- php_math.h	26 Feb 2001 06:07:23 -0000	1.6
+++ php_math.h	31 Jul 2001 23:26:49 -0000
@@ -55,6 +55,20 @@
 PHP_FUNCTION(deg2rad);
 PHP_FUNCTION(rad2deg);
 
+PHP_FUNCTION(exp2);
+PHP_FUNCTION(exp10);
+PHP_FUNCTION(log2);
+PHP_FUNCTION(cbrt);
+PHP_FUNCTION(hypot);
+PHP_FUNCTION(expm1);
+PHP_FUNCTION(log1p);
+PHP_FUNCTION(sinh);
+PHP_FUNCTION(cosh);
+PHP_FUNCTION(tanh);
+PHP_FUNCTION(asinh);
+PHP_FUNCTION(acosh);
+PHP_FUNCTION(atanh);
+
 #include <math.h>
 
 #ifndef M_E
