History log of /php-src/ext/snmp/tests/gh16959.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# becf207d 17-Dec-2024 Ilija Tovilo

[skip ci] Ignore snmp test on asan that frequently times out

Not sure why this happens only on master.


# 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