summaryrefslogtreecommitdiff
path: root/UPGRADING.INTERNALS
diff options
context:
space:
mode:
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 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