I am running IIS 10 with PHP 7.1 and was trying to make use of the http_parse_cookie()
method in PHP Storm when I realized that PHP Storm was only providing the stubs to the PECL methods. After an exhaustive search on the web, I came across this Windows PECL repository but it only goes up to 2.5.0 which doesn't work when I try to use it.
I need php_http-3.1.0-7.1-nts-vc14-x64.zip but the only thing they have listed is some log files. Where can I reliably get the php_http.dll for PHP 7.1?
I've done tons of searches but the DLLs are nowhere to be found.