Skip to content

Commit 75023cf

Browse files
committed
[ci skip] Mention removed m4 macros
1 parent e103491 commit 75023cf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

UPGRADING.INTERNALS

+4-2
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,10 @@ PHP 7.4 INTERNALS UPGRADE NOTES
198198
- Obsolescent macros AC_FUNC_VPRINTF and AC_FUNC_UTIME_NULL have been
199199
removed. Symbols HAVE_VPRINTF and HAVE_UTIME_NULL are no longer defined
200200
since they are not needed on the current systems.
201-
- Local PHP macros PHP_TARGET_RDYNAMIC, PHP_SOLARIS_PIC_WEIRDNESS,
202-
PHP_SYS_LFS have been removed.
201+
- Local PHP m4 unused or obsolete macros have been removed:
202+
PHP_TARGET_RDYNAMIC, PHP_SOLARIS_PIC_WEIRDNESS, PHP_SYS_LFS,
203+
PHP_AC_BROKEN_SPRINTF, PHP_EXTENSION, PHP_DECLARED_TIMEZONE,
204+
PHP_CHECK_TYPES, PHP_TM_GMTOFF.
203205
- new --enable-rtld-now build option allow to switch dlopen behavior
204206
from RTLD_LAZY to RTLD_NOW
205207

0 commit comments

Comments
 (0)