summaryrefslogtreecommitdiff
path: root/UPGRADING.INTERNALS
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2017-11-06 13:52:02 +0100
committerAnatol Belski <ab@php.net>2017-11-06 13:52:02 +0100
commitd6267cd2302ff04e3cbef99974421f207a1ad42d (patch)
tree2c7b7dc9a8cde5dc6932fbaa8dbef5adcdddb474 /UPGRADING.INTERNALS
parent21e4ab19779986fd4952cb614c5a718f4dc6af8f (diff)
downloadphp-git-d6267cd2302ff04e3cbef99974421f207a1ad42d.tar.gz
Don't touch inline if C++ is compiled
Starting with C++11 marco keywords are forbidden by the standard. Things like inline namespaces would be broken by this part. As any of supported compilers is at least C++11 complaint, tricks with inline are simply disabled if C++ is compiled. Though, zend_always_inline is still usable, anything else about inlining for C++ is up to the compiler.
Diffstat (limited to 'UPGRADING.INTERNALS')
0 files changed, 0 insertions, 0 deletions