| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
* | Remove outdate codes, make it clearer, although just a bit.. | Xinchen Hui | 2013-11-05 | 1 | -295/+4 |
* | Fixed coredump due to abnormal implemention of phar | Xinchen Hui | 2013-11-04 | 1 | -1/+2 |
* | Merge branch 'PHP-5.4' into PHP-5.5 | Felipe Pena | 2013-10-20 | 1 | -2/+4 |
|\ |
|
| * | - Fixed possible NULL ptr dereference | Felipe Pena | 2013-10-20 | 1 | -2/+4 |
* | | Retruning SUCCESS/FAILURE instead of int | Xinchen Hui | 2013-10-18 | 1 | -2/+2 |
* | | Add ability of alias resolving (it cause problem while work with opcache) | Xinchen Hui | 2013-10-17 | 1 | -0/+11 |
* | | HASH_KEY_NON_EXISTANT fix | Veres Lajos | 2013-07-21 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'PHP-5.3' into PHP-5.4 | Pierre Joye | 2013-05-14 | 1 | -0/+8 |
|\ |
|
| * | more check for php_stream_fopen_tmpfile failure | Pierre Joye | 2013-05-14 | 1 | -0/+8 |
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2013-01-06 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | bump year | Xinchen Hui | 2013-01-06 | 1 | -1/+1 |
| * | fixed a typo in the error message | Anatoliy Belsky | 2012-10-25 | 1 | -1/+1 |
| * | Fixed bug #63297 Phar fails to write an openssl based signature | Anatoliy Belsky | 2012-10-24 | 1 | -6/+20 |
* | | merged changes for bug #63297 from 5.3 | Anatoliy Belsky | 2012-10-25 | 1 | -6/+20 |
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Felipe Pena | 2012-08-19 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | - Value stored to var is never used | Felipe Pena | 2012-08-19 | 1 | -2/+0 |
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| * | Fixed bug#53872 (internal corruption of phar) | Hannes Magnusson | 2011-08-29 | 1 | -4/+6 |
| * | Initialize variable with fixed value for avoiding compile warnings | Xinchen Hui | 2011-08-07 | 1 | -1/+4 |
| * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| * | Merge safe_mode changes into extensions that are in sync in both branches | Kalle Sommer Nielsen | 2010-04-26 | 1 | -2/+2 |
| * | begin work on making phar php6-ready | Greg Beaver | 2009-07-24 | 1 | -0/+12 |
| * | fix signature generation/validation for zip archives by phar extension, fix a... | Greg Beaver | 2009-07-24 | 1 | -0/+11 |
| * | MFPECL: fix PECL bug #16338, php_stream_copy_to_stream{,_ex}() | Greg Beaver | 2009-04-29 | 1 | -3/+3 |
| * | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| * | - MFH Fix dependency from Phar to hash | Marcus Boerger | 2008-11-04 | 1 | -0/+3 |
| * | fix several errors found by valgrind | Greg Beaver | 2008-10-26 | 1 | -2/+3 |
| * | add tests for copy-on-write support | Greg Beaver | 2008-10-12 | 1 | -1/+15 |
| * | fix reading links from streams (works with PharFileInfo->getContent()) | Greg Beaver | 2008-10-11 | 1 | -8/+13 |
| * | fix bug #45907: undefined reference to PHP_SHA512Init | Greg Beaver | 2008-10-09 | 1 | -2/+2 |
| * | fix minor issues found by ICC (unused variables and the like) | Greg Beaver | 2008-09-13 | 1 | -4/+4 |
| * | fix Bug #46060: addEmptyDir() breaks | Greg Beaver | 2008-09-13 | 1 | -5/+5 |
| * | use '\0' instead of 0 for chars, removes intel warning | Greg Beaver | 2008-08-31 | 1 | -4/+4 |
| * | remove unnecessary double variable declarations | Greg Beaver | 2008-08-31 | 1 | -4/+1 |
| * | use safer strlcpy, patch by Tony Dovgal | Greg Beaver | 2008-08-31 | 1 | -2/+2 |
| * | 2 fixes, merge minor fixes from pecl/phar. Merge in corrected fix from pecl/... | Greg Beaver | 2008-08-31 | 1 | -9/+13 |
| * | fix bug #45792: bz2 compressed files in zip failure | Greg Beaver | 2008-08-21 | 1 | -0/+25 |
| * | - ws/cs, macros, code that only affects other branches | Steph Fox | 2008-08-01 | 1 | -47/+236 |
| * | don't segfault if given invalid/empty private key | Antony Dovgal | 2008-07-29 | 1 | -0/+7 |
| * | don't free function name before calling the function | Antony Dovgal | 2008-07-29 | 1 | -2/+6 |
| * | fix folding | Antony Dovgal | 2008-07-29 | 1 | -13/+35 |
| * | - Fix openssl check | Marcus Boerger | 2008-07-27 | 1 | -1/+2 |
| * | Fixed directory reanming/deletion | Dmitry Stogov | 2008-07-20 | 1 | -44/+5 |
| * | Fixed wrong refcount updates | Dmitry Stogov | 2008-07-10 | 1 | -14/+14 |
| * | - One solution for the openssl issues | Steph Fox | 2008-06-23 | 1 | -7/+2 |
| * | - ws, typo fix | Steph Fox | 2008-06-22 | 1 | -1/+1 |
| * | - Don't free stuff you still need | Steph Fox | 2008-06-21 | 1 | -2/+2 |
| * | - fix for segfault in 5.2 (patch from Greg) | Steph Fox | 2008-06-21 | 1 | -4/+4 |