uri icon indicating copy to clipboard operation
uri copied to clipboard

:earth_asia: Functions for making sense out of URIs in PHP

Results 11 uri issues
Sort by recently updated
recently updated
newest added

Hi, I think a found a bug on windows. For the uri `'file:///C:/path/file_a.ext'` `parse` returns ```PHP array (size=2) 'scheme' => string 'file' (length=4) 'path' => string 'C:/path/file_a.ext' (length=18) ``` This...

WIP - this can be a demo of what we can do when making PHP 7.4 the minimum version of PHP. I am doing this in sabre-io/uri because it is...

This is a rebase of PR #25 with conflicts resolved... Now I will look at what we end up with in 2022!

Something not mentioned in the official documentation: [https://sabre.io/uri/usage/](https://sabre.io/uri/usage/) but only in the source code: [https://github.com/sabre-io/uri/blob/master/lib/functions.php](https://github.com/sabre-io/uri/blob/master/lib/functions.php) is this piece: ``` // Normally a URI must be ASCII, however. However, often it's...

I know that there's been multiple discussions in multiple places about this. But please bear with me. The following refers to a valid path and file on my Windows 10...

bug

Sorry to hassle you again folks, but I'm running the tests on the project and am coming up against an issue with functions.php line 360. Numerous tests are failing with...

1) add an explicit unit test for issue #31 2) Adjust README to mention Windows-style paths 3) Add empty host and leading slash to Windows file paths (this is a...

I did a minor upgrade on https://github.com/zobo/php-language-server and and after spending hours on debugging why a whole lot of things stopped working realized that Release 2.2.3 with #71 changed how...

Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. Release notes Sourced from phpunit/phpunit's releases. PHPUnit 11.2.9 Fixed #5887: Issue baseline generator does not correctly handle ignoring suppressed issues...

dependencies
php