summaryrefslogtreecommitdiff
path: root/ext/snmp
Commit message (Expand)AuthorAgeFilesLines
* Generate arginfosMáté Kocsis2020-09-161-7/+7
* Display string default values in stubs more uniformlyMáté Kocsis2020-09-161-1/+1
* Promote warnings to Error in SNMP extensionGeorge Peter Banyard2020-09-1510-184/+265
* Consolidate new union type ZPP macro namesMáté Kocsis2020-09-111-14/+14
* Fix leak in snmpNikita Popov2020-09-101-0/+1
* Mark snmp tests as conflictingNikita Popov2020-09-091-0/+1
* Suppress uninitialized variable warning in snmpNikita Popov2020-09-091-1/+1
* Improve error messages mentioning parameters instead of argumentsMáté Kocsis2020-09-091-1/+1
* Wildcard output differences in snmp testsNikita Popov2020-09-094-8/+9
* Avoid use of remote_port in snmpNikita Popov2020-09-092-23/+11
* Fix some snmp stubsNikita Popov2020-09-084-20/+37
* Suppress unused variable in snmpNikita Popov2020-09-081-1/+1
* Use ZPP instead of custom type checksMáté Kocsis2020-09-044-151/+46
* Add more precise type info for stubsMáté Kocsis2020-09-013-121/+121
* Cleanup snmp after resource to object migrationMáté Kocsis2020-08-041-12/+0
* Remove proto comments from C filesMax Semenik2020-07-061-74/+37
* Replace EXPECTF when possibleFabien Villepinte2020-06-291-1/+1
* Include stub hash in generated arginfo filesNikita Popov2020-06-241-1/+2
* Fix MSVC level 1 (severe) warningsChristoph M. Becker2020-06-051-1/+1
* Do not inherit LC_CTYPE locale from environmentNikita Popov2020-04-301-0/+3
* Generate function entries from stubsMáté Kocsis2020-04-204-97/+89
* Add missing visibility modifiers in stubsMáté Kocsis2020-04-111-9/+9
* Fix typo (UNKOWN -> UNKNOWN)Christoph M. Becker2020-04-092-21/+4
* Store default parameter values of internal functions in arg infoMáté Kocsis2020-04-081-10/+27
* Annotate function aliases in stubsMáté Kocsis2020-04-041-1/+5
* Improve error messages of various extensionsMáté Kocsis2020-03-232-2/+2
* Change argument error message formatMáté Kocsis2020-02-261-2/+2
* Make type error messages more consistentMáté Kocsis2020-02-171-2/+2
* Revert "Replace @param annotations with type declarations"Christoph M. Becker2020-02-172-34/+68
* Replace @param annotations with type declarationsChristoph M. Becker2020-02-162-68/+34
* Reindent phpt filesNikita Popov2020-02-036-25/+25
* Merge branch 'PHP-7.4'Nikita Popov2020-02-031-39/+39
|\
* \ Merge branch 'PHP-7.4'Nikita Popov2020-01-201-7/+0
|\ \ | |/
| * Fix bug #79112: IMAP can't find OpenSSL during configureNikita Popov2020-01-201-7/+0
* | Fix #78880 Another roundMáté Kocsis2020-01-191-1/+1
* | Make error messages more consistent by fixing capitalizationMáté Kocsis2020-01-172-2/+2
* | Fix #78880: Yet another batch of spelling errorsMáté Kocsis2020-01-162-4/+4
* | Use RETURN_THROWS() after zend_throw_exception() in most of the extensionsMáté Kocsis2020-01-021-1/+1
* | Use RETURN_THROWS() during ZPP in most of the extensionsMáté Kocsis2019-12-311-20/+20
* | Add union return types for function stubsMáté Kocsis2019-11-112-75/+33
* | Clean DONE tags from testsFabien Villepinte2019-11-071-3/+0
* | zend_parse_parameters_throw() is obsoleteChristoph M. Becker2019-11-011-1/+1
* | Merge branch 'PHP-7.4'Christoph M. Becker2019-10-191-1/+1
|\ \ | |/
| * Fix miscellaneous typos in docsTyson Andre2019-10-191-1/+1
* | Fixed testsDmitry Stogov2019-10-021-1/+1
* | Merge branch 'PHP-7.4'Christoph M. Becker2019-10-012-2/+2
|\ \ | |/
| * 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
* | | | Add ext/snmp arginfo stubsChristoph M. Becker2019-09-284-253/+338