Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor php_url struct to save memory dup in common cases | Xinchen Hui | 2017-08-06 | 1 | -58/+47 |
* | Merge branch 'PHP-7.1' | Joe Watkins | 2017-06-22 | 1 | -0/+5 |
|\ | |||||
| * | Merge branch 'PHP-7.0' into PHP-7.1 | Joe Watkins | 2017-06-22 | 1 | -0/+5 |
| |\ | |||||
| | * | fix bug #74780 parse_url() borken when query string contains colon | jhdxr | 2017-06-22 | 1 | -0/+5 |
| | * | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
| * | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
* | | | Optimized parse_url() by using "known" strings | Dmitry Stogov | 2017-05-22 | 1 | -16/+33 |
* | | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -1/+1 |
* | | | Use new param API in standard | Sara Golemon | 2016-12-30 | 1 | -6/+11 |
|/ / | |||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2016-11-22 | 1 | -77/+56 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-5.6' into PHP-7.0 | Nikita Popov | 2016-11-22 | 1 | -77/+56 |
| |\ | |||||
| | * | Make php_url_parse_ex() respect length argument | Nikita Popov | 2016-11-22 | 1 | -20/+28 |
| | * | Cleanup parse_url() query/fragment handling | Nikita Popov | 2016-11-22 | 1 | -40/+21 |
| | * | Cleanup parse_url() gotos | Nikita Popov | 2016-11-22 | 1 | -17/+7 |
* | | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2016-10-08 | 1 | -37/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.6' into PHP-7.0 | Nikita Popov | 2016-10-08 | 1 | -35/+1 |
| |\ \ | | |/ | |||||
| | * | Fix bug #73192 | Nikita Popov | 2016-10-08 | 1 | -22/+1 |
| | * | Revert "Added validation to parse_url() to prohibit restricted characters ins... | Nikita Popov | 2016-10-08 | 1 | -13/+0 |
| * | | Merge branch 'PHP-5.6' into PHP-7.0 | Stanislav Malyshev | 2016-10-04 | 1 | -0/+13 |
| |\ \ | | |/ | |||||
| | * | Added validation to parse_url() to prohibit restricted characters inside logi... | Ilia Alshanetsky | 2016-10-04 | 1 | -0/+13 |
| | * | Fix TSRM build | Stanislav Malyshev | 2016-08-16 | 1 | -0/+1 |
| | * | Fixed bug #72849 - integer overflow in urlencode | Stanislav Malyshev | 2016-08-16 | 1 | -0/+6 |
| | * | Merge branch 'PHP-5.5' into PHP-5.6.23 | Stanislav Malyshev | 2016-06-21 | 1 | -46/+50 |
| | |\ | |||||
| | | * | Fix bug #72400 and #72403 - prevent signed int overflows for string lengths | Stanislav Malyshev | 2016-06-15 | 1 | -46/+50 |
| | * | | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2016-03-28 | 1 | -1/+1 |
| | |\ \ | | | |/ | |||||
* | | | | Merge branch 'PHP-7.0' into PHP-7.1 | Andrea Faulds | 2016-09-11 | 1 | -24/+0 |
|\ \ \ \ | |/ / / | |||||
| * | | | Remove zpp fallback code (always use Fast ZPP) | Andrea Faulds | 2016-09-11 | 1 | -24/+0 |
* | | | | Fixed parse_url() for better compliance with RFC3986 | Julien Pauli | 2016-06-22 | 1 | -1/+3 |
* | | | | Merge branch 'PHP-7.0' | Anatol Belski | 2016-03-29 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge remote-tracking branch 'origin/PHP-7.0.5' into PHP-7.0 | Anatol Belski | 2016-03-29 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * \ \ | Merge branch 'PHP-5.5' into PHP-7.0.5 | Stanislav Malyshev | 2016-03-28 | 1 | -1/+1 |
| | |\ \ \ | | | | |/ | | | |/| | |||||
| | | * | | Fix bug #71798 - Integer Overflow in php_raw_url_encode | Stanislav Malyshev | 2016-03-27 | 1 | -1/+1 |
* | | | | | Merge branch 'PHP-7.0' | Stanislav Malyshev | 2016-03-20 | 1 | -2/+2 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Fix bug #71750: use zend_string_safe_alloc for calculated allocations | Stanislav Malyshev | 2016-03-20 | 1 | -2/+2 |
| |/ / / | |||||
* | | | | Merge branch 'PHP-7.0' | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| * | | | Merge branch 'PHP-5.6' into PHP-7.0 | Stanislav Malyshev | 2015-09-28 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
* | | | | Added validation to parse_url() to prohibit restricted characters inside logi... | Ilia Alshanetsky | 2015-12-22 | 1 | -0/+13 |
* | | | | Merge branch 'pr-1204' | Ferenc Kovacs | 2015-10-08 | 1 | -4/+6 |
|\ \ \ \ | |||||
| * | | | | no need for default value | Ferenc Kovacs | 2015-03-30 | 1 | -1/+1 |
| * | | | | allow passing null as the third param | Ferenc Kovacs | 2015-03-30 | 1 | -1/+1 |
| * | | | | Implemented FR #55716 - Add an option to pass a custom stream context | Ferenc Kovacs | 2015-03-30 | 1 | -4/+6 |
* | | | | | Merge branch 'PHP-5.6' | Stanislav Malyshev | 2015-09-28 | 1 | -1/+1 |
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| | | |||||
| * | | | Fix bug #70480 (php_url_parse_ex() buffer overflow read) | Stanislav Malyshev | 2015-09-28 | 1 | -1/+1 |
| | |/ | |/| | |||||
* | | | Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more approp... | Dmitry Stogov | 2015-09-24 | 1 | -1/+1 |
* | | | Fix #69976: Unable to parse "all" urls with colon char | Christoph M. Becker | 2015-07-01 | 1 | -1/+1 |
* | | | Use ZSTR_ API to access zend_string elements (this is just renaming without s... | Dmitry Stogov | 2015-06-30 | 1 | -21/+21 |
* | | | fix typos | olshevskiy87 | 2015-05-13 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Fix additional NULL byte added to string keys in get_header(), spotted by Ferenc | Kalle Sommer Nielsen | 2015-03-30 | 1 | -1/+1 |