From: Remi Collet Date: Tue, 12 Mar 2019 07:26:22 +0000 (+0100) Subject: add --enable-rtld-now in upgrade info X-Git-Tag: php-7.4.0alpha1~780 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=99ee5db5e0318b486f408fcdc2abe5de43519c46;p=php add --enable-rtld-now in upgrade info --- 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