summaryrefslogtreecommitdiff
path: root/ext/standard/url.c
Commit message (Expand)AuthorAgeFilesLines
* Fix #77423: parse_url() will deliver a wrong host to userPHP-7.2Christoph M. Becker2021-01-011-0/+21
* Fix bug #79465 - use unsigneds as indexes.Stanislav Malyshev2020-04-131-2/+2
* Fix bug #79329 - get_headers should not accept \0Stanislav Malyshev2020-03-151-1/+1
* year++Xinchen Hui2018-01-021-1/+1
* Merge branch 'PHP-7.1'Joe Watkins2017-06-221-0/+5
|\
| * Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-06-221-0/+5
| |\
| | * fix bug #74780 parse_url() borken when query string contains colonjhdxr2017-06-221-0/+5
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | | Optimized parse_url() by using "known" stringsDmitry Stogov2017-05-221-16/+33
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* | | Use new param API in standardSara Golemon2016-12-301-6/+11
|/ /
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-11-221-77/+56
|\ \ | |/
| * Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2016-11-221-77/+56
| |\
| | * 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
* | | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-10-081-37/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2016-10-081-35/+1
| |\ \ | | |/
| | * 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
| * | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2016-10-041-0/+13
| |\ \ | | |/
| | * 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
| | |\ \ | | | |/
* | | | Merge branch 'PHP-7.0' into PHP-7.1Andrea Faulds2016-09-111-24/+0
|\ \ \ \ | |/ / /
| * | | Remove zpp fallback code (always use Fast ZPP)Andrea Faulds2016-09-111-24/+0
* | | | Fixed parse_url() for better compliance with RFC3986Julien Pauli2016-06-221-1/+3
* | | | Merge branch 'PHP-7.0'Anatol Belski2016-03-291-1/+1
|\ \ \ \ | |/ / /
| * | | Merge remote-tracking branch 'origin/PHP-7.0.5' into PHP-7.0Anatol Belski2016-03-291-1/+1
| |\ \ \
| | * \ \ Merge branch 'PHP-5.5' into PHP-7.0.5Stanislav Malyshev2016-03-281-1/+1
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Fix bug #71798 - Integer Overflow in php_raw_url_encodeStanislav Malyshev2016-03-271-1/+1
* | | | | Merge branch 'PHP-7.0'Stanislav Malyshev2016-03-201-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Fix bug #71750: use zend_string_safe_alloc for calculated allocationsStanislav Malyshev2016-03-201-2/+2
| |/ / /
* | | | Merge branch 'PHP-7.0'Lior Kaplan2016-01-011-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
| |\ \ \ | | | |/ | | |/|
| | * | Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * | | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2015-09-281-1/+1
| |\ \ \ | | |/ /
* | | | Added validation to parse_url() to prohibit restricted characters inside logi...Ilia Alshanetsky2015-12-221-0/+13
* | | | Merge branch 'pr-1204'Ferenc Kovacs2015-10-081-4/+6
|\ \ \ \
| * | | | no need for default valueFerenc Kovacs2015-03-301-1/+1
| * | | | allow passing null as the third paramFerenc Kovacs2015-03-301-1/+1
| * | | | Implemented FR #55716 - Add an option to pass a custom stream contextFerenc Kovacs2015-03-301-4/+6
* | | | | Merge branch 'PHP-5.6'Stanislav Malyshev2015-09-281-1/+1
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | Fix bug #70480 (php_url_parse_ex() buffer overflow read)Stanislav Malyshev2015-09-281-1/+1
| | |/ | |/|
* | | Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more approp...Dmitry Stogov2015-09-241-1/+1
* | | Fix #69976: Unable to parse "all" urls with colon charChristoph M. Becker2015-07-011-1/+1