summaryrefslogtreecommitdiff
path: root/ext/standard/tests/url
Commit message (Expand)AuthorAgeFilesLines
* Trim trailing whitespace in testsGabriel Caruso2018-10-1432-56/+56
* Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-2019-19/+19
* Use bool instead of boolean while throwing a type errorGabriel Caruso2018-02-041-7/+7
* Use int instead of integer in type errorsGabriel Caruso2018-02-043-24/+24
* Merge branch 'PHP-7.1'Joe Watkins2017-06-221-0/+38
|\
| * Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-06-221-0/+38
| |\
| | * fix bug #74780 parse_url() borken when query string contains colonjhdxr2017-06-221-0/+38
* | | zend-test extension to house code that is required for testing internal APIs,...Nikita Popov2017-03-121-0/+887
* | | Remove the b prefix from literals on unrelated testsPedro Magalhães2016-11-201-2/+2
|/ /
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-10-0811-67/+100
|\ \ | |/
| * Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2016-10-0811-67/+100
| |\
| | * Fix bug #73192Nikita Popov2016-10-0810-34/+48
| | * Revert "Added validation to parse_url() to prohibit restricted characters ins...Nikita Popov2016-10-0810-33/+52
| * | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2016-10-0410-52/+33
| |\ \ | | |/
| | * Added validation to parse_url() to prohibit restricted characters inside logi...Ilia Alshanetsky2016-10-0410-52/+33
* | | add skipif (needs json)Remi Collet2016-08-031-0/+2
* | | Make base64_decode() in non-strict mode binary safeNikita Popov2016-07-221-5/+5
* | | base64_decode: Add testsLauri Kenttä2016-07-221-0/+118
* | | base64_decode: strict: Fail on excessive paddingLauri Kenttä2016-07-221-4/+4
* | | base64_decode: strict: Fail on truncated inputLauri Kenttä2016-07-221-5/+5
* | | Fixed parse_url() for better compliance with RFC3986Julien Pauli2016-06-2210-0/+24
* | | Added validation to parse_url() to prohibit restricted characters inside logi...Ilia Alshanetsky2015-12-2210-52/+33
* | | Merge branch 'pr-1204'Ferenc Kovacs2015-10-082-3/+35
|\ \ \ | |/ / |/| |
| * | Implemented FR #55716 - Add an option to pass a custom stream contextFerenc Kovacs2015-03-302-3/+35
* | | Fix #69976: Unable to parse "all" urls with colon charChristoph M. Becker2015-07-011-0/+34
|/ /
* | Merge branch 'PHP-5.6'Tjerk Meesters2015-03-061-0/+23
|\ \ | |/
| * Fixed bug #68917 (parse_url fails on some partial urls)Tjerk Meesters2015-03-061-0/+23
* | Use "float" and "integer" in typehint and zpp errorsAndrea Faulds2014-12-213-24/+24
* | Fixed some 32-bit testsAndrea Faulds2014-11-091-39/+23
|/
* Fixed bug #68129Tjerk Meesters2014-10-093-4/+8
* add a test case previously broken by a bad fixStanislav Malyshev2014-04-2410-0/+16
* Revert "Fixed bug #64604"Stanislav Malyshev2014-04-241-40/+0
* Fixed bug #64604Ingo Walz2014-04-131-0/+40
* Add a couple more test cases to parse_url() testsSara Golemon2013-11-0610-10/+37
* 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