From: Peter Kokot Date: Mon, 18 Mar 2019 01:14:18 +0000 (+0100) Subject: [ci skip] Update changelog X-Git-Tag: php-7.4.0alpha1~739 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4b081c27836d5e0a76dc66f9063cb3016de5d559;p=php [ci skip] Update changelog --- diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS index e04639502d..8efdb9c5a3 100644 --- a/UPGRADING.INTERNALS +++ b/UPGRADING.INTERNALS @@ -201,7 +201,7 @@ PHP 7.4 INTERNALS UPGRADE NOTES - Local PHP m4 unused or obsolete macros have been removed: PHP_TARGET_RDYNAMIC, PHP_SOLARIS_PIC_WEIRDNESS, PHP_SYS_LFS, PHP_AC_BROKEN_SPRINTF, PHP_EXTENSION, PHP_DECLARED_TIMEZONE, - PHP_CHECK_TYPES, PHP_TM_GMTOFF. + PHP_CHECK_TYPES, PHP_TM_GMTOFF, PHP_CHECK_64BIT. - new --enable-rtld-now build option allow to switch dlopen behavior from RTLD_LAZY to RTLD_NOW - Minimum Bison version is 3.0+ for generating parser files.