summaryrefslogtreecommitdiff
path: root/UPGRADING.INTERNALS
diff options
context:
space:
mode:
authorAndrea Faulds <ajf@ajf.me>2014-12-05 13:32:01 +0000
committerAndrea Faulds <ajf@ajf.me>2014-12-05 19:46:31 +0000
commit8efe3433521294d14918a1ad1448fd830318e02a (patch)
treea11dedd3d72137ae6f2fc352b9dea113c2333092 /UPGRADING.INTERNALS
parentc7157e4cfbc94306b4ee5de10c930f0def05d8de (diff)
downloadphp-git-8efe3433521294d14918a1ad1448fd830318e02a.tar.gz
Note macro removal in UPGRADING.INTERNALS
Diffstat (limited to 'UPGRADING.INTERNALS')
-rw-r--r--UPGRADING.INTERNALS3
1 files changed, 3 insertions, 0 deletions
diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS
index 1cdf0be522..0c4dc8a342 100644
--- a/UPGRADING.INTERNALS
+++ b/UPGRADING.INTERNALS
@@ -12,6 +12,7 @@ PHP 7.0 INTERNALS UPGRADE NOTES
k. get_class_entry object handler info
l. get_class_name object handler info
m. Other portable macros info
+ n. ZEND_ENGINE_2 removal
2. Build system changes
a. Unix build system changes
@@ -121,6 +122,8 @@ PHP 7.0 INTERNALS UPGRADE NOTES
ZEND_FASTCALL is defined to use __vectorcall convention on VS2013 and above
ZEND_NORETURN is defined as __declspec(noreturn) on VS
+ n. The ZEND_ENGINE_2 macro has been removed. A ZEND_ENGINE_3 macro has been added.
+
========================
2. Build system changes
========================