mirror of
https://github.com/php/php-src.git
synced 2026-04-30 03:33:17 +02:00
999961f080
when passing in a full path with drive letter to the Phar object, we were then passing "phar://C:/path/to/blah.phar" to php_parse_url(), which thinks it is getting a valid url scheme "phar", host "C" path "/path/to/blah.phar" we now pass "phar:///C:/path/to/blah.phar" to make it fail, and then properly parse the url inside phar