summaryrefslogtreecommitdiff
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
parenta014e50513599a59a0001ef0c0e4a187d97db9ff (diff)
downloadphp-git-df4bb13c55b39babfafdaf992f5653148e97c84f.tar.gz
Update changelogs [ci skip]
-rw-r--r--NEWS2
-rw-r--r--UPGRADING.INTERNALS5
2 files changed, 5 insertions, 2 deletions
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