php-src/ext/snmp
Christoph M. Becker 6f5610ccc8
Fix ext/snmp for newer net-snmp versions on Windows (GH-15888)
As of net-snmp 5.8.0, the library defines their own `(v)asprintf()` if
not available on the system.  However, PHP also does this, so when
building ext/snmp there would be conflicting declarations on Windows.
To avoid this, we explictly define `HAVE_ASPRINTF`, so net-snmp does
not redeclare when its headers are included.
2024-09-20 23:59:17 +02:00
..
tests Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
config.m4 Update ext/mbstring and ext/snmp dependencies (#15469) 2024-08-17 21:11:28 +02:00
config.w32 Update ext/mbstring and ext/snmp dependencies (#15469) 2024-08-17 21:11:28 +02:00
CREDITS
php_snmp.h Declare ext/snmp constants in stubs (#9113) 2022-07-26 14:48:16 +02:00
snmp_arginfo.h Generated arginfo header files: remove empty zend_function_entry arrays (#15705) 2024-09-03 23:19:53 +02:00
snmp.c Fix ext/snmp for newer net-snmp versions on Windows (GH-15888) 2024-09-20 23:59:17 +02:00
snmp.stub.php Fix class constant and property ID generation for the manual (#14249) 2024-05-17 20:30:16 +02:00