summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-07-16 22:46:46 +0200
committerPeter Kokot <peterkokot@gmail.com>2019-07-16 22:46:46 +0200
commita520974740e5b694ca2907ce088d314ff776b9ba (patch)
tree0ce29fc8eec3272f82123347338f0c1fd7256cff
parent63d6a2b697f5594b03549256661af97b3b6451a3 (diff)
downloadphp-git-a520974740e5b694ca2907ce088d314ff776b9ba.tar.gz
Update changelog
-rw-r--r--UPGRADING.INTERNALS5
1 files changed, 4 insertions, 1 deletions
diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS
index 7a718f397d..abb0dc8869 100644
--- a/UPGRADING.INTERNALS
+++ b/UPGRADING.INTERNALS
@@ -289,7 +289,9 @@ PHP 7.4 INTERNALS UPGRADE NOTES
- Removed unused check for dev/arandom and the HAVE_DEV_ARANDOM symbol.
- Remove unused functions checks: HAVE_MBSINIT, HAVE_MEMPCPY, HAVE_SETPGID,
HAVE_STRPNCPY, HAVE_STRTOULL, HAVE_VSNPRINTF, HAVE_CUSERID, HAVE_LRAND48,
- HAVE_RANDOM, HAVE_SRAND48, HAVE_SRANDOM, HAVE_STRDUP.
+ HAVE_RANDOM, HAVE_SRAND48, HAVE_SRANDOM, HAVE_STRDUP, HAVE_GCVT,
+ HAVE_ISASCII, HAVE_LINK, HAVE_LOCKF, HAVE_SOCKOPT, HAVE_SETVBUF, HAVE_SIN,
+ HAVE_TEMPNAM.
- Unused check for struct cmsghdr and symbol HAVE_CMSGHDR have been removed.
- Unused ApplicationServices/ApplicationServices.h headers check and
HAVE_APPLICATIONSERVICES_APPLICATIONSERVICES_H symbol have been removed.
@@ -301,6 +303,7 @@ PHP 7.4 INTERNALS UPGRADE NOTES
c. Windows build system changes
. Visual Studio 2019 is utilized for the Windows builds
+ . Removed unused defined symbol HAVE_LIBBIND.
========================
3. Module changes