summaryrefslogtreecommitdiff
path: root/ext/snmp
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #72708 - php_snmp_parse_oid integer overflow in memory allocationStanislav Malyshev2016-08-161-1/+1
* Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2016-07-192-0/+44
|\
| * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2016-07-192-40/+84
| |\
| | * Fixed bug #72479 - same as #72434Stanislav Malyshev2016-06-262-40/+84
| * | 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-152-2/+2
| | * Bump yearXinchen Hui2014-01-032-2/+2
* | | Fixed bug #71704 php_snmp_error() Format String VulnerabilityAnatol Belski2016-03-161-1/+1
* | | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-012-2/+2
|\ \ \ | |/ /
| * | Happy new year (Update copyright to 2016)Lior Kaplan2016-01-012-2/+2
* | | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2015-10-182-12/+112
|\ \ \ | |/ /
| * | Remove wrong argument $session from SNMP::setSecurity()jubianchi2015-10-182-10/+8
| * | Fix SNMP::setSecurity() arginfo (Fixes bug #70476)jubianchi2015-10-182-11/+113
| * | bump yearXinchen Hui2015-01-152-2/+2
| * | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-231-4/+4
* | | Fixed test (system error messages may be different).Dmitry Stogov2015-10-071-1/+1
* | | 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
* | | Updated tests to reflect exception class changes.Aaron Piotrowski2015-05-161-3/+3
* | | Fixed testDmitry Stogov2015-04-061-7/+7
* | | 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-152-2/+2
* | | trailing whitespace removalStanislav Malyshev2015-01-101-40/+40
* | | Use "float" and "integer" in typehint and zpp errorsAndrea Faulds2014-12-219-18/+18
* | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-132-125/+125
* | | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-231-4/+4
* | | removed *.dsw and *.dsp filesAnatol Belski2014-09-281-109/+0
* | | Merge branch 'master' into issue-67910Florian MARGAINE2014-09-202-2/+2
|\ \ \
| * | | s/PHP 5/PHP 7/Johannes Schlüter2014-09-192-2/+2
* | | | Replaces php5 with php7, without whitespace changes.Florian MARGAINE2014-09-201-4/+4
|/ / /
* | | 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-252-91/+91
* | | fixes to ext/snmpAnatol Belski2014-08-192-27/+27
* | | basic macro replacements, all at onceAnatol Belski2014-08-192-73/+73
* | | Refactored run_time_cache usage in object handlersDmitry Stogov2014-07-071-3/+3
* | | Refactoring ext/snmpXinchen Hui2014-05-202-210/+194
* | | Use better data structures (incomplete)Dmitry Stogov2014-02-101-2/+2
|/ /
* | Bump yearXinchen Hui2014-01-032-2/+2
|/
* Merge branch '5.4' into 5.5Boris Lytochkin2013-12-201-0/+6
|\
| * Fixed SNMP_ERR_TOOBIG handling for bulk walk operationsBoris Lytochkin2013-12-201-0/+6
* | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2013-12-141-1/+1
|\ \ | |/
| * fixed parameter order for zend_throw_exception_ex callAnatol Belski2013-12-141-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Christopher Jones2013-08-141-1/+1
|\ \ | |/
| * Reduce (some) compile noise of 'unused variable' and 'may be used uninitializ...Christopher Jones2013-08-141-1/+1
* | Fix long-standing visual pain point: the misalignment of './configure help' t...Christopher Jones2013-08-061-1/+1