summaryrefslogtreecommitdiff
path: root/main/rfc1867.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * fix bug #54374, bug #55500 - filter file names better, no dangling [sStanislav Malyshev2012-01-011-3/+7
| | * - Year++Felipe Pena2012-01-011-1/+1
| | * Fixed bug #55504 (Content-Type header is not parsed correctly on HTTP POST re...Hannes Magnusson2011-09-071-1/+1
| | * - remove magic quotes support, functions are kept (see the NEWS entry for the...Pierre Joye2011-07-221-10/+1
| | * - Restore basename in filename on non Windows OSFelipe Pena2011-06-121-8/+12
* | | Fix to file uploads >2G with size overflowAnatol Belski2013-08-141-8/+29
* | | more precise conditionRalf Lang2013-08-061-1/+1
* | | make this work in vc11 tooRalf Lang2013-08-061-0/+4
* | | Use int64_t and atoll() after discussion with johannesRalf Lang2013-08-061-2/+2
* | | wsRalf Lang2013-08-061-1/+1
* | | Patch for https://bugs.php.net/bug.php?id=44522 to allow uploading filesRalf Lang2013-08-061-2/+3
|/ /