summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-03-13 00:16:34 +0100
committerPeter Kokot <peterkokot@gmail.com>2019-03-13 00:16:34 +0100
commit75023cf9a9ebb64894972d8384f9548cc8304d63 (patch)
treecf43c308e2c026ec841509a1cd2ae22e5eb9723c
parente10349152bafa359d69efcd4b3ab8e3db16e8004 (diff)
downloadphp-git-75023cf9a9ebb64894972d8384f9548cc8304d63.tar.gz
[ci skip] Mention removed m4 macros
-rw-r--r--UPGRADING.INTERNALS6
1 files changed, 4 insertions, 2 deletions
diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS
index 2cf752e92a..03898a6236 100644
--- a/UPGRADING.INTERNALS
+++ b/UPGRADING.INTERNALS
@@ -198,8 +198,10 @@ PHP 7.4 INTERNALS UPGRADE NOTES
- Obsolescent macros AC_FUNC_VPRINTF and AC_FUNC_UTIME_NULL have been
removed. Symbols HAVE_VPRINTF and HAVE_UTIME_NULL are no longer defined
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.
+ - 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.
- new --enable-rtld-now build option allow to switch dlopen behavior
from RTLD_LAZY to RTLD_NOW