1
0
mirror of https://github.com/php/php-src.git synced 2026-03-30 20:22:36 +02:00

Fix build

This commit is contained in:
Zeev Suraski
2001-08-15 22:49:15 +00:00
parent 3cc6655f3a
commit 2d8ca548e2

View 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)