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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user