summaryrefslogtreecommitdiff
path: root/UPGRADING.INTERNALS
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-06-28 20:14:22 +0200
committerPeter Kokot <peterkokot@gmail.com>2019-06-28 20:14:22 +0200
commitdf4bb13c55b39babfafdaf992f5653148e97c84f (patch)
tree429ace6e756e9d081ddb76e1bd892ea8435981e7 /UPGRADING.INTERNALS
parenta014e50513599a59a0001ef0c0e4a187d97db9ff (diff)
downloadphp-git-df4bb13c55b39babfafdaf992f5653148e97c84f.tar.gz
Update changelogs [ci skip]
Diffstat (limited to 'UPGRADING.INTERNALS')
-rw-r--r--UPGRADING.INTERNALS5
1 files changed, 3 insertions, 2 deletions
diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS
index 4f815a10f4..7a89eaabc4 100644
--- a/UPGRADING.INTERNALS
+++ b/UPGRADING.INTERNALS
@@ -251,8 +251,9 @@ PHP 7.4 INTERNALS UPGRADE NOTES
PHP build system at the configure step and shouldn't be used anymore:
HAVE_SETLOCALE, HAVE_LOCALECONV, HAVE_STRSTR, HAVE_STRTOL, HAVE_STRBRK,
HAVE_PERROR, HAVE_STRFTIME, HAVE_TZNAME, HAVE_STDARG_H, HAVE_STRING_H,
- HAVE_STDLIB_H, HAVE_SYS_VARARGS_H, HAVE_STDARG_H, HAVE_ASSERT_H,
- HAVE_SYS_DIR_H, TM_IN_SYS_TIME, HAVE_STRTOD, HAVE_STRCOLL.
+ HAVE_STDLIB_H, HAVE_SYS_VARARGS_H, HAVE_ASSERT_H, HAVE_SYS_DIR_H,
+ TM_IN_SYS_TIME, HAVE_STRTOD, HAVE_STRCOLL, HAVE_ERRNO_H, HAVE_MEMCPY,
+ HAVE_SNPRINTF, HAVE_STDIO_H, HAVE_STRPBRK, HAVE_TIME_H.
c. Windows build system changes