]> granicus.if.org Git - php/commitdiff
[ci skip] Update UPGRADING.INTERNALS
authorAnatol Belski <ab@php.net>
Mon, 6 Nov 2017 13:18:51 +0000 (14:18 +0100)
committerAnatol Belski <ab@php.net>
Mon, 6 Nov 2017 13:20:04 +0000 (14:20 +0100)
UPGRADING.INTERNALS

index c76780fd56438502b901a12aae40132e551ab6c9..7dce0fb731fb4bfbce404356f29ccfad5a4d64e3 100644 (file)
@@ -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