summaryrefslogtreecommitdiff
path: root/ext/snmp
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* Merge branch 'PHP-7.1'Anatol Belski2017-01-081-2/+2
|\
| * move various places to the centralized OpenSSL setup routineAnatol Belski2017-01-081-2/+2
| * Update copyright headers to 2017Sammy Kaye Powers2017-01-042-2/+2
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-022-2/+2
* | Remove more PHP 6 leftovers from testsNikita Popov2016-11-2410-42/+42
* | 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