Home
last modified time | relevance | path

Searched refs:snmp (Results 1 – 16 of 16) sorted by relevance

/PHP-5.6/ext/snmp/tests/
H A Dreflection.phpt4 <?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 DREADME5 - 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 Dskipif.inc2 extension_loaded('snmp') or die('skip snmp extension not available in this build');
H A Dsnmp_include.inc21 $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 Dsnmpd.conf27 exec HexTest /bin/sh /etc/snmp/bigtest.sh
H A Dbug72479.phpt10 $poc = 'a:3:{i:1;N;i:2;O:4:"snmp":1:{s:11:"quick_print";'.serialize($arr).'}i:1;R:7;}';
/PHP-5.6/ext/snmp/
H A Dconfig.w324 ARG_WITH("snmp", "SNMP support", "no");
7 …if (CHECK_HEADER_ADD_INCLUDE("snmp.h", "CFLAGS_SNMP", PHP_PHP_BUILD + "\\include\\net-snmp;" + PHP…
8 if (CHECK_LIB("netsnmp.lib", "snmp", PHP_SNMP)) {
9 EXTENSION('snmp', 'snmp.c');
10 CHECK_LIB("libeay32.lib", "snmp", PHP_SNMP)
14 WARNING("snmp not enabled; libraries and headers not found");
17 WARNING("snmp not enabled; libraries and headers not found");
H A Dconfig.m45 PHP_ARG_WITH(snmp,for SNMP support,
6 [ --with-snmp[=DIR] Include SNMP support])
14 AC_PATH_PROG(SNMP_CONFIG,net-snmp-config,,[/usr/local/bin:$PATH])
16 SNMP_CONFIG="$PHP_SNMP/bin/net-snmp-config"
35 AC_MSG_ERROR([Could not find the required paths. Please check your net-snmp installation.])
41 AC_MSG_ERROR([Could not find net-snmp-config binary. Please check your net-snmp installation.])
62 PHP_NEW_EXTENSION(snmp, snmp.c, $ext_shared)
H A Dphp_snmp.h47 PHP_MINIT_FUNCTION(snmp);
48 PHP_MSHUTDOWN_FUNCTION(snmp);
49 PHP_MINFO_FUNCTION(snmp);
120 ZEND_BEGIN_MODULE_GLOBALS(snmp)
122 ZEND_END_MODULE_GLOBALS(snmp)
H A Dsnmp.dsp1 # Microsoft Developer Studio Project File - Name="snmp" - Package Owner=<4>
7 CFG=snmp - Win32 Release_TS
11 !MESSAGE NMAKE /f "snmp.mak".
16 !MESSAGE NMAKE /f "snmp.mak" CFG="snmp - Win32 Release_TS"
20 !MESSAGE "snmp - Win32 Release_TS" (based on "Win32 (x86) Dynamic-Link Library")
21 !MESSAGE "snmp - Win32 Debug_TS" (based on "Win32 (x86) Dynamic-Link Library")
32 !IF "$(CFG)" == "snmp - Win32 Release_TS"
59 !ELSEIF "$(CFG)" == "snmp - Win32 Debug_TS"
90 # Name "snmp - Win32 Release_TS"
91 # Name "snmp - Win32 Debug_TS"
[all …]
H A Dsnmp.c435 ZEND_GET_MODULE(snmp)
1860 PHP_METHOD(snmp, close) in PHP_METHOD() argument
1879 PHP_METHOD(snmp, get) in PHP_METHOD() argument
1895 PHP_METHOD(snmp, walk) in PHP_METHOD() argument
1903 PHP_METHOD(snmp, set) in PHP_METHOD() argument
2384 PHP_MINIT_FUNCTION(snmp) in PHP_MINIT_FUNCTION() argument
2486 PHP_MINFO_FUNCTION(snmp) in PHP_MINFO_FUNCTION() argument
2520 PHP_MINIT(snmp),
2521 PHP_MSHUTDOWN(snmp),
2524 PHP_MINFO(snmp),
[all …]
/PHP-5.6/win32/
H A Dphp_modules.dsw390 Project: "snmp"=..\ext\snmp\snmp.dsp - Package Owner=<4>
/PHP-5.6/
H A DEXTENSIONS511 EXTENSION: snmp
H A DNEWS5067 . Added OO API. FR #53594 (php-snmp rewrite).
5079 . Fixed bug #60585 (php build fails with USE flag snmp when IPv6 support
5084 . Fixed bug #44193 (snmp v3 noAuthNoPriv doesn't work)
6062 . Fixed bug #51336 (snmprealwalk (snmp v1) does not handle end of OID tree
7945 - Fixed bug #48273 (snmp*_real_walk() returns SNMP errors as values).
8363 - Fixed bug #45405 (snmp extension memory leak).
9770 . Fixed bug #37564 (AES privacy encryption not possible due to net-snmp 5.2
10082 - Fixed bug #37564 (AES privacy encryption not possible due to net-snmp 5.2
11186 - Fixed bug #32613 (ext/snmp: use of snmp_shutdown() causes snmpapp.conf
11547 - Fixed bug #30995 (snmp extension does not build with net-snmp 5.2). (Ilia)
H A Dphp.ini-development914 ; See http://www.php.net/manual/en/snmp.installation.php
H A Dphp.ini-production914 ; See http://www.php.net/manual/en/snmp.installation.php

Completed in 88 milliseconds