Skip to content

Commit fa21fda

Browse files
committed
Merge branch 'PHP-7.4'
* PHP-7.4: Remove not needed checks for functions
2 parents 0d9318a + e558ee7 commit fa21fda

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

configure.ac

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,6 @@ alphasort \
589589
asctime_r \
590590
chroot \
591591
ctime_r \
592-
cuserid \
593592
crypt \
594593
explicit_memset \
595594
flock \
@@ -622,7 +621,6 @@ link \
622621
localtime_r \
623622
lockf \
624623
lchown \
625-
lrand48 \
626624
mbrlen \
627625
memmove \
628626
mkstemp \
@@ -633,7 +631,6 @@ poll \
633631
ptsname \
634632
putenv \
635633
realpath \
636-
random \
637634
rand_r \
638635
scandir \
639636
setitimer \
@@ -643,13 +640,10 @@ setvbuf \
643640
shutdown \
644641
sigprocmask \
645642
sin \
646-
srand48 \
647-
srandom \
648643
statfs \
649644
statvfs \
650645
std_syslog \
651646
strcasecmp \
652-
strdup \
653647
strerror \
654648
strfmon \
655649
strnlen \

win32/build/config.w32.h.in

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@
8080
#endif
8181
#define HAVE_SHUTDOWN 1
8282
#define HAVE_STRCASECMP 1
83-
#define HAVE_STRDUP 1
8483
#define HAVE_STRERROR 1
8584
#define HAVE_TEMPNAM 1
8685
#define HAVE_UTIME 1
@@ -98,7 +97,6 @@
9897
#undef HAVE_KILL
9998
#define HAVE_GETPID 1
10099
#define HAVE_LIBM 1
101-
#define HAVE_CUSERID 0
102100
#undef HAVE_RINT
103101
#define SIZEOF_SHORT 2
104102
/* int and long are stll 32bit in 64bit compiles */

0 commit comments

Comments
 (0)