| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump year | Xinchen Hui | 2014-01-03 | 2 | -2/+2 |
| | | |||||
| * | Merge branch 'PHP-5.4' into PHP-5.5 | Remi Collet | 2013-12-19 | 1 | -1/+1 |
| |\ | | | | | | | | | * PHP-5.4: Fixed Bug #66321 (ZipArchive::open() ze_obj->filename_len not real) | ||||
| | * | Fixed Bug #66321 (ZipArchive::open() ze_obj->filename_len not real) | Remi Collet | 2013-12-19 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Remi Collet | 2013-10-29 | 1 | -0/+27 |
| |\ \ | |/ | | | | | | | * PHP-5.4: add bundled libzip LICENSE, as required by BSD License terms | ||||
| | * | add bundled libzip LICENSE, as required by BSD License terms | Remi Collet | 2013-10-29 | 1 | -0/+27 |
| | | | |||||
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Rasmus Lerdorf | 2013-10-20 | 1 | -1/+1 |
| |\ \ | |/ | | | | | | | * 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. | ||||
| | * | When src->src is null this doesn't get initialized | Rasmus Lerdorf | 2013-10-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | 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. | ||||
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Felipe Pena | 2013-10-20 | 1 | -4/+4 |
| |\ \ | |/ | | | | | | | * PHP-5.4: - Moved NULL check before dereferencing | ||||
| | * | - Moved NULL check before dereferencing | Felipe Pena | 2013-10-20 | 1 | -4/+4 |
| | | | |||||
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Felipe Pena | 2013-10-20 | 1 | -4/+5 |
| |\ \ | |/ | | | | | | | * PHP-5.4: - Fix possible memory leak | ||||
| | * | - Fix possible memory leak | Felipe Pena | 2013-10-20 | 1 | -4/+5 |
| | | | |||||
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Christopher Jones | 2013-08-14 | 1 | -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 Jones | 2013-08-14 | 1 | -1/+1 |
| | | | | | | | | | uninitialized' warnings. | ||||
| | * | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 3 | -3/+3 |
| | | | | | | | | | | | * pull-request/341: (23 commits) typofixes | ||||
| * | | Fix long-standing visual pain point: the misalignment of './configure help' ↵ | Christopher Jones | 2013-08-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | text. Whitespace changes and a couple of grammar fixes. | ||||
| * | | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 3 | -3/+3 |
| | | | | | | | | | | | * pull-request/341: (23 commits) typofixes | ||||
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Anatol Belski | 2013-04-10 | 3 | -0/+86 |
| |\ \ | |/ | | | | | | | | | * PHP-5.4: updated NEWS Fixed bug #64342 ZipArchive::addFile() has to check for file existence | ||||
| | * | Merge branch 'PHP-5.3' into PHP-5.4 | Anatol Belski | 2013-04-10 | 3 | -0/+86 |
| | |\ | | | | | | | | | | | | | * PHP-5.3: Fixed bug #64342 ZipArchive::addFile() has to check for file existence | ||||
| | | * | Fixed bug #64342 ZipArchive::addFile() has to check for file existence | Anatol Belski | 2013-04-10 | 3 | -0/+86 |
| | | | | |||||
| * | | | Merge branch 'PHP-5.4' into PHP-5.5 | Anatol Belski | 2013-03-23 | 1 | -4/+1 |
| |\ \ \ | |/ / | | | | | | | | | | * PHP-5.4: Reworked the changes for bug #64452 | ||||
| | * | | Merge branch 'PHP-5.3' into PHP-5.4 | Anatol Belski | 2013-03-23 | 1 | -4/+1 |
| | |\ \ | | |/ | | | | | | | | | | * PHP-5.3: Reworked the changes for bug #64452 | ||||
| | | * | Reworked the changes for bug #64452 | Anatol Belski | 2013-03-23 | 1 | -4/+1 |
| | | | | |||||
| * | | | Merge branch 'PHP-5.4' into PHP-5.5 | Anatol Belski | 2013-03-20 | 2 | -4/+14 |
| |\ \ \ | |/ / | | | | | | | | | | | | | * PHP-5.4: updated NEWS Fixed bug #64452 Zip PHPTs crash intermittently | ||||
| | * | | Merge branch 'PHP-5.3' into PHP-5.4 | Anatol Belski | 2013-03-20 | 2 | -4/+14 |
| | |\ \ | | |/ | | | | | | | | | | * PHP-5.3: Fixed bug #64452 Zip PHPTs crash intermittently | ||||
| | | * | Fixed bug #64452 Zip PHPTs crash intermittently | Anatol Belski | 2013-03-20 | 2 | -4/+14 |
| | | | | |||||
| | | * | Happy New Year~ | Xinchen Hui | 2013-01-01 | 2 | -2/+2 |
| | | | | |||||
| | * | | Happy New Year | Xinchen Hui | 2013-01-01 | 2 | -2/+2 |
| | | | | |||||
| * | | | fix bug #49348 - issue notice on get_property_ptr_ptr when used for read | Stanislav Malyshev | 2013-02-18 | 1 | -39/+39 |
| | | | | |||||
| * | | | Happy New Year | Xinchen Hui | 2013-01-01 | 2 | -2/+2 |
| |/ / | |||||
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | Anatoliy Belsky | 2012-08-21 | 1 | -0/+54 |
| |\ \ | |/ | | | | | | | * PHP-5.3: Added test for bug #51353. It'll be skipped by default and must be activated manually. | ||||
| | * | Added test for bug #51353. It'll be skipped by default and must be | Anatoliy Belsky | 2012-08-21 | 1 | -0/+54 |
| | | | | | | | | | activated manually. | ||||
| | * | Fix #62432 ReflectionMethod random corrupt memory on high concurrent | Johannes Schlüter | 2012-06-27 | 1 | -1/+1 |
| | | | | | | | | | | | This fixes the same issue in multiple extensions. This isn't needed in later branches as 5.4 introduced object_properties_init() | ||||
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | Anatoliy Belsky | 2012-06-19 | 1 | -1/+1 |
| |\ \ | |/ | | | | | | | * PHP-5.3: sync zip ext version with pecl | ||||
| | * | sync zip ext version with pecl | Anatoliy Belsky | 2012-06-19 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | Anatoliy Belsky | 2012-06-17 | 2 | -12/+3 |
| |\ \ | |/ | | | | | | | * PHP-5.3: Reverted the BC fix regarding to #57905, test adopted | ||||
| | * | Reverted the BC fix regarding to #57905, test adopted | Anatoliy Belsky | 2012-06-17 | 2 | -12/+3 |
| | | | | | | | | | | | | | New 0.10.1 has a stronger archive integrity check. Restoring the old behaviour of libzip < 0.10.1 makes no sense at this place. | ||||
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | Anatoliy Belsky | 2012-06-07 | 2 | -2/+2 |
| |\ \ | |/ | | | | | | | * PHP-5.3: set current versions for libzip and zip ext | ||||
| | * | set current versions for libzip and zip ext | Anatoliy Belsky | 2012-06-07 | 2 | -2/+2 |
| | | | |||||
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | Anatoliy Belsky | 2012-06-07 | 65 | -713/+2751 |
| |\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.3: zip windows fixes fixed bc break related to #57905 fixed a bit overlooked from the last libzip port brought the fix for #47667 back fixed zip entry freeing rechecked the merged libzip, took also the indents from the original to avoid confusion next time fixed a double freeing crash fixed header include initial libzip upgrade patch to 0.10.1 - BFN Conflicts: NEWS | ||||
| | * | zip windows fixes | Anatoliy Belsky | 2012-06-07 | 3 | -8/+14 |
| | | | |||||
| | * | fixed bc break related to #57905 | Anatoliy Belsky | 2012-06-07 | 1 | -2/+10 |
| | | | |||||
| | * | fixed a bit overlooked from the last libzip port | Anatoliy Belsky | 2012-06-07 | 1 | -2/+2 |
| | | | |||||
| | * | brought the fix for #47667 back | Anatoliy Belsky | 2012-06-07 | 1 | -2/+8 |
| | | | |||||
| | * | fixed zip entry freeing | Anatoliy Belsky | 2012-06-07 | 1 | -5/+10 |
| | | | |||||
| | * | rechecked the merged libzip, took also the indents from the original to | Anatoliy Belsky | 2012-06-07 | 6 | -28/+18 |
| | | | | | | | | | avoid confusion next time | ||||
| | * | fixed a double freeing crash | Anatoliy Belsky | 2012-06-07 | 1 | -2/+0 |
| | | | |||||
| | * | fixed header include | Anatoliy Belsky | 2012-06-07 | 1 | -1/+1 |
| | | | |||||
| | * | initial libzip upgrade patch to 0.10.1 | Anatoliy Belsky | 2012-06-07 | 64 | -691/+2716 |
| | | | |||||
| | * | - Year++ | Felipe Pena | 2012-01-01 | 2 | -2/+2 |
| | | | |||||
| | * | Fix cleanup routines | Hannes Magnusson | 2011-09-07 | 1 | -0/+5 |
| | | | |||||
