summaryrefslogtreecommitdiff
path: root/ext/standard/tests/url/parse_url_basic_005.phpt
Commit message (Expand)AuthorAgeFilesLines
* Alternative fix for bug 77423Christoph M. Becker2021-01-261-1/+1
* Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2021-01-011-1/+1
|\
| * Fix #77423: parse_url() will deliver a wrong host to userPHP-7.2Christoph M. Becker2021-01-011-1/+1
| * Trim trailing whitespace in *.phptPeter Kokot2018-10-141-3/+3
* | Fix #80114: parse_url does not accept URLs with port 0Christoph M. Becker2020-09-201-0/+1
* | Fix binary-safety of parse_urlNikita Popov2020-09-021-0/+1
* | Trim trailing whitespace in *.phptPeter Kokot2018-10-141-3/+3
* | Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-201-1/+1
|/
* Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-10-081-5/+4
|\
| * Fix bug #73192Nikita Popov2016-10-081-2/+2
| * Revert "Added validation to parse_url() to prohibit restricted characters ins...Nikita Popov2016-10-081-3/+2
| * Added validation to parse_url() to prohibit restricted characters inside logi...Ilia Alshanetsky2016-10-041-2/+3
* | Fixed parse_url() for better compliance with RFC3986Julien Pauli2016-06-221-0/+1
* | Added validation to parse_url() to prohibit restricted characters inside logi...Ilia Alshanetsky2015-12-221-2/+3
|/
* Fixed bug #68129Tjerk Meesters2014-10-091-1/+1
* add a test case previously broken by a bad fixStanislav Malyshev2014-04-241-0/+1
* Add a couple more test cases to parse_url() testsSara Golemon2013-11-061-1/+3
* Fixed parse_url() tests to account for port validationIlia Alshanetsky2011-02-061-1/+1
* - #50563, removing E_WARNING from parse_url()Pierre Joye2010-06-161-39/+13
* Adding some tests for ereg and url functions.Robin Fernandes2008-04-111-0/+150