summaryrefslogtreecommitdiff
path: root/ext/standard/url.c
Commit message (Expand)AuthorAgeFilesLines
* Make php_url_parse_ex() respect length argumentNikita Popov2016-11-221-20/+28
* Cleanup parse_url() query/fragment handlingNikita Popov2016-11-221-40/+21
* Cleanup parse_url() gotosNikita Popov2016-11-221-17/+7
* Fix bug #73192Nikita Popov2016-10-081-22/+1
* Revert "Added validation to parse_url() to prohibit restricted characters ins...Nikita Popov2016-10-081-13/+0
* Added validation to parse_url() to prohibit restricted characters inside logi...Ilia Alshanetsky2016-10-041-0/+13
* Fix TSRM buildStanislav Malyshev2016-08-161-0/+1
* Fixed bug #72849 - integer overflow in urlencodeStanislav Malyshev2016-08-161-0/+6
* Merge branch 'PHP-5.5' into PHP-5.6.23Stanislav Malyshev2016-06-211-46/+50
|\
| * Fix bug #72400 and #72403 - prevent signed int overflows for string lengthsStanislav Malyshev2016-06-151-46/+50
* | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2016-03-281-1/+1
|\ \ | |/
| * Fix bug #71798 - Integer Overflow in php_raw_url_encodeStanislav Malyshev2016-03-271-1/+1
* | Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* | Fix bug #70480 (php_url_parse_ex() buffer overflow read)Stanislav Malyshev2015-09-281-1/+1
|/
* Fixed bug #68917 (parse_url fails on some partial urls)Tjerk Meesters2015-03-061-2/+5
* Bump yearXinchen Hui2015-01-151-1/+1
* Fixed bug #68129Tjerk Meesters2014-10-091-8/+4
* typofixesVeres Lajos2014-08-171-1/+1
* Revert "Fixed bug #64604"Stanislav Malyshev2014-04-241-4/+4
* Fixed bug #64604Ingo Walz2014-04-131-4/+4
* Merge branch 'PHP-5.3' into PHP-5.4Mateusz Kocielski2014-03-181-2/+2
|\
| * Fixed off-by-one in php_url_parse_exMateusz Kocielski2014-03-181-1/+1
| * Happy New Year~Xinchen Hui2013-01-011-1/+1
* | Bump yearXinchen Hui2014-01-031-1/+1
* | less serious compatAbility fixesVeres Lajos2013-07-151-1/+1
* | Happy New YearXinchen Hui2013-01-011-1/+1
* | Bug #63162 - parse_url does not matches password componenthusman2012-09-301-0/+2
* | relative-schemeAndrew Faulds2012-08-191-1/+1
* | bug #62844; relative URL schemes in parse_url()Andrew Faulds2012-08-191-0/+2
* | Merge branch 'PHP-5.3' into PHP-5.4Felipe Pena2012-08-191-4/+4
|\ \ | |/
| * - Value stored to var is never usedFelipe Pena2012-08-191-4/+4
| * - Year++Felipe Pena2012-01-011-1/+1
| * Fixed bug #55399 (parse_url() incorrectly treats ':' as a valid path)Ilia Alshanetsky2011-08-111-0/+4
| * Fixed bug #54180 (parse_url() incorrectly parses path when ? in fragment)Pierrick Charron2011-03-171-0/+4
| * # Revert bug fix (will commit it again on 5.3 branch when 5.3.6 will be relea...Pierrick Charron2011-03-131-4/+0
| * Fixed bug #54180 (parse_url() incorrectly parses path when ? in fragment)Pierrick Charron2011-03-131-0/+4
| * - Changed port validation introduced in commit #308035 to considerGustavo André dos Santos Lopes2011-02-051-10/+16
| * Fixed bug #53924 (FILTER_VALIDATE_URL doesn't validate port number).Ilia Alshanetsky2011-02-041-2/+14
| * - Year++Felipe Pena2011-01-011-1/+1
| * - Fixed bug #53248 (rawurlencode RFC 3986 EBCDIC support misses tilde char).Felipe Pena2010-11-071-1/+1
| * - #50563, removing E_WARNING from parse_url()Pierre Joye2010-06-161-1/+1
* | - Year++Felipe Pena2012-01-011-1/+1
* | Missing file relating to previous commitIlia Alshanetsky2011-08-111-0/+4
* | Fixed bug #54180 (parse_url() incorrectly parses path when ? in fragment)Pierrick Charron2011-03-131-0/+4
* | - Changed port validation introduced in commit #308035 to considerGustavo André dos Santos Lopes2011-02-051-10/+16
* | Fixed bug #53924 (FILTER_VALIDATE_URL doesn't validate port number).Ilia Alshanetsky2011-02-041-2/+14
* | - Year++Felipe Pena2011-01-011-1/+1
* | - Fixed bug #53248 (rawurlencode RFC 3986 EBCDIC support misses tilde char).Felipe Pena2010-11-071-1/+1
* | - use TSRMLS_D/C with php_stream_context_allocPierre Joye2010-09-161-1/+1
* | - #50563, removing E_WARNING from parse_url()Pierre Joye2010-06-161-1/+1
|/