Re: [INTERNALS-WIN] No IDN and IPv6 support in cURL?

[email protected] (Jan Ehrhardt) Tue, 16 Apr 2013 13:30:25 +0200
Newsgroups php.internals.win
Message-ID <[email protected]>
Hi Pierre,

Pierre Joye in php.internals.win (Mon, 2 Feb 2009 17:00:09 +0100):
>I just discussed with Daniel Stenberg (Curl maintainer), he would be
>fine with a patch to add IDN support via the ICU library (what we use
>for 5.3's idn and unicode) instead of the libIDN. That will solve this
>problem as well.

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, because it added the dependency on normalized.dll (Vista+). But
since WinXP support has been dropped alltogether in PHP 5.5, is not it
time to add IDN support to libcurl and thus to php_curl.dll?

nmake /f makefile.vc mode=static VC=11 MACHINE=x86
	WITH_DEVEL=/php-sdk/deps USE_IDN=yes WITH_SSL=static
	WITH_SSH2=static ENABLE_WINSSL=no WITH_ZLIB=static

Jan