summaryrefslogtreecommitdiff
path: root/ext/standard/dns.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.4'Christoph M. Becker2020-05-041-1/+1
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-05-041-1/+1
| |\
| | * Fix #79561: dns_get_record() fails with DNS_ALLChristoph M. Becker2020-05-041-1/+1
* | | Improve some ValueError messagesMáté Kocsis2020-04-061-1/+1
* | | Make error messages more consistent by fixing capitalizationMáté Kocsis2020-01-171-1/+1
* | | Fix #78880: Final spelling fixesMáté Kocsis2020-01-161-1/+1
* | | Use RETURN_THROWS() in various placesMáté Kocsis2020-01-031-4/+4
* | | Use RETURN_THROWS() when an exception is thrownMáté Kocsis2019-12-301-1/+1
* | | Convert zend_parse_parameters_none() to fast ZPP in standard libMáté Kocsis2019-12-301-3/+1
* | | Promote warning to exception in dns_check_record() functionMáté Kocsis2019-12-201-2/+2
* | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* | | Merge branch 'PHP-7.4'Nikita Popov2019-06-201-1/+1
|\ \ \ | |/ /
| * | Remove leftover checkNikita Popov2019-06-201-1/+1
* | | Merge branch 'PHP-7.4'Nikita Popov2019-06-201-5/+18
|\ \ \ | |/ /
| * | Handle gethostbyname misalignment on macosNikita Popov2019-06-201-5/+18
* | | Update more func info information for ext/standardNikita Popov2019-05-291-3/+3
|/ /
* | Remove local variablesPeter Kokot2019-02-031-9/+0
* | Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* | Implement typed propertiesNikita Popov2019-01-111-12/+20
* | Merge branch 'PHP-7.3'Stanislav Malyshev2019-01-061-1/+8
|\ \ | |/
| * Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2019-01-061-0/+7
| |\
| | * Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-01-061-0/+7
| | |\
| | | * Fix #77369 - memcpy with negative length via crafted DNS responseStanislav Malyshev2019-01-061-0/+7
* | | | Use the locally defined constants for dns record typesPedro Magalhães2018-10-051-3/+3
|/ / /
* | | Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* | | Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized d...Dmitry Stogov2018-07-041-4/+4
* | | Merge branch 'PHP-7.2'Michael Wallner2018-02-051-1/+4
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Michael Wallner2018-02-051-1/+4
| |\ \ | | |/
| | * fix bug #75916 DNS_CAA record results contain garbageMichael Wallner2018-02-051-1/+4
| | * year++Xinchen Hui2018-01-021-1/+1
| * | year++Xinchen Hui2018-01-021-1/+1
* | | year++Xinchen Hui2018-01-021-1/+1
* | | Merge branch 'PHP-7.2'Nikita Popov2017-11-171-2/+2
|\ \ \ | |/ /
| * | Fix printf format issues on i386Nikita Popov2017-11-171-2/+2
* | | Removed support for BeOS, development for BeOS was supported 17 years ago.Kalle Sommer Nielsen2017-08-291-2/+2
|/ /
* | Merge branch 'PHP-7.1' into PHP-7.2Andrea Faulds2017-08-191-2/+2
|\ \ | |/
| * Fixed bug #75097 (gethostname fails if your host name is 64 chars long)Andrea Faulds2017-08-191-2/+2
* | Avoid useless dereferences and separations during paramter passing.Dmitry Stogov2017-06-191-8/+8
* | Fixed wrong type.Dmitry Stogov2017-06-081-1/+1
* | Merge branch 'PHP-7.1'Joe Watkins2017-01-181-2/+28
|\ \ | |/
| * DNS CAA record type implementation and tests for https://bugs.php.net/bug.php...Marcus Bointon2017-01-181-2/+28
| * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* | Use new param API in standardSara Golemon2016-12-301-19/+28
* | Merge branch 'PHP-7.1'Anatol Belski2016-12-191-1/+1
|\ \ | |/
| * fix protoAnatol Belski2016-12-191-1/+1
* | Merge branch 'PHP-7.1'Anatol Belski2016-12-181-1/+1
|\ \ | |/
| * Fixed bug #73594Bruce Weirdan2016-12-181-1/+1
* | further normalizations, uint vs uint32_tAnatol Belski2016-11-261-1/+1
* | Remove Netware supportKalle Sommer Nielsen2016-11-121-8/+3
|/