summaryrefslogtreecommitdiff
path: root/ext/standard/dns.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-08-101-1/+1
|\
| * Check the correct listNikita Popov2020-08-101-1/+1
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-08-101-1/+1
|\ \ | |/
| * Fix bug #79944Nikita Popov2020-08-101-1/+1
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-07-151-18/+14
|\ \ | |/
| * Fix bug #78008: dns_check_record() always return true on AlpineAndy Postnikov2020-07-151-18/+14
* | 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
* | Remove leftover checkNikita Popov2019-06-201-1/+1
* | Handle gethostbyname misalignment on macosNikita Popov2019-06-201-5/+18
* | 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
|/
* fix #71609: Segmentation fault on ZTS with gethostbynameJoe Watkins2016-03-311-2/+2
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-3/+3
* | ZTS cleanupReeze Xia2015-03-081-1/+1
* | Merge branch 'PHP-5.6'Stanislav Malyshev2015-01-311-1/+1
|\ \ | |/