summaryrefslogtreecommitdiff
path: root/ext/snmp
Commit message (Expand)AuthorAgeFilesLines
* Fix miscellaneous typos in docsTyson Andre2019-10-191-1/+1
* Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-10-012-2/+2
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-10-012-2/+2
| |\
| | * Add missing skip keyword in testsFabien Villepinte2019-10-012-2/+2
* | | Fix test regarding Reflection::export() deprecationChristoph M. Becker2019-09-271-18/+9
* | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-09-271-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-09-271-1/+1
| |\ \ | | |/
| | * Fix skipif.incChristoph M. Becker2019-09-271-1/+1
| | * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-155-5/+2
| | * Trim trailing whitespace in *.phptPeter Kokot2018-10-1432-36/+36
| | * Sync leading and final newlines in source code filesPeter Kokot2018-10-142-2/+0
| | * Trim trailing whitespace in source code filesPeter Kokot2018-10-133-4/+4
| * | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-155-5/+2
| * | Trim trailing whitespace in *.phptPeter Kokot2018-10-1432-36/+36
| * | 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
* | | 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