summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSara Golemon <pollita@php.net>2020-08-07 14:31:52 +0000
committerSara Golemon <pollita@php.net>2020-12-01 18:36:21 +0000
commit1071d857645e89578925fab0d1998fbb3b0d7534 (patch)
treef33ed81184c5fb942d9486da367b95e4a5ba8fd1 /NEWS
parent0811ccb44d689f5692056260ed28c500e3eb6591 (diff)
downloadphp-git-1071d857645e89578925fab0d1998fbb3b0d7534.tar.gz
Flesh out HashTable insertion APIs
Fills out the array/object-property insert helpers for zend_array, zend_object, and zend_reference. This adds the following matrix of 18 APIs add_next_index_T() add_index_T() add_assoc_T() add_assoc_T_ex() add_property_T() add_property_T_ex() Where T in array, object, reference Converted internal callsites currently doing an explicit object wrap.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2f1ff9e63a..73f97611bc 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,7 @@ PHP NEWS
- Core:
. Fixed inclusion order for phpize builds on Windows. (cmb)
+ . Added missing hashtable insertion APIs for arr/obj/ref. (Sara)
- FTP:
. Convert resource<ftp> to object \FTPConnection. (Sara)