summaryrefslogtreecommitdiff
path: root/ext/snmp
Commit message (Expand)AuthorAgeFilesLines
* Improve class entry generationMáté Kocsis2021-02-161-3/+2
* Generate class entries for snmp, soap, sockets, sodium, sqlite3, sysv*, tidyMáté Kocsis2021-02-153-8/+26
* Merge branch 'PHP-8.0'Nikita Popov2021-02-021-1/+1
|\
| * Remove unnecessary cast in snmp_set_oid_output_formatNikita Popov2021-02-021-1/+1
* | Merge branch 'PHP-8.0'Christoph M. Becker2021-01-242-1/+10
|\ \ | |/
| * Add missing stub for SNMPExceptionChristoph M. Becker2021-01-242-1/+10
* | Replace zend_bool uses with boolNikita Popov2021-01-151-3/+3
* | Make convert_to_*_ex simple aliases of convert_to_*Nikita Popov2021-01-141-3/+3
|/
* Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2020-11-021-1/+4
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-11-021-1/+4
| |\
| | * Fix #70461: disable md5 code when it is not supported in net-snmpChristoph M. Becker2020-11-021-1/+4
* | | Update ext/snmp parameter namesNikita Popov2020-10-083-66/+88
* | | Accept bool in snmp_set_(quick|enum)_print()Nikita Popov2020-10-083-9/+9
* | | Consolidate the usage of "either" and "one of" in error messagesMáté Kocsis2020-09-203-8/+8
* | | Run tidyNikita Popov2020-09-182-2/+2
* | | 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