summaryrefslogtreecommitdiff
path: root/UPGRADING.INTERNALS
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2018-12-19 16:47:48 +0300
committerDmitry Stogov <dmitry@zend.com>2018-12-19 16:47:48 +0300
commitd356f6d72b1aa2abe27ba4d135174646b3a4c03a (patch)
tree93e1f1e31a8d37d10e3766adb7e206ac55384a31 /UPGRADING.INTERNALS
parent85e1df6fdcaf307c5e6b241df4d859e916806d2a (diff)
downloadphp-git-d356f6d72b1aa2abe27ba4d135174646b3a4c03a.tar.gz
Removed add_get_assoc_*() and add_get_index_*() API functions
Diffstat (limited to 'UPGRADING.INTERNALS')
-rw-r--r--UPGRADING.INTERNALS4
1 files changed, 4 insertions, 0 deletions
diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS
index 8488bc8062..dc3f6c2f9b 100644
--- a/UPGRADING.INTERNALS
+++ b/UPGRADING.INTERNALS
@@ -10,6 +10,7 @@ PHP 7.4 INTERNALS UPGRADE NOTES
g. Required object handlers
h. Immutable classes and op_arrays
i. php_fgetcsv() and php_fputcsv()
+ j. Removed add_get_assoc_*() and add_get_index_*()
2. Build system changes
a. Abstract
@@ -142,6 +143,9 @@ PHP 7.4 INTERNALS UPGRADE NOTES
PHP_CSV_NO_ESCAPE to this parameter, to disable PHP's proprietary escape
mechanism.
+ j. add_get_assoc_*() and add_get_index_*() are removed. Use add_assoc*(),
+ add_index*() or zend_hash_*() API functions instead.
+
========================
2. Build system changes
========================