From 8efe3433521294d14918a1ad1448fd830318e02a Mon Sep 17 00:00:00 2001 From: Andrea Faulds Date: Fri, 5 Dec 2014 13:32:01 +0000 Subject: Note macro removal in UPGRADING.INTERNALS --- UPGRADING.INTERNALS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'UPGRADING.INTERNALS') 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 ======================== -- cgit v1.2.1