summaryrefslogtreecommitdiff
path: root/ext/standard/url.c
Commit message (Expand)AuthorAgeFilesLines
* Remove zpp fallback code (always use Fast ZPP)Andrea Faulds2016-09-111-24/+0
* 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
* | | Fix bug #71750: use zend_string_safe_alloc for calculated allocationsStanislav Malyshev2016-03-201-2/+2
|/ /
* | 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
|\ \ \ | |/ /
| * | 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
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-21/+21
* | fix typosolshevskiy872015-05-131-1/+1
* | Fix additional NULL byte added to string keys in get_header(), spotted by FerencKalle Sommer Nielsen2015-03-301-1/+1
* | Optimize zend_string_realloc() add more specialized versions zend_string_exte...Dmitry Stogov2015-03-201-2/+2
* | Merge branch 'PHP-5.6'Tjerk Meesters2015-03-061-2/+5
|\ \ | |/
| * Fixed bug #68917 (parse_url fails on some partial urls)Tjerk Meesters2015-03-061-2/+5
| * Bump yearXinchen Hui2015-01-151-1/+1
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-46/+46
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-8/+8
* | fix datatype mismatchesAnatol Belski2014-10-231-6/+6
* | Merge branch 'PHP-5.6'Tjerk Meesters2014-10-091-8/+4
|\ \ | |/
| * Fixed bug #68129Tjerk Meesters2014-10-091-8/+4
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | 's' works with size_t round 2Anatol Belski2014-08-271-1/+1
* | first show to make 's' work with size_tAnatol Belski2014-08-271-1/+1
* | master renames phase 3Anatol Belski2014-08-251-3/+3
* | master renames phase 1Anatol Belski2014-08-251-17/+17
* | further fixes to ext/standardAnatol Belski2014-08-181-9/+9
* | Merge branch 'master' of git.php.net:php-srcAnatol Belski2014-08-171-1/+1
|\ \
| * \ Merge branch 'PHP-5.6'Lior Kaplan2014-08-171-1/+1
| |\ \ | | |/
| | * typofixesVeres Lajos2014-08-171-1/+1
* | | fix macros in the 5 basic extensionsAnatol Belski2014-08-161-4/+4
|/ /
* | Fast parameter parsing APIDmitry Stogov2014-07-111-0/+24
* | Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-261-2/+2
|\ \ | |/
| * 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
* | | Use ZEND_FETCH_FOREACH_* macros to iterate over HashTables instead of zend_ha...Dmitry Stogov2014-04-181-7/+3
* | | Cleanup (1-st round)Dmitry Stogov2014-04-151-9/+9
* | | Refactored ZVAL flags usage to simplify various checks (e.g. Z_REFCOUNTED(), ...Dmitry Stogov2014-04-031-2/+2
* | | STR_DUP() doesn't duplicate interned strings anymore. In case new string is r...Dmitry Stogov2014-04-011-2/+2
* | | Refactor php_url_(en|de)code to return zend_stringXinchen Hui2014-03-031-56/+43
* | | Fixed memory leakXinchen Hui2014-03-031-6/+6