summaryrefslogtreecommitdiff
path: root/ext/snmp/snmp.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanup type conversionDmitry Stogov2017-12-071-53/+15
* Add zend_object_alloc() APINikita Popov2017-11-251-1/+1
* Use interned strings for "magic" property of internal classes. (not copyied i...Dmitry Stogov2017-11-011-1/+4
* Fixed bug #74906 redirecting incorrect include <sys/errno.h>Peter Kokot2017-07-171-6/+1
* Drop unnecessary allocator return value checksNikita Popov2017-03-131-35/+3
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Merge branch 'PHP-7.1'Anatol Belski2016-11-221-2/+2
|\
| * Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-11-221-2/+2
| |\
| | * remove TSRMLS_*Anatol Belski2016-11-211-2/+2
* | | Remove Netware supportKalle Sommer Nielsen2016-11-121-8/+0
|/ /
* | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2016-08-171-1/+1
|\ \ | |/
| * Fix bug #72708 - php_snmp_parse_oid integer overflow in memory allocationStanislav Malyshev2016-08-161-1/+1
* | Merge branch 'PHP-7.0'Stanislav Malyshev2016-07-191-0/+9
|\ \ | |/
| * Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2016-07-191-0/+9
| |\
| | * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2016-07-191-40/+49
| | |\
| | | * Fixed bug #72479 - same as #72434Stanislav Malyshev2016-06-261-40/+49
| | * | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2016-03-281-1/+1
| | |\ \ | | | |/
| | | * Fixed bug #71704 php_snmp_error() Format String VulnerabilityAnatol Belski2016-03-281-1/+1
| | | * Bump yearXinchen Hui2015-01-151-1/+1
| | | * Bump yearXinchen Hui2014-01-031-1/+1
* | | | Fixed compilation warningsDmitry Stogov2016-06-231-2/+1
* | | | Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-211-4/+4
* | | | Merge branch 'PHP-7.0'Anatol Belski2016-03-291-1/+1
|\ \ \ \ | |/ / /
| * | | Fixed bug #71704 php_snmp_error() Format String VulnerabilityAnatol Belski2016-03-161-1/+1
* | | | Remove version checksNikita Popov2016-01-301-2/+0
* | | | Remove HAVE_SPL checksNikita Popov2016-01-301-9/+0
|/ / /
* | | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ \ \ | |/ /
| * | Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* | | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2015-10-181-12/+10
|\ \ \ | |/ /
| * | Remove wrong argument $session from SNMP::setSecurity()jubianchi2015-10-181-1/+0
| * | Fix SNMP::setSecurity() arginfo (Fixes bug #70476)jubianchi2015-10-181-11/+10
| * | bump yearXinchen Hui2015-01-151-1/+1
| * | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-231-4/+4
* | | Switch position of ce in exception ce variable namesAaron Piotrowski2015-07-031-2/+2
* | | Change zend_exception_get_default() to zend_exception_ceAaron Piotrowski2015-07-031-2/+2
* | | Always throw TypeException on throwing zpp failuresNikita Popov2015-04-061-7/+2
* | | cleanup mod version macros and mod defs, round xAnatol Belski2015-03-231-4/+0
* | | Get rid of old HashTable iteration API (it doesn't work with constant arrays)Dmitry Stogov2015-02-131-31/+21
* | | Move zend_object->guards into additional slot of zend_object->properties_tabl...Dmitry Stogov2015-02-041-1/+1
* | | bump yearXinchen Hui2015-01-151-1/+1
* | | trailing whitespace removalStanislav Malyshev2015-01-101-40/+40
* | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-122/+122
* | | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-231-4/+4
* | | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | | first show to make 's' work with size_tAnatol Belski2014-08-271-4/+4
* | | master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-4/+4
* | | master renames phase 1Anatol Belski2014-08-251-89/+89
* | | fixes to ext/snmpAnatol Belski2014-08-191-26/+26
* | | basic macro replacements, all at onceAnatol Belski2014-08-191-71/+71
* | | Refactored run_time_cache usage in object handlersDmitry Stogov2014-07-071-3/+3