| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Conflicts:
ext/ftp/ftp.h
ext/pcre/pcrelib/pcre_printint.c
ext/pcre/pcrelib/sljit/sljitLir.c
ext/pcre/pcrelib/sljit/sljitLir.h
ext/pcre/pcrelib/sljit/sljitNativeARM_32.c
ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c
ext/pgsql/pgsql.c
ext/phar/func_interceptors.c
ext/soap/soap.c
ext/standard/image.c
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- update bunled libzip to 0.11.2
- expose zip_file_set_external_attributes + zip_file_get_external_attributes
with new methods:
ZipArchive::setExternalAttributesName
ZipArchive::setExternalAttributesIndex
ZipArchive::getExternalAttributesName
ZipArchive::getExternalAttributesIndex
|
| |
|
| |
|
|\
| |
| |
| |
| | |
* PHP-5.5:
Fixed Bug #66321 (ZipArchive::open() ze_obj->filename_len not real)
|
| |\
| | |
| | |
| | |
| | | |
* PHP-5.4:
Fixed Bug #66321 (ZipArchive::open() ze_obj->filename_len not real)
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* pull-request/500:
limit virtual_cwd_activate() duplicated call to ZTS only
reverted the previous commit, both calls are needed in TS mode
virtual_cwd_activate() should be called only in one place
back to do_alloca()
removed unnecessary call
simplify the state free macros
compact the code to preserve the error info after state freeing
back to do_alloca(), reverted the wrong replacement
enabled windows to use stack in both ts/nts mode, some more fixes
moved to do_alloca() usage where appropriate
fixed invalid free
fixed virtual cwd header in phar
updated NEWS
fixed all the places where last error could be lost
preserve the error code
applied and fixed the original patch
initial move on renaming files and fixing includes
Conflicts:
ext/opcache/ZendAccelerator.c
|
| | | |
| | | |
| | | |
| | | | |
initial work on the patch import done
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- update libzip to version 1.11.1. We don't use any private symbol anymore
- new method ZipArchive::setPassword($password)
- add --with-libzip option to build with system libzip
|
|\ \ \ \
| | |/ /
| |/| |
| | | |
| | | | |
* PHP-5.5:
add bundled libzip LICENSE, as required by BSD License terms
|
| |\ \ \
| | | |/
| | |/|
| | | |
| | | | |
* PHP-5.4:
add bundled libzip LICENSE, as required by BSD License terms
|
| | | | |
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
* PHP-5.5:
When src->src is null this doesn't get initialized but it is still used, so the passed in *ze will point to unitialized memory. Hopefully src->src is never null, but just in case this initialization doesn't hurt.
|
| |\ \ \
| | |/ /
| | | |
| | | |
| | | | |
* PHP-5.4:
When src->src is null this doesn't get initialized but it is still used, so the passed in *ze will point to unitialized memory. Hopefully src->src is never null, but just in case this initialization doesn't hurt.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
but it is still used, so the passed in *ze will point
to unitialized memory. Hopefully src->src is never
null, but just in case this initialization doesn't hurt.
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
* PHP-5.5:
- Moved NULL check before dereferencing
|
| |\ \ \
| | |/ /
| | | |
| | | |
| | | | |
* PHP-5.4:
- Moved NULL check before dereferencing
|
| | | | |
|
|\ \ \ \
| |/ / /
| | | /
| |_|/
|/| | |
* PHP-5.5:
- Fix possible memory leak
|
| |\ \
| | |/
| | |
| | |
| | | |
* PHP-5.4:
- Fix possible memory leak
|
| | | |
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
* 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.
|
| | |
| | |
| | |
| | |
| | | |
* pull-request/341: (23 commits)
typofixes
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* 2Guploads:
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.
unify stdint type usage
|
| | | |
| | | |
| | | |
| | | | |
if you need C99 stdint types, just include "php_stdint.h"
|
|\ \ \ \
| |/ / /
|/| / /
| |/ /
| | | |
* PHP-5.5:
Fix long-standing visual pain point: the misalignment of './configure help' text. Whitespace changes and a couple of grammar fixes.
|
| | |
| | |
| | |
| | |
| | |
| | | |
text.
Whitespace changes and a couple of grammar fixes.
|
| | |
| | |
| | |
| | |
| | | |
(`char *` to `const char *` for parameters and few return values)
In a few places int len moved to size_t len.
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | | |
* PHP-5.5:
Merge branch 'pull-request/341'
Merge branch 'pull-request/341'
|
| | |
| | |
| | |
| | |
| | | |
* pull-request/341: (23 commits)
typofixes
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
* PHP-5.5:
update NEWS
updated NEWS
Fixed bug #64342 ZipArchive::addFile() has to check for file existence
|
| |\ \
| | |/
| | |
| | |
| | |
| | | |
* PHP-5.4:
updated NEWS
Fixed bug #64342 ZipArchive::addFile() has to check for file existence
|
| | |\
| | | |
| | | |
| | | |
| | | | |
* PHP-5.3:
Fixed bug #64342 ZipArchive::addFile() has to check for file existence
|
| | | | |
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
* PHP-5.5:
Reworked the changes for bug #64452
|
| |\ \ \
| | |/ /
| | | |
| | | |
| | | | |
* PHP-5.4:
Reworked the changes for bug #64452
|
| | |\ \
| | | |/
| | | |
| | | |
| | | | |
* PHP-5.3:
Reworked the changes for bug #64452
|
| | | | |
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
* PHP-5.5:
updated NEWS
updated NEWS
Fixed bug #64452 Zip PHPTs crash intermittently
|
| |\ \ \
| | |/ /
| | | |
| | | |
| | | |
| | | | |
* PHP-5.4:
updated NEWS
Fixed bug #64452 Zip PHPTs crash intermittently
|
| | |\ \
| | | |/
| | | |
| | | |
| | | | |
* PHP-5.3:
Fixed bug #64452 Zip PHPTs crash intermittently
|