From 336fbf09d77ecbf0dddf47c32e91989b6c3e3216 Mon Sep 17 00:00:00 2001 From: Niels Dossche <7771979+nielsdos@users.noreply.github.com> Date: Tue, 28 Oct 2025 22:23:51 +0100 Subject: [PATCH] [ci skip] Remove very outdated comment --- Zend/zend_hash.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Zend/zend_hash.c b/Zend/zend_hash.c index 687450569bf..6064b422183 100644 --- a/Zend/zend_hash.c +++ b/Zend/zend_hash.c @@ -2851,7 +2851,6 @@ ZEND_API zend_result ZEND_FASTCALL zend_hash_move_backwards_ex(const HashTable * } -/* This function should be made binary safe */ ZEND_API zend_hash_key_type ZEND_FASTCALL zend_hash_get_current_key_ex(const HashTable *ht, zend_string **str_index, zend_ulong *num_index, const HashPosition *pos) { uint32_t idx;