Searched refs:snmp (Results 1 – 15 of 15) sorted by relevance
/PHP-7.3/ext/snmp/tests/ |
H A D | reflection.phpt | 4 <?php if (!extension_loaded('snmp')) die ("skip no snmp extension"); ?> 11 reflection::export(new reflectionmethod('snmp', 'close')); 13 reflection::export(new reflectionmethod('snmp', 'get')); 16 reflection::export(new reflectionmethod('snmp', 'set')); 36 Method [ <internal:snmp> public method close ] { 55 Method [ <internal:snmp> public method get ] { 63 Method [ <internal:snmp> public method getnext ] { 71 Method [ <internal:snmp> public method walk ] { 81 Method [ <internal:snmp> public method set ] { 90 Method [ <internal:snmp> public method getErrno ] { [all …]
|
H A D | README | 5 - PHP compiled with SNMP (--with-snmp) 21 > make -C ../../.. test TESTS="`cd ../../..; /bin/ls -1 ext/snmp/tests/*.phpt | xargs echo`" 32 - Replace config file (by default this is /etc/snmp/snmpd.conf on Linux and 33 /usr/local/etc/snmp/snmpd.conf on FreeBSD) with snmpd.conf supplied. 35 Before launching daemon make sure that there is no file /var/net-snmp/snmpd.conf
|
H A D | skipif.inc | 2 extension_loaded('snmp') or die('skip snmp extension not available in this build');
|
H A D | snmp_include.inc | 21 $mibdir = getenv('SNMP_MIBDIR') ? getenv('SNMP_MIBDIR') : "/usr/local/share/snmp/mibs"; 23 $mibdir = getenv('SNMP_MIBDIR') ? getenv('SNMP_MIBDIR') : "/usr/share/snmp/mibs";
|
H A D | snmpd.conf | 27 exec HexTest /bin/sh /etc/snmp/bigtest.sh
|
H A D | bug72479.phpt | 10 $poc = 'a:3:{i:1;N;i:2;O:4:"snmp":1:{s:11:"quick_print";'.serialize($arr).'}i:1;R:7;}';
|
/PHP-7.3/ext/snmp/ |
H A D | config.w32 | 3 ARG_WITH("snmp", "SNMP support", "no"); 6 …if (CHECK_HEADER_ADD_INCLUDE("snmp.h", "CFLAGS_SNMP", PHP_PHP_BUILD + "\\include\\net-snmp;" + PHP… 7 SETUP_OPENSSL("snmp", PHP_SNMP) > 0) { 8 if (CHECK_LIB("netsnmp.lib", "snmp", PHP_SNMP)) { 9 EXTENSION('snmp', 'snmp.c'); 13 WARNING("snmp not enabled; libraries and headers not found"); 16 WARNING("snmp not enabled; libraries and headers not found");
|
H A D | config.m4 | 1 dnl config.m4 for extension snmp 3 PHP_ARG_WITH(snmp,for SNMP support, 4 [ --with-snmp[=DIR] Include SNMP support]) 12 AC_PATH_PROG(SNMP_CONFIG,net-snmp-config,,[/usr/local/bin:$PATH]) 14 SNMP_CONFIG="$PHP_SNMP/bin/net-snmp-config" 33 AC_MSG_ERROR([Could not find the required paths. Please check your net-snmp installation.]) 39 AC_MSG_ERROR([Could not find net-snmp-config binary. Please check your net-snmp installation.]) 60 PHP_NEW_EXTENSION(snmp, snmp.c, $ext_shared)
|
H A D | php_snmp.h | 45 PHP_MINIT_FUNCTION(snmp); 46 PHP_MSHUTDOWN_FUNCTION(snmp); 47 PHP_MINFO_FUNCTION(snmp); 123 ZEND_BEGIN_MODULE_GLOBALS(snmp) 125 ZEND_END_MODULE_GLOBALS(snmp)
|
H A D | snmp.c | 417 ZEND_GET_MODULE(snmp) 1798 PHP_METHOD(snmp, close) in PHP_METHOD() argument 1817 PHP_METHOD(snmp, get) in PHP_METHOD() argument 1833 PHP_METHOD(snmp, walk) in PHP_METHOD() argument 1841 PHP_METHOD(snmp, set) in PHP_METHOD() argument 2259 PHP_MINIT_FUNCTION(snmp) in PHP_MINIT_FUNCTION() argument 2359 PHP_MINFO_FUNCTION(snmp) in PHP_MINFO_FUNCTION() argument 2384 PHP_MINIT(snmp), 2385 PHP_MSHUTDOWN(snmp), 2388 PHP_MINFO(snmp), [all …]
|
/PHP-7.3/appveyor/ |
H A D | build_task.bat | 54 set EXT_EXCLUDE_FROM_TEST=snmp,oci8_12c,pdo_oci,pdo_firebird,interbase,ldap,imap,ftp
|
/PHP-7.3/ |
H A D | EXTENSIONS | 452 EXTENSION: snmp
|
H A D | php.ini-development | 932 ; See http://www.php.net/manual/en/snmp.installation.php 933 ;extension=snmp
|
H A D | php.ini-production | 934 ; See http://www.php.net/manual/en/snmp.installation.php 935 ;extension=snmp
|
H A D | NEWS | 93 . Fixed bug #70461 (disable md5 code when it is not supported in net-snmp).
|
Completed in 83 milliseconds