summaryrefslogtreecommitdiff
path: root/main/rfc1867.c
Commit message (Collapse)AuthorAgeFilesLines
* code standardXinchen Hui2015-05-161-5/+4
|
* Merge branch 'PHP-5.6'Stanislav Malyshev2015-05-121-21/+25
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.6: fix format update NEWS Add test for bug #69522 Update tests Fix bug #69522 - do not allow int overflow Forgot test file Fix bug #69403 and other int overflows Fixed bug #69418 - more s->p fixes for filenames Fixed bug #69364 - use smart_str to assemble strings Fix bug #69453 - don't try to cut empty string Fix bug #69545 - avoid overflow when reading list Conflicts: Zend/zend_alloc.c Zend/zend_operators.c ext/ftp/ftp.c ext/pcntl/pcntl.c ext/standard/basic_functions.c ext/standard/dir.c ext/standard/file.c ext/standard/pack.c ext/standard/string.c main/rfc1867.c
| * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-05-121-24/+27
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: fix format update NEWS Add test for bug #69522 Update tests Fix bug #69522 - do not allow int overflow Forgot test file Fix bug #69403 and other int overflows Fixed bug #69418 - more s->p fixes for filenames Fixed bug #69364 - use smart_str to assemble strings Fix bug #69453 - don't try to cut empty string Fix bug #69545 - avoid overflow when reading list Conflicts: ext/standard/pack.c
| | * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-05-121-24/+27
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.4: fix format update NEWS Add test for bug #69522 Update tests Fix bug #69522 - do not allow int overflow Forgot test file Fix bug #69403 and other int overflows Fixed bug #69418 - more s->p fixes for filenames Fixed bug #69364 - use smart_str to assemble strings Fix bug #69453 - don't try to cut empty string Fix bug #69545 - avoid overflow when reading list Conflicts: ext/pcntl/pcntl.c ext/standard/basic_functions.c ext/standard/pack.c ext/standard/tests/dir/opendir_variation1-win32.phpt
| | | * 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 ↵Dmitry Stogov2015-03-041-13/+22
| | | | | | | | | | | | | | | | reallocations and improve string reuse.
* | | | fix warningsMichael Wallner2015-01-301-1/+1
| | | |
* | | | avoid duplicate array_initMichael Wallner2015-01-221-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | custom request body handling firing the rfc1867 handler after the environment has been hashed might create a memory leak by calling array_init() twice on PG(http_globals)[TRACK_VARS_FILES]
* | | | 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
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: fix nmake snap when ext name is different in target dll force atoll macro usage on windows Enable $ replacement in exif, ldap, pdo_pgsql and tidy See bug #67635 NEWS NEWS improve previous, add message during configure Fixed bug #67635 php links to systemd libraries without using pkg-config Improve fix for #66608 Fixed segfault with empty break New added opcodes don't need to be resloved Update NEWS Update NEWS Update NEWS Fixed bug #66827 Session raises E_NOTICE when session name variable is array implemented copy libs of core exts in phpize mode fix copy the ext dll into the prefix path in phpize mode fix default prefix in phpize mode fix file with zero size usage in phpize mode Conflicts: Zend/zend_opcode.c Zend/zend_vm_def.h Zend/zend_vm_execute.h ext/session/session.c
| * | | force atoll macro usage on windowsAnatol Belski2014-07-211-0/+1
| | | |
* | | | Merge remote-tracking branch 'origin/master' into phpngXinchen Hui2014-07-181-0/+4
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | Conflicts: Zend/zend_compile.h ext/openssl/xp_ssl.c
| * | | 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
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | * PHP-5.5: Reduce (some) compile noise of 'unused variable' and 'may be used uninitialized' warnings. Conflicts: ext/gmp/gmp.c
| * | Merge branch 'PHP-5.4' into PHP-5.5Christopher Jones2013-08-141-1/+1
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | * PHP-5.4: Reduce (some) compile noise of 'unused variable' and 'may be used uninitialized' warnings. Conflicts: ext/dba/libinifile/inifile.c
| | * Reduce (some) compile noise of 'unused variable' and 'may be used ↵Christopher Jones2013-08-141-1/+1
| | | | | | | | | | | | uninitialized' warnings.
| | * Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
| | | | | | | | | | | | | | | * pull-request/341: (23 commits) typofixes
| | * 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 ↵Hannes Magnusson2011-09-071-1/+1
| | | | | | | | | | | | request
| | * - remove magic quotes support, functions are kept (see the NEWS entry for ↵Pierre Joye2011-07-221-10/+1
| | | | | | | | | | | | the details) for BC reasons but do not allow to set enable MQ
| | * - 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
| | | | | | | | | | | | | | | | | | Represent the file size as string when the total size would overflow LONG_MAX. Otherwise while file itself were uploaded, the size would be shown wrong. This mostly applies to systems with 32 bit long.
* | | 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
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | above 2G. This is essentially the same as the patch "uploads_larger_than_2g_HEAD_v2 (last revision 2012-03-26 03:59 UTC) by jason at infininull dot com)" but using off_t instead of signed long (originally: uint) I tested this on 64bit linux and succeeded uploading a file of 4.8 G. The File did not get corrupted or truncated in any way. I did not yet test this under windows or 32 bit linux Note that there are still limitations: * Did not test for files > 8 G * php does not yet reject absurdly high values * Still limited by underlying file system specific limits and free space * in upload * tmp dir and destination dir