summaryrefslogtreecommitdiff
path: root/main/rfc1867.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | master renames phase 3Anatol Belski2014-08-251-12/+12
* | | | master renames phase 1Anatol Belski2014-08-251-14/+14
* | | | mostly fixes to spl, but also some otherAnatol Belski2014-08-171-2/+2
* | | | fix some cases with fast zppAnatol Belski2014-08-161-3/+3
* | | | first shot on merging the core fro the int64 branchAnatol Belski2014-08-161-22/+22
* | | | Merge branch 'master' into phpngDmitry Stogov2014-07-221-0/+1
|\ \ \ \ | |/ / /
| * | | force atoll macro usage on windowsAnatol Belski2014-07-211-0/+1
* | | | Merge remote-tracking branch 'origin/master' into phpngXinchen Hui2014-07-181-0/+4
|\ \ \ \ | |/ / /
| * | | Enable build without atoll (e.g old AIX flavours)Lior Kaplan2014-07-171-0/+4
* | | | Combine HashTable.flags and HashTable.nApplyCount into single 32-bit wordDmitry Stogov2014-04-211-2/+2
* | | | Fixed memory leakXinchen Hui2014-03-051-1/+7
* | | | Fixed unlink fileXinchen Hui2014-03-051-3/+4
* | | | Use better data structures (incomplete)Dmitry Stogov2014-02-171-1/+1
* | | | Use better data structures (incomplete)Dmitry Stogov2014-02-101-19/+13
|/ / /
* | | Bump yearXinchen Hui2014-01-031-1/+1
* | | Merge branch 'PHP-5.5'Christopher Jones2013-08-141-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.4' into PHP-5.5Christopher Jones2013-08-141-1/+1
| |\ \ | | |/
| | * Reduce (some) compile noise of 'unused variable' and 'may be used uninitializ...Christopher Jones2013-08-141-1/+1
| | * Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
| | * Happy New YearXinchen Hui2013-01-011-1/+1
| | * Improved max_input_vars directive to check nested variablesDmitry Stogov2012-02-141-10/+17