From: Zeev Suraski Date: Wed, 15 Aug 2001 22:49:15 +0000 (+0000) Subject: Fix build X-Git-Tag: PRE_SUBST_Z_MACROS~507 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2d8ca548e2e186f7d8d09e10a6f5d00619bb2c24;p=php Fix build --- diff --git a/ext/standard/basic_functions.c b/ext/standard/basic_functions.c index 2fd601bf42..dd3487e567 100644 --- a/ext/standard/basic_functions.c +++ b/ext/standard/basic_functions.c @@ -303,12 +303,6 @@ function_entry basic_functions[] = { PHP_FE(log, NULL) PHP_FE(log10, NULL) PHP_FE(sqrt, NULL) - PHP_FE(exp2, NULL) - PHP_FE(exp10, NULL) - PHP_FE(log2, NULL) -#ifndef PHP_WIN32 - PHP_FE(cbrt, NULL) -#endif PHP_FE(hypot, NULL) #ifndef PHP_WIN32 PHP_FE(expm1, NULL)