diff options
-rw-r--r-- | UPGRADING.INTERNALS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS index fa02216f50..2cf752e92a 100644 --- a/UPGRADING.INTERNALS +++ b/UPGRADING.INTERNALS @@ -200,6 +200,8 @@ PHP 7.4 INTERNALS UPGRADE NOTES since they are not needed on the current systems. - Local PHP macros PHP_TARGET_RDYNAMIC, PHP_SOLARIS_PIC_WEIRDNESS, PHP_SYS_LFS have been removed. + - new --enable-rtld-now build option allow to switch dlopen behavior + from RTLD_LAZY to RTLD_NOW c. Windows build system changes |