| Commit message (Expand) | Author | Age | Files | Lines |
* | master renames phase 3 | Anatol Belski | 2014-08-25 | 1 | -5/+5 |
* | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -12/+12 |
* | ported ext/phar | Anatol Belski | 2014-08-19 | 1 | -5/+5 |
* | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 1 | -3/+3 |
* | Use new hash iteration API and avoid old zend_hash_update_current_key() hack | Dmitry Stogov | 2014-05-19 | 1 | -25/+23 |
* | Fixed pointer mess (use * instead of **) | Dmitry Stogov | 2014-05-16 | 1 | -2/+2 |
* | Support for ext/phar (incomplete) | Dmitry Stogov | 2014-05-08 | 1 | -81/+71 |
* | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-10 | 1 | -3/+3 |
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
* | Remove PHAR_(Z)STR* usages | Nikita Popov | 2013-09-13 | 1 | -37/+16 |
* | Remove version checks in phar | Nikita Popov | 2013-09-13 | 1 | -12/+0 |
* | Constify streams API and a few other calls down the rabbit hole. | Andrey Hristov | 2013-07-30 | 1 | -5/+5 |
* | HASH_KEY_NON_EXISTANT fix | Veres Lajos | 2013-07-21 | 1 | -4/+4 |
* | Merge branch 'PHP-5.3' into PHP-5.4 | Dmitry Stogov | 2013-02-21 | 1 | -2/+5 |
|\ |
|
| * | PHAR should modify entry timestamp when it's modified | Dmitry Stogov | 2013-02-21 | 1 | -2/+5 |
* | | 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 |
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Felipe Pena | 2012-08-21 | 1 | -12/+1 |
|\ \
| |/ |
|
| * | - Removed PHP 6 checks | Felipe Pena | 2012-08-21 | 1 | -12/+1 |
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| * | Initialize variable with fixed value for avoiding compile warnings | Xinchen Hui | 2011-08-07 | 1 | -0/+2 |
| * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| * | Fixed bug #53541 (format string bug in ext/phar). | Ilia Alshanetsky | 2010-12-14 | 1 | -1/+1 |
| * | - fix string validation, MOPS-2010-24 | Pierre Joye | 2010-08-20 | 1 | -1/+1 |
| * | Fixed string format validation inside phar extension. Reported by Stefan Esser | Ilia Alshanetsky | 2010-04-27 | 1 | -7/+7 |
| * | - Unifiy that message | Hannes Magnusson | 2010-04-27 | 1 | -4/+4 |
| * | mention which setting! | Hannes Magnusson | 2010-04-25 | 1 | -2/+2 |
| * | fix basic phar test issues, failing tests phar_oo_009.phpt and phar_buildfrom... | Greg Beaver | 2009-07-26 | 1 | -0/+12 |
| * | begin work on making phar php6-ready | Greg Beaver | 2009-07-24 | 1 | -0/+6 |
| * | fix bug #47085:rename() returns true even if the file in PHAR does not exist | Greg Beaver | 2009-02-03 | 1 | -0/+8 |
| * | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| * | fix links for fseek as well | Greg Beaver | 2008-10-11 | 1 | -3/+10 |
| * | fix reading links from streams (works with PharFileInfo->getContent()) | Greg Beaver | 2008-10-11 | 1 | -3/+10 |
| * | fix 017.phpt in streams.c, and very dangerous intercepting of file functions ... | Greg Beaver | 2008-09-26 | 1 | -8/+1 |
| * | fix minor issues found by ICC (unused variables and the like) | Greg Beaver | 2008-09-13 | 1 | -9/+7 |
| * | merge from pecl/phar strlen optimizations | Greg Beaver | 2008-08-31 | 1 | -3/+5 |
| * | 2 fixes, merge minor fixes from pecl/phar. Merge in corrected fix from pecl/... | Greg Beaver | 2008-08-31 | 1 | -1/+1 |
| * | sync with pecl/phar, this does not change any functionality in PHP 5.3, but m... | Greg Beaver | 2008-08-30 | 1 | -22/+48 |
| * | fix bug #45792: bz2 compressed files in zip failure | Greg Beaver | 2008-08-21 | 1 | -2/+3 |
| * | Fixed bug #44100 (Inconsistent handling of static array declarations with dup... | Dmitry Stogov | 2008-08-01 | 1 | -3/+3 |
| * | - ws/cs, macros, code that only affects other branches | Steph Fox | 2008-08-01 | 1 | -41/+39 |
| * | fix folding | Antony Dovgal | 2008-07-29 | 1 | -0/+9 |
| * | Fixed directory reanming/deletion | Dmitry Stogov | 2008-07-20 | 1 | -7/+87 |
| * | Fixed access to freed memory | Dmitry Stogov | 2008-07-18 | 1 | -1/+2 |
| * | Fixed wrong refcount updates | Dmitry Stogov | 2008-07-10 | 1 | -1/+1 |
| * | in preparation for a performance optimization that involves | Greg Beaver | 2008-06-27 | 1 | -1/+56 |
| * | fix windows build and more performance jumps (these are minor) | Greg Beaver | 2008-06-18 | 1 | -67/+65 |
| * | another optimization - move inode hash to initial manifest parsing, improves ... | Greg Beaver | 2008-06-15 | 1 | -16/+3 |
| * | HUGE speed improvement, from 19 req/sec to 27 req/sec for phpMyAdmin - now sp... | Greg Beaver | 2008-06-15 | 1 | -0/+3 |
| * | refactor function names for clarity. No functionality change | Greg Beaver | 2008-05-30 | 1 | -7/+7 |