summaryrefslogtreecommitdiff
path: root/ext/standard/tests/url
Commit message (Expand)AuthorAgeFilesLines
* fix test and move to proper placeStanislav Malyshev2012-09-301-0/+38
* bug #62844; relative URL schemes in parse_url()Andrew Faulds2012-08-191-0/+11
* Changed silent conversion of array to string to produce a notice. (Patrick)Stanislav Malyshev2011-10-218-0/+40
* Fixed bug #55273 (base64_decode() with strict rejects whitespace after pad)Ilia Alshanetsky2011-09-121-0/+25
* Fixed bug #55399 (parse_url() incorrectly treats ':' as a valid path)Ilia Alshanetsky2011-08-111-0/+10
* Fixed bug #54180 (parse_url() incorrectly parses path when ? in fragment)Pierrick Charron2011-03-131-0/+32
* Fixed parse_url() tests to account for port validationIlia Alshanetsky2011-02-069-16/+9
* Fixed bug #52327 (base64_decode() improper handling of leading padding in str...Ilia Alshanetsky2010-11-261-0/+12
* - Fixed bug #53248 (rawurlencode RFC 3986 EBCDIC support misses tilde char).Felipe Pena2010-11-071-0/+12
* - #50563, removing E_WARNING from parse_url()Pierre Joye2010-06-169-351/+117
* More tests from 2009 testfestZoe Slattery2009-08-301-0/+55
* Test from 2009 testfestZoe Slattery2009-08-261-0/+44
* MFH: Updated tests after double->long conversion change (basically to match 5.2)Matt Wilmas2009-06-042-0/+202
* MFHArnaud Le Blanc2009-04-241-2/+2
* Improved fix for bug #47174 & added a testIlia Alshanetsky2009-01-251-0/+18
* Fixed base64_decode variation tests and new base64_encode test. Tested on Win...andy wharmby2009-01-143-181/+252
* Fix test parse_url_variation_002.phpt for 64bit platforms.Robin Fernandes2008-04-112-3/+3
* Adding some tests for ereg and url functions.Robin Fernandes2008-04-1131-0/+4496