History log of /PHP-8.4/ext/snmp/tests/gh16959.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 73ebc926 27-Nov-2024 David Carlier

Fix GH-16959: snmpget modifies the `object_id` (as array).

Instead of modifying the zval, we use the zend_try_get_string.

close GH-16969