From: Anatol Belski Date: Mon, 6 Nov 2017 13:18:51 +0000 (+0100) Subject: [ci skip] Update UPGRADING.INTERNALS X-Git-Tag: php-7.3.0alpha1~1080 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6c8b441f876464ca4b1143d9c281e65a3db402ba;p=php [ci skip] Update UPGRADING.INTERNALS --- 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