Re: [INTERNALS-WIN] No IDN and IPv6 support in cURL?
[email protected] ("Anatol Belski") Tue, 16 Apr 2013 16:54:29 +0200
| Newsgroups | php.internals.win |
|---|---|
| Message-ID | <[email protected]> |
Jan, On Tue, April 16, 2013 13:30, Jan Ehrhardt wrote: > Quoting a really old message: is there any reason why cUrl for PHP 5.5 > is compiled without IDN-support? For PHP 5.3 and 5.4 I can understand it, just looked inside, cURL IDN uses the IdnTo* family of functions for the conversion http://msdn.microsoft.com/en-us/library/windows/desktop/dd318149(v=vs.85).aspx That could indeed work with the current cURL version and PHP 5.5. Where I doubt is that some more error handling might be needed, thus it has to be tested. Jan, have you already tried that? Or do you work with that feature so you could write good tests? Thanks Anatol