summaryrefslogtreecommitdiff
path: root/UPGRADING.INTERNALS
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-03-18 02:14:18 +0100
committerPeter Kokot <peterkokot@gmail.com>2019-03-18 02:14:18 +0100
commit4b081c27836d5e0a76dc66f9063cb3016de5d559 (patch)
treea26e21f8f81648889d0f28cbbce6b113a5d8b2b3 /UPGRADING.INTERNALS
parentccc29473ecdb07d9735e7b6361b7daeec6c3ede1 (diff)
downloadphp-git-4b081c27836d5e0a76dc66f9063cb3016de5d559.tar.gz
[ci skip] Update changelog
Diffstat (limited to 'UPGRADING.INTERNALS')
-rw-r--r--UPGRADING.INTERNALS2
1 files changed, 1 insertions, 1 deletions
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.