Skip to content

Commit a520974

Browse files
committed
Update changelog
1 parent 63d6a2b commit a520974

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

UPGRADING.INTERNALS

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,9 @@ PHP 7.4 INTERNALS UPGRADE NOTES
289289
- Removed unused check for dev/arandom and the HAVE_DEV_ARANDOM symbol.
290290
- Remove unused functions checks: HAVE_MBSINIT, HAVE_MEMPCPY, HAVE_SETPGID,
291291
HAVE_STRPNCPY, HAVE_STRTOULL, HAVE_VSNPRINTF, HAVE_CUSERID, HAVE_LRAND48,
292-
HAVE_RANDOM, HAVE_SRAND48, HAVE_SRANDOM, HAVE_STRDUP.
292+
HAVE_RANDOM, HAVE_SRAND48, HAVE_SRANDOM, HAVE_STRDUP, HAVE_GCVT,
293+
HAVE_ISASCII, HAVE_LINK, HAVE_LOCKF, HAVE_SOCKOPT, HAVE_SETVBUF, HAVE_SIN,
294+
HAVE_TEMPNAM.
293295
- Unused check for struct cmsghdr and symbol HAVE_CMSGHDR have been removed.
294296
- Unused ApplicationServices/ApplicationServices.h headers check and
295297
HAVE_APPLICATIONSERVICES_APPLICATIONSERVICES_H symbol have been removed.
@@ -301,6 +303,7 @@ PHP 7.4 INTERNALS UPGRADE NOTES
301303
c. Windows build system changes
302304

303305
. Visual Studio 2019 is utilized for the Windows builds
306+
. Removed unused defined symbol HAVE_LIBBIND.
304307

305308
========================
306309
3. Module changes

0 commit comments

Comments
 (0)