summaryrefslogtreecommitdiff
path: root/ext/standard/url.c
Commit message (Expand)AuthorAgeFilesLines
* Finish func_info updates for ext/standardNikita Popov2019-06-031-1/+1
* Remove local variablesPeter Kokot2019-02-031-9/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* Remove unused varAnatol Belski2018-10-241-1/+1
* Remove leftover code dealing with curl wrappersNikita Popov2018-10-111-14/+1
* Remove unused Git attributes identPeter Kokot2018-07-251-1/+0
* Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-7/+7
* Move invariant code out of loopDmitry Stogov2018-01-191-13/+17
* year++Xinchen Hui2018-01-021-1/+1
* Refactor php_url struct to save memory dup in common casesXinchen Hui2017-08-061-58/+47
* 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