summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-07-01 13:21:44 +0200
committerPeter Kokot <peterkokot@gmail.com>2019-07-01 13:21:44 +0200
commitfa21fda6ab3fd2e63dc21d36bbb8b0491517a1ce (patch)
treecb6d255841c111d8294c840cc0e55181dd1d819b
parent0d9318a42436df18833d69fab209880628b4e955 (diff)
parente558ee79992ed2cb6ce17ad2d81c4d25e6c394f3 (diff)
downloadphp-git-fa21fda6ab3fd2e63dc21d36bbb8b0491517a1ce.tar.gz
Merge branch 'PHP-7.4'
* PHP-7.4: Remove not needed checks for functions
-rw-r--r--configure.ac6
-rw-r--r--win32/build/config.w32.h.in2
2 files changed, 0 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac
index 7fe47dab3c..af8e670d79 100644
--- a/configure.ac
+++ b/configure.ac
@@ -589,7 +589,6 @@ alphasort \
asctime_r \
chroot \
ctime_r \
-cuserid \
crypt \
explicit_memset \
flock \
@@ -622,7 +621,6 @@ link \
localtime_r \
lockf \
lchown \
-lrand48 \
mbrlen \
memmove \
mkstemp \
@@ -633,7 +631,6 @@ poll \
ptsname \
putenv \
realpath \
-random \
rand_r \
scandir \
setitimer \
@@ -643,13 +640,10 @@ setvbuf \
shutdown \
sigprocmask \
sin \
-srand48 \
-srandom \
statfs \
statvfs \
std_syslog \
strcasecmp \
-strdup \
strerror \
strfmon \
strnlen \
diff --git a/win32/build/config.w32.h.in b/win32/build/config.w32.h.in
index 1b197c19d7..1aeea7b629 100644
--- a/win32/build/config.w32.h.in
+++ b/win32/build/config.w32.h.in
@@ -80,7 +80,6 @@
#endif
#define HAVE_SHUTDOWN 1
#define HAVE_STRCASECMP 1
-#define HAVE_STRDUP 1
#define HAVE_STRERROR 1
#define HAVE_TEMPNAM 1
#define HAVE_UTIME 1
@@ -98,7 +97,6 @@
#undef HAVE_KILL
#define HAVE_GETPID 1
#define HAVE_LIBM 1
-#define HAVE_CUSERID 0
#undef HAVE_RINT
#define SIZEOF_SHORT 2
/* int and long are stll 32bit in 64bit compiles */