diff options
author | Peter Kokot <peterkokot@gmail.com> | 2018-07-31 05:59:05 +0200 |
---|---|---|
committer | Peter Kokot <peterkokot@gmail.com> | 2018-07-31 05:59:05 +0200 |
commit | 7c1e0930c4c2e433e01884253dd1539ca8c31bd3 (patch) | |
tree | c53b68bf3d695c65cc5b6a6b33fc9dd2fd71e889 /UPGRADING.INTERNALS | |
parent | b719aa41f4c2ecb66fed4f829ceb30854553e113 (diff) | |
download | php-git-7c1e0930c4c2e433e01884253dd1539ca8c31bd3.tar.gz |
Remove TSRM_CHECK_GCC_ARG and LIBZEND_CPLUSPLUS_CHECKS
This removes two old Autoconf macro definitions since they are not used
anymore.
Diffstat (limited to 'UPGRADING.INTERNALS')
-rw-r--r-- | UPGRADING.INTERNALS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS index 31b51408e4..37beea85e7 100644 --- a/UPGRADING.INTERNALS +++ b/UPGRADING.INTERNALS @@ -179,7 +179,8 @@ PHP 7.3 INTERNALS UPGRADE NOTES ======================== a. Unix build system changes - - PHP_PROG_LEX macro has been removed. + - PHP_PROG_LEX, TSRM_CHECK_GCC_ARG, and LIBZEND_CPLUSPLUS_CHECKS Autoconf + macros have been removed. b. Windows build system changes - ZEND_WIN32_FORCE_INLINE doesn't affect C++ anymore. zend_always_inline is |