]> granicus.if.org Git - php/commitdiff
Fix build
authorZeev Suraski <zeev@php.net>
Wed, 15 Aug 2001 22:49:15 +0000 (22:49 +0000)
committerZeev Suraski <zeev@php.net>
Wed, 15 Aug 2001 22:49:15 +0000 (22:49 +0000)
ext/standard/basic_functions.c

index 2fd601bf42988b09583609c203baf0cda4870e42..dd3487e567bcdde9d26519e150c48d89d01a4dc4 100644 (file)
@@ -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)