Closed nyamsprod closed 6 years ago
This PR resolves the following bug in the Uri class:
Uri
<?php use Zend\Diactoros\Uri; $uri = new Uri('https://0:0@0:1/0?0#0'); // display https:/0' // expected 'https://0:0@0:1/0?0#0'
All string comparison are made more strict now.
Maybe other PRs may look and fix this issue in other classes as well.
This PR resolves the following bug in the
Uri
class:All string comparison are made more strict now.
Maybe other PRs may look and fix this issue in other classes as well.