Re: [INTERNALS-WIN] No IDN and IPv6 support in cURL?
[email protected] (Jan Ehrhardt) Wed, 17 Apr 2013 10:08:23 +0200
| Newsgroups | php.internals.win |
|---|---|
| Message-ID | <[email protected]> |
[Default] Pierre Joye in php.internals.win (Wed, 17 Apr 2013 09:50:37 +0200): >On Wed, Apr 17, 2013 at 8:58 AM, Jan Ehrhardt <[email protected]> wrote: >> See http://curl.haxx.se/mail/lib-2012-07/0278.html >> I had a discussion with the cUrl developers on this subject in July >> 2012. > >Did you submit a PR? I can review and apply it if necessary. Read the whole discussion at http://comments.gmane.org/gmane.comp.web.curl.library/36456 Guenter @ 29 Jul 2012 15:25: "I've just pushed your suggested fix to GIT". This fix made it possible to use USE_IDN=yes at all. >Also about a possible work around like dynamic checks at runtime, it could >be done, but I sadly have no time to modify my code in curl right now >or for the next couple of weeks :/ My fix did not check for the existence of normalized.dll. That would make it transparent for users, without complaints on broken or missing features. But, like you, I do not have time to test code at the moment as well. Jan