Re: [INTERNALS-WIN] No IDN and IPv6 support in cURL?
[email protected] (Pierre Joye) Tue, 16 Apr 2013 22:29:14 +0200
| Newsgroups | php.internals.win |
|---|---|
| Message-ID | <CAEZPtU7utFMqqyNVMZdbNKk8hLVBrT_rxC6Yvbo9UYEMoJAo1g@mail.gmail.com> |
On Tue, Apr 16, 2013 at 4:54 PM, Anatol Belski <[email protected]> wrote: > 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? Libcurl has to be built to enable IDN conversion. @a did you enable the IDN? See https://github.com/bagder/curl/blob/master/winbuild/BUILD.WINDOWS.txt -- Pierre @pierrejoye