summaryrefslogtreecommitdiff
path: root/ext/standard/dns_win32.c
Commit message (Expand)AuthorAgeFilesLines
* Remove proto comments from C filesMax Semenik2020-07-061-4/+2
* Merge branch 'PHP-7.4'Christoph M. Becker2020-05-041-0/+18
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-05-041-0/+18
| |\
| | * Fix #79561: dns_get_record() fails with DNS_ALLChristoph M. Becker2020-05-041-0/+18
* | | Improve some ValueError messagesMáté Kocsis2020-04-061-1/+1
* | | Use RETURN_THROWS() in various placesMáté Kocsis2020-01-031-2/+2
* | | Use RETURN_THROWS() when an exception is thrownMáté Kocsis2019-12-301-4/+4
* | | 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
|/ /
* | Update and fix remaining year ranges (2019)Peter Kokot2019-02-081-1/+1
* | Implement typed propertiesNikita Popov2019-01-111-10/+19
|/
* Fixed incorrrecr zval_dtor() usage to replace value of argument passed by ref...Dmitry Stogov2018-07-051-4/+4
* Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized d...Dmitry Stogov2018-07-041-1/+1
* year++Xinchen Hui2018-01-021-1/+1
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* 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-2/+2
|\ \ | |/
| * fix arg spec and datatype, follow up on 73594Anatol Belski2016-12-181-2/+2
* | further normalizations, uint vs uint32_tAnatol Belski2016-11-261-1/+1
|/
* Fixed bug #72683 getmxrr brokenAnatol Belski2016-07-271-1/+1
* Fixed Bug #72193 (dns_get_record returns array containing elements of type 'u...Xinchen Hui2016-05-111-0/+2
* Merge branch 'PHP-5.6' into PHP-7.0Julien Pauli2016-01-041-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-031-1/+1
| * Changed based on comments and make its behaviour equal to the Windows versionTjerk Meesters2014-11-301-1/+1
* | Drop old VC support (VC <= 9), for dns.c, this means that DNS_TYPE_NAPTR alwa...Kalle Sommer Nielsen2015-03-291-2/+0
* | remove unused variableAnatol Belski2015-02-041-1/+0
* | trailing whitespace removalStanislav Malyshev2015-01-101-2/+2
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-8/+8
* | Changed based on comments and make its behaviour equal to the Windows versionTjerk Meesters2014-11-301-1/+1
* | fix datatype mismatchAnatol Belski2014-10-231-2/+2
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | first show to make 's' work with size_tAnatol Belski2014-08-271-3/+3
* | master renames phase 1Anatol Belski2014-08-251-15/+15
* | fix macros in the 5 basic extensionsAnatol Belski2014-08-161-14/+14
* | ptr needed herePierre Joye2014-05-141-2/+2
* | This should be removed tooXinchen Hui2014-05-131-1/+0
* | Remove zval **Xinchen Hui2014-05-131-53/+54
* | port dns_win32Pierre Joye2014-05-131-6/+2
* | typo in var namePierre Joye2014-05-071-3/+4
* | Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-261-1/+1
|\ \ | |/
| * a few typofixesVeres Lajos2014-02-141-1/+1
| * - unify warning between win and unix and enable testPierre Joye2011-09-041-0/+5
* | Reduced memory realocationsDmitry Stogov2014-04-151-7/+6
* | Cleanup (1-st round)Dmitry Stogov2014-04-151-26/+28
* | - unify warning between win and unix and enable testPierre Joye2011-09-041-0/+5
|/
* - Removed redundant local variable in dns_get_record.Gustavo André dos Santos Lopes2010-10-111-3/+1
* - [DOC] Added a 5th parameter to dns_get_record, a boolean that tells whether...Gustavo André dos Santos Lopes2010-10-111-21/+48
* - Added numeric record type and raw data for unknown DNSGustavo André dos Santos Lopes2010-10-081-1/+8
* - WSPierre Joye2010-09-061-2/+0