summaryrefslogtreecommitdiff
path: root/ext/standard/tests/strings/url_t.phpt
Commit message (Expand)AuthorAgeFilesLines
* Fix #77423: parse_url() will deliver a wrong host to userPHP-7.2Christoph M. Becker2021-01-011-4/+2
* Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-151-1/+0
* Revert "Fixed test"Nikita Popov2016-10-081-2/+32
* Fixed testIlia Alshanetsky2016-10-041-32/+2
* Fixed bug #68129Tjerk Meesters2014-10-091-69/+143
* Fixed bug #38859 (parse_url() fails if passing '@' in passwd).Ilia Alshanetsky2006-09-281-2/+19
* Fixed bug #36351 (parse_url() does not parse numeric paths properly).Ilia Alshanetsky2006-02-121-0/+7
* Added tests for new parse_url() and http_build_query() functionality.Ilia Alshanetsky2005-12-041-0/+13
* MFH: Fixed bug #34148 (+,- and . not supported as parts of scheme).Ilia Alshanetsky2005-08-161-1/+12
* Fixed bug #32813 (parse_url() does not handle scheme-only urls properly).Ilia Alshanetsky2005-04-251-1/+6
* Fixed bug #31705 (parse_url() does not recognize http://foo.com#bar)Ilia Alshanetsky2005-01-271-1/+10
* - Remove unused blocksMarcus Boerger2004-05-191-2/+0
* Fixed bug #25800 (parse_url() could not parse urls with empty port).Ilia Alshanetsky2003-10-131-1/+35
* Fixed bug #21226 (parse_url handling of urls without a path).Ilia Alshanetsky2002-12-301-1/+16
* Fixed bug #20420 and added partial urls to the test of the function.Ilia Alshanetsky2002-11-141-2/+16
* Added additional tests to parse_url() test suit, corrected the output of 2Ilia Alshanetsky2002-11-071-3/+44
* Added expected data to parse_url() testIlia Alshanetsky2002-10-061-0/+482
* - Add parse_url() tests (expect will follow later)url_t.phptDerick Rethans2002-10-051-0/+66