From: Peter Kokot Date: Fri, 28 Jun 2019 18:14:22 +0000 (+0200) Subject: Update changelogs [ci skip] X-Git-Tag: php-7.4.0alpha3~127 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=df4bb13c55b39babfafdaf992f5653148e97c84f;p=php Update changelogs [ci skip] --- diff --git a/NEWS b/NEWS index 82d4350411..9d0541a844 100644 --- a/NEWS +++ b/NEWS @@ -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 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