summaryrefslogtreecommitdiff
path: root/ext/standard/dns.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix printf format issues on i386Nikita Popov2017-11-171-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
|\ \ | |/
| * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-01-311-2/+2
| |\
| | * fix TSRMStanislav Malyshev2015-01-311-2/+2
* | | Merge branch 'PHP-5.6'Stanislav Malyshev2015-01-311-4/+4
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-01-311-4/+4
| |\ \ | | |/
| | * Use better constant since MAXHOSTNAMELEN may mean shorter nameStanislav Malyshev2015-01-311-4/+4
| * | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-01-311-0/+11
| |\ \ | | |/
| | * Add mitigation for CVE-2015-0235 (bug #68925)Stanislav Malyshev2015-01-311-0/+11
| * | Bump yearXinchen Hui2015-01-151-1/+1
| * | Added more useful warning messagesTjerk Meesters2014-11-301-6/+17
| * | Changed based on comments and make its behaviour equal to the Windows versionTjerk Meesters2014-11-301-2/+2
| * | Fix #53092 - dns_get_record does not return false on dns server failureTjerk Meesters2014-11-301-1/+7
| |/
* | Add mitigation for CVE-2015-0235 (bug #68925)Stanislav Malyshev2015-01-311-0/+12
* | fix warningsMichael Wallner2015-01-301-0/+1
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-3/+3
* | optimization for bug report #68679krakjoe2015-01-091-4/+4
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-17/+17
* | Added more useful warning messagesTjerk Meesters2014-11-301-6/+17
* | Changed based on comments and make its behaviour equal to the Windows versionTjerk Meesters2014-11-301-2/+2
* | Fix #53092 - dns_get_record does not return false on dns server failureTjerk Meesters2014-11-301-1/+7
* | Fix a couple compile warningsNikita Popov2014-09-291-1/+1
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | 's' works with size_t round 4Anatol Belski2014-08-271-1/+1
* | first show to make 's' work with size_tAnatol Belski2014-08-271-5/+5