diff options
author | Boris Lytochkin <lytboris@php.net> | 2011-08-27 08:16:32 +0000 |
---|---|---|
committer | Boris Lytochkin <lytboris@php.net> | 2011-08-27 08:16:32 +0000 |
commit | 5ab9e7b5db7aaef041e36f9611afb4acde189d1a (patch) | |
tree | 3c6b0c91d5c5e77808a5ca07829e724691c654dd /ext/snmp/php_snmp.h | |
parent | 1464da907333d2b59c45e8c7f273961a42585b1f (diff) | |
download | php-git-5ab9e7b5db7aaef041e36f9611afb4acde189d1a.tar.gz |
export ERRNO_OID_PARSING_ERROR constant:
raise it evry time OID parsing has failed
Diffstat (limited to 'ext/snmp/php_snmp.h')
-rw-r--r-- | ext/snmp/php_snmp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/snmp/php_snmp.h b/ext/snmp/php_snmp.h index 81db1130c4..543a48689c 100644 --- a/ext/snmp/php_snmp.h +++ b/ext/snmp/php_snmp.h @@ -94,7 +94,7 @@ typedef struct _php_snmp_object { int oid_output_format; int snmp_errno; int oid_increasing_check; - char snmp_errstr[128]; + char snmp_errstr[256]; } php_snmp_object; |