| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | | |
initial work on the patch import done
|
| | | | |
|
|/ / / |
|
| | | |
|
| | | |
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-5.5:
fix a very rare case of use of uninitialized value combined with a memleak
|
| |\ \
| | |/
| | |
| | |
| | | |
* PHP-5.4:
fix a very rare case of use of uninitialized value combined with a memleak
|
| | |
| | |
| | |
| | | |
memleak
|
| | | |
|
| | | |
|
| |\ \
| | |/
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* PHP-5.4:
bump version
Update NEWS
Conflicts:
configure.in
main/php_version.h
|
| | | |
|
| |\ \
| | |/
| | |
| | |
| | |
| | | |
* PHP-5.4:
new for fix #65225
Fixed #65225: PHP_BINARY incorrectly set
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* slim-postdata-merge:
remove unused code
tests
make reading php://input JIT if enable_post_data_reading=0
revert stream cast
fix ZTS build
slim post data
Conflicts:
ext/soap/soap.c
ext/standard/php_fopen_wrapper.c
main/SAPI.c
|
| | | | |
|
| | | | |
|
| | | | |
|
|\ \ \ \
| |/ / /
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* slim-postdata:
slim post data
add NEWS entry; add simple test
more precise condition
make this work in vc11 too
Use int64_t and atoll() after discussion with johannes
ws
Patch for https://bugs.php.net/bug.php?id=44522 to allow uploading files above 2G.
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* pull-request/381:
Fixed #65225: PHP_BINARY incorrectly set
|
| | | | | |
|
|\ \ \ \ \
| | |_|/ /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* PHP-5.5:
Reduce (some) compile noise of 'unused variable' and 'may be used uninitialized' warnings.
Conflicts:
ext/gmp/gmp.c
|
| |\ \ \ \
| | | |_|/
| | |/| |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* PHP-5.4:
Reduce (some) compile noise of 'unused variable' and 'may be used uninitialized' warnings.
Conflicts:
ext/dba/libinifile/inifile.c
|
| | | | |
| | | | |
| | | | |
| | | | | |
uninitialized' warnings.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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.
|
|\ \ \ \ \
| |/ / / /
| | | | /
| |_|_|/
|/| | | |
|
| |\ \ \
| | |/ / |
|
| | | |
| | | |
| | | |
| | | | |
--enable-dtrace) by Sixd
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
This recalls 14caf174ff219376e4f1234bd297ffe973cc416e
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
| | | |
| | | |
| | | |
| | | | |
if you need C99 stdint types, just include "php_stdint.h"
|
| | | |
| | | |
| | | |
| | | |
| | | | |
(`char *` to `const char *` for parameters and few return values)
In a few places int len moved to size_t len.
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
* PHP-5.5:
Properly fixed bug #63186 on NetBSD == 6.0
|
| |\ \ \
| | |/ /
| | | |
| | | |
| | | | |
* PHP-5.4:
Properly fixed bug #63186 on NetBSD == 6.0
|
| | | | |
|
| | | | |
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
* PHP-5.5:
fix buffer overrun
|
| |\ \ \
| | |/ /
| | | |
| | | |
| | | | |
* PHP-5.4:
fix buffer overrun
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|