summaryrefslogtreecommitdiff
path: root/main/rfc1867.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-8.0'Nikita Popov2021-01-191-1/+1
|\
| * Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2021-01-191-1/+1
| |\
| | * Fixed bug #42560sj-i2021-01-191-1/+1
* | | Replace zend_bool uses with boolNikita Popov2021-01-151-6/+6
|/ /
* | Prefer strtoll over atollNikita Popov2020-08-051-9/+0
* | Merge branch 'PHP-7.4'Stanislav Malyshev2020-05-111-5/+6
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2020-05-111-5/+6
| |\
| | * Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2020-05-111-5/+6
| | |\
| | | * Fix #78876: Long variables cause OOM and temp files are not cleanedChristoph M. Becker2020-05-111-3/+3
| | | * Fix #78875: Long filenames cause OOM and temp files are not cleanedChristoph M. Becker2020-05-111-2/+3
| | | * year++Xinchen Hui2018-01-021-1/+1
* | | | Improve comment on RFC 1867 filename handlingBishop Bettini2020-02-191-5/+5
* | | | Fix #78880: Another bunch of spelling errorsMáté Kocsis2020-01-161-1/+1
* | | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
|/ / /
* | | Remove local variablesPeter Kokot2019-02-031-9/+0
* | | Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* | | Replace zend_hash_apply... with ZEND_HASH_FOREACH...Dmitry Stogov2018-12-191-10/+6
* | | Clean up unnecessary ternary expressions and simplify some returnsGabriel Caruso2018-12-031-5/+1
|/ /
* | Fix typos in code commentsPeter Kokot2018-07-251-1/+1
* | Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-2/+2
* | year++Xinchen Hui2018-01-021-1/+1
|/
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Move smart_string to ZendNikita Popov2017-01-011-1/+1
* Decouple DEBUG_FILE_UPLOAD from ZEND_DEBUGNikita Popov2016-08-191-1/+3
* Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-08-031-1/+1
|\
| * Fix bug #72724Nikita Popov2016-08-031-1/+1
* | Fixed compilation warningsDmitry Stogov2016-06-211-2/+2
* | Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-211-3/+3
|/
* 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
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-3/+3
* | code standardXinchen Hui2015-05-161-5/+4
* | Merge branch 'PHP-5.6'Stanislav Malyshev2015-05-121-21/+25
|\ \ | |/
| * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-05-121-24/+27
| |\
| | * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-05-121-24/+27
| | |\
| | | * Fixed bug #69364 - use smart_str to assemble stringsStanislav Malyshev2015-05-091-24/+27
| | | * Bump yearXinchen Hui2014-01-031-1/+1
| | * | Bump yearXinchen Hui2015-01-151-1/+1
| | * | Bump yearXinchen Hui2014-01-031-1/+1
| * | | bump yearXinchen Hui2015-01-151-1/+1
* | | | expose destroy_uploaded_files_hash in the API (used by apfd extension)Remi Collet2015-03-251-1/+1
* | | | Use zend_string* instead of char* for opened_patch handling. Avoid reallocati...Dmitry Stogov2015-03-041-13/+22
* | | | fix warningsMichael Wallner2015-01-301-1/+1
* | | | avoid duplicate array_initMichael Wallner2015-01-221-1/+4
* | | | bump yearXinchen Hui2015-01-151-1/+1
* | | | trailing whitespace removalStanislav Malyshev2015-01-101-1/+1
* | | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-85/+85
* | | | fix datatype mismatchesAnatol Belski2014-10-271-11/+15
* | | | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1