php-src/ext/snmp
Nikita Popov 26e424465c Fix bug #81598: Use C.UTF-8 as LC_CTYPE locale by default
Unfortunately, libedit is locale based and does not accept UTF-8
input when the C locale is used. This patch switches the default
locale to C.UTF-8 instead (if it is available). This makes libedit
work and I believe it shouldn't affect behavior of single-byte
locale-dependent functions that PHP otherwise uses.

Closes GH-7635.
2021-12-05 21:03:27 +01:00
..
tests add SHA256 and SHA512 for security protocol 2021-08-11 13:02:18 +02:00
config.m4 add SHA256 and SHA512 for security protocol 2021-08-11 13:02:18 +02:00
config.w32 Remove some unused HAVE_* symbols 2019-07-21 11:34:18 +02:00
CREDITS * added detection and walkaround for net-snmp library bug (net-snmp BUGid 2027834) 2011-04-05 12:20:35 +00:00
php_snmp.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
snmp_arginfo.h Declare tentative return types for ext/snmp 2021-05-28 12:45:33 +02:00
snmp.c Fix bug #81598: Use C.UTF-8 as LC_CTYPE locale by default 2021-12-05 21:03:27 +01:00
snmp.stub.php Declare tentative return types for ext/snmp 2021-05-28 12:45:33 +02:00