From 77b164edfdbe88f767c458407c342019d2d87e65 Mon Sep 17 00:00:00 2001 From: Xinchen Hui Date: Wed, 4 Feb 2015 11:42:19 +0800 Subject: [PATCH] Update UPGRADING --- UPGRADING.INTERNALS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS index 6b22879862..41092e390c 100644 --- a/UPGRADING.INTERNALS +++ b/UPGRADING.INTERNALS @@ -180,6 +180,9 @@ PHP 7.0 INTERNALS UPGRADE NOTES r. In accordance with general use of size_t as string length, all PDO API functions now use size_t for string length. + s. Removed ZEND_REGISTER/FETCH_RESOURCE, use zend_fetch_resource and + and zend_register_resource instead. + ======================== 2. Build system changes -- 2.40.0