Michael Wallner in php.pecl.dev (Wed, 13 Aug 2014 14:27:06 +0200): >Could you upload or mail me the failing tests, so I could have a look >how severe the failures are?
Check your mail. BTW: RC2 does not compile at all on Windows. See the log files at http://windows.php.net/downloads/pecl/releases/http/2.1.0rc2/logs/ The end of the make-php file inside tose logs tells you why: ext\http\php_http_params.c(256) : warning C4003: not enough actual parameters for macro 'strncasecmp' ext\http\php_http_params.c(256) : error C2059: syntax error : ')' ext\http\php_http_params.c(262) : error C2046: illegal case ext\http\php_http_params.c(263) : error C2046: illegal case ext\http\php_http_params.c(264) : warning C4003: not enough actual parameters for macro 'strncasecmp' ext\http\php_http_params.c(264) : error C2059: syntax error : ')' ext\http\php_http_params.c(267) : error C2043: illegal break ext\http\php_http_params.c(270) : error C2059: syntax error : 'default' ext\http\php_http_params.c(272) : error C2059: syntax error : '}' ext\http\php_http_params.c(288) : error C2059: syntax error : '}' ext\http\php_http_params.c(339) : warning C4013: 'utf8encode' undefined; assuming extern returning int ext\http\php_http_url.c(145) : warning C4244: '=' : conversion from 'long' to 'unsigned short', possible loss of data NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\BIN\cl.exe"' : return code '0x2' Stop. Jan -- PECL development discussion Mailing List (http://pecl.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
