Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.119
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
src /
php-7.4.33 /
ext /
snmp /
Delete
Unzip
Name
Size
Permission
Date
Action
tests
[ DIR ]
drwxrwxr-x
2022-10-31 11:36
CREDITS
101
B
-rw-rw-r--
2022-10-31 11:36
config.m4
1.72
KB
-rw-rw-r--
2022-10-31 11:36
config.w32
510
B
-rw-rw-r--
2022-10-31 11:36
php_snmp.h
4.14
KB
-rw-rw-r--
2022-10-31 11:36
snmp.c
73.72
KB
-rw-rw-r--
2022-10-31 11:36
Save
Rename
// vim:ft=javascript ARG_WITH("snmp", "SNMP support", "no"); if (PHP_SNMP != "no") { if (CHECK_HEADER_ADD_INCLUDE("snmp.h", "CFLAGS_SNMP", PHP_PHP_BUILD + "\\include\\net-snmp;" + PHP_SNMP) && SETUP_OPENSSL("snmp", PHP_SNMP) > 0) { if (CHECK_LIB("netsnmp.lib", "snmp", PHP_SNMP)) { EXTENSION('snmp', 'snmp.c'); AC_DEFINE('HAVE_SNMP', 1); } else { WARNING("snmp not enabled; libraries and headers not found"); } } else { WARNING("snmp not enabled; libraries and headers not found"); } }