summaryrefslogtreecommitdiff
path: root/UPGRADING.INTERNALS
diff options
context:
space:
mode:
authorXinchen Hui <laruence@php.net>2015-02-04 11:42:19 +0800
committerXinchen Hui <laruence@php.net>2015-02-04 11:42:19 +0800
commit77b164edfdbe88f767c458407c342019d2d87e65 (patch)
tree4f5beadf338b3bf3547bd6f0e858bfcfbed1f3f2 /UPGRADING.INTERNALS
parent6fe8dce6713dfe6a979b2fb7920b822d0d09df7a (diff)
downloadphp-git-77b164edfdbe88f767c458407c342019d2d87e65.tar.gz
Update UPGRADING
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