diff options
author | Remi Collet <remi@php.net> | 2019-03-12 08:26:22 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2019-03-12 08:26:22 +0100 |
commit | 99ee5db5e0318b486f408fcdc2abe5de43519c46 (patch) | |
tree | 06adb03af1e66b965f0daff8fdad6e97b7d09aae | |
parent | 233888e36a6fb510214414a7ddb5fe18637b4182 (diff) | |
download | php-git-99ee5db5e0318b486f408fcdc2abe5de43519c46.tar.gz |
add --enable-rtld-now in upgrade info
-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 |