Commit message (Collapse) | 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 |
| | | | | No need to keep around compatability code for PHP 5.0 and PHP 6. | ||||
* | Constify streams API and a few other calls down the rabbit hole. | Andrey Hristov | 2013-07-30 | 1 | -5/+5 |
| | | | | | (`char *` to `const char *` for parameters and few return values) In a few places int len moved to size_t len. | ||||
* | 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 |
|\ | | | | | | | | | * PHP-5.3: PHAR should modify entry timestamp when it's modified | ||||
| * | 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 |
|\ \ | |/ | | | | | | | * PHP-5.3: - Removed PHP 6 checks | ||||
| * | - 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 php.ini | ||||
| * | mention which setting! | Hannes Magnusson | 2010-04-25 | 1 | -2/+2 |
| | | |||||
| * | fix basic phar test issues, failing tests phar_oo_009.phpt and ↵ | Greg Beaver | 2009-07-26 | 1 | -0/+12 |
| | | | | | | | | phar_buildfromiterator10.phpt are due to bugs in Spl | ||||
| * | 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 |
| | | | | | | | | in all cases introduced in multi-threaded fix | ||||
| * | 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 ↵ | Greg Beaver | 2008-08-31 | 1 | -1/+1 |
| | | | | | | | | pecl/phar for is_tar setting of tar_type | ||||
| * | sync with pecl/phar, this does not change any functionality in PHP 5.3, but ↵ | Greg Beaver | 2008-08-30 | 1 | -22/+48 |
| | | | | | | | | makes syncing easier. This commit is only functional changes, WS will be next | ||||
| * | 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 ↵ | Dmitry Stogov | 2008-08-01 | 1 | -3/+3 |
| | | | | | | | | duplicate keys) | ||||
| * | - ws/cs, macros, code that only affects other branches | Steph Fox | 2008-08-01 | 1 | -41/+39 |
| | | | | | | | | | | - some unsynced changes need valgrind testing before they can go into this branch, see PECL/HEAD | ||||
| * | 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 |
| | | | | | | | | | | | | | | | | | | | | eliminating phar's interception of zend_compile in favor of a new to-be-added hook in PHP 5.3+, allow "include 'phar:///path/to/my.phar';" to work as equivalent to php /path/to/my.phar this slight change in scripting still allows inclusion and execution of phar stub, but removes the need to check and modify path in zend_compile, which allows us to play much nicer with external tools like debuggers/opcode caches | ||||
| * | fix windows build and more performance jumps (these are minor) | Greg Beaver | 2008-06-18 | 1 | -67/+65 |
| | | | | | | | | | | | | implement real copy-on-write use virtual_dirs for wrapper stat | ||||
| * | another optimization - move inode hash to initial manifest parsing, improves ↵ | Greg Beaver | 2008-06-15 | 1 | -16/+3 |
| | | | | | | | | runtime perf of stat slightly | ||||
| * | HUGE speed improvement, from 19 req/sec to 27 req/sec for phpMyAdmin - now ↵ | Greg Beaver | 2008-06-15 | 1 | -0/+3 |
| | | | | | | | | speed with apc+phar.cache_list = on-disk speedcvs diff -u |less This is by generating a list of virtual directories and using those in stat calls instead of scanning the whole manifest hash table. on-disk phpMyAdmin = 28 req/sec | ||||
| * | refactor function names for clarity. No functionality change | Greg Beaver | 2008-05-30 | 1 | -7/+7 |
| | |