summaryrefslogtreecommitdiff
path: root/ext/snmp
Commit message (Expand)AuthorAgeFilesLines
* Modernize some connectors in tests to remove env key duplicationFabien Villepinte2019-08-301-14/+14
* Remove some unused HAVE_* symbolsPeter Kokot2019-07-211-1/+0
* Remove useless param in php_snmp_error()George Peter Banyard2019-06-141-14/+14
* Fix SNMP build warningsNikita Popov2019-06-141-4/+4
* Cheaper checks for exceptions thrown from __toString()Dmitry Stogov2019-06-061-6/+8
* Allow exceptions in __toString()Nikita Popov2019-06-051-0/+6
* [ci skip] Migrate tests READMEs to MarkdownPeter Kokot2019-05-122-48/+52
* Normalize comments in *nix build system m4 filesPeter Kokot2019-05-121-2/+0
* snmp: remove unused varNuno Lopes2019-03-161-4/+0
* Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-1532-65/+65
* Add AS_HELP_STRING to *nix build configure optionsPeter Kokot2019-03-071-4/+10
* Remove local variablesPeter Kokot2019-02-031-9/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-302-2/+2
* Implement typed propertiesNikita Popov2019-01-111-2/+4
* Use ZEND_THIS macro to hide implementation details in extensions code.Dmitry Stogov2018-11-151-5/+5
* Replace getThis() by EX(This), when additional check is not necessary.Dmitry Stogov2018-11-141-5/+5
* Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-155-5/+2
* Trim trailing whitespace in *.phptPeter Kokot2018-10-142-4/+4
* Trim trailing whitespace in testsGabriel Caruso2018-10-1432-32/+32
* Sync leading and final newlines in source code filesPeter Kokot2018-10-142-2/+0
* Trim trailing whitespace in source code filesPeter Kokot2018-10-131-1/+1
* Fix PHPT ENV sectionsChristoph M. Becker2018-10-062-4/+0
* Rename ext/snmp/tests/bigtest.sh to bigtestPeter Kokot2018-09-273-2/+2
* Trim trailing whitespaces in build filesPeter Kokot2018-07-291-1/+1
* Remove unused Git attributes identPeter Kokot2018-07-254-8/+1
* Give a meaningful nameXinchen Hui2018-07-241-2/+2
* Bump snmp extension version to PHP versionPeter Kokot2018-06-152-2/+1
* Export standard object handlers, to avoid indirect accessDmitry Stogov2018-05-311-7/+4
* Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-1/+1
* Merge branch 'PHP-7.2'Nikita Popov2018-03-231-1/+1
|\
| * Add missing skip prefix for some SKIPIF messagesatvoicu2018-03-231-1/+1
| * year++Xinchen Hui2018-01-022-2/+2
* | Keep initialized object_handlers structures in read-only memory.Dmitry Stogov2018-03-141-3/+3
* | Remove return types from some magic method in protosGabriel Caruso2018-03-091-1/+1
* | Use int instead of long in protosGabriel Caruso2018-02-231-3/+3
* | remove support for string|unicode in testsGabriel Caruso2018-02-223-28/+28
* | Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-202-2/+2
* | Fix use of Z_LVAL_P in snmpNikita Popov2018-02-111-1/+1
* | Removed unused variablesGabriel Caruso2018-02-111-1/+0
* | Remove trailing whitespace in inc filesGabriel Caruso2018-02-101-2/+2
* | Fixed testsDmitry Stogov2018-02-062-4/+4
* | Use int instead of integer in type errorsGabriel Caruso2018-02-047-14/+14
* | Use %d when expecting line number in testsGabriel Caruso2018-02-022-8/+8
* | year++Xinchen Hui2018-01-022-2/+2
* | Move constants into read-only data segmentDmitry Stogov2017-12-141-2/+2
* | 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