Update changelogs [ci skip]

This commit is contained in:
Peter Kokot 2019-06-28 20:14:22 +02:00
parent a014e50513
commit df4bb13c55
2 changed files with 5 additions and 2 deletions

2
NEWS
View File

@ -11,6 +11,8 @@ PHP NEWS
- Standard:
. Implemented FR #78177 (Make proc_open accept command array). (Nikita)
. Fixed #78208 (password_needs_rehash() with an unknown algo should always
return true). (Sara)
27 Jun 2019, PHP 7.4.0alpha2

View File

@ -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