Skip to content

Commit cc4134c

Browse files
committed
Remove HAVE_STRTOD and strtod check
There is no need to check for the strtod function. It is part of C89 standard which PHP-7.4+ supports. http://port70.net/~nsz/c/c89/c89-draft.html#4.10.1.4
1 parent 537844c commit cc4134c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/Zend.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ _LT_AC_TRY_DLOPEN_SELF([
155155
])
156156
157157
dnl Checks for library functions.
158-
AC_CHECK_FUNCS(getpid kill strtod finite fpclass sigsetjmp)
158+
AC_CHECK_FUNCS(getpid kill finite fpclass sigsetjmp)
159159
160160
AC_CHECK_DECLS([isfinite, isnan, isinf], [], [], [[#include <math.h>]])
161161

0 commit comments

Comments
 (0)