mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
add missing ifdefs
This commit is contained in:
parent
830f12faac
commit
b5fd1c0ec3
2 changed files with 4 additions and 1 deletions
|
@ -382,7 +382,9 @@ zend_function_entry basic_functions[] = {
|
|||
#endif
|
||||
#if !defined(PHP_WIN32) && !defined(NETWARE)
|
||||
PHP_FE(expm1, NULL)
|
||||
# ifdef HAVE_LOG1P
|
||||
PHP_FE(log1p, NULL)
|
||||
# endif
|
||||
#endif
|
||||
|
||||
PHP_FE(pi, NULL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue