From 6c8b441f876464ca4b1143d9c281e65a3db402ba Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Mon, 6 Nov 2017 14:18:51 +0100 Subject: [PATCH] [ci skip] Update UPGRADING.INTERNALS --- UPGRADING.INTERNALS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS index c76780fd56..7dce0fb731 100644 --- a/UPGRADING.INTERNALS +++ b/UPGRADING.INTERNALS @@ -89,6 +89,11 @@ PHP 7.3 INTERNALS UPGRADE NOTES a. Unix build system changes b. Windows build system changes + - ZEND_WIN32_FORCE_INLINE doesn't affect C++ anymore. zend_always_inline is + still usable in C++, but anything else inlining related is up to + compiler. + - ZEND_WIN32_KEEP_INLINE was removed, it was only needed for C++ + convenience and is now default behavior with C++. ======================== 3. Module changes -- 2.50.1