Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | fix bug #65028 Phar::buildFromDirectory creates corrupt archives for some ↵ | Stanislav Malyshev | 2013-07-22 | 1 | -0/+23 |
| | | | | specific contents | ||||
* | 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 | -4/+1 |
|\ \ | |/ | | | | | | | * PHP-5.3: - Removed PHP 6 checks | ||||
| * | - Removed PHP 6 checks | Felipe Pena | 2012-08-21 | 1 | -4/+1 |
| | | |||||
| * | Merge commit '15213768e6cc098ab4e53cacc3b5eb86fa85284a' into PHP-5.3 | Felipe Pena | 2012-06-07 | 1 | -1/+5 |
| |\ | |||||
| | * | - Fixed bug #62227 (Invalid phar stream path causes crash) | Felipe Pena | 2012-06-04 | 1 | -1/+5 |
| | | | |||||
* | | | Merge branch 'PHP-5.3' into PHP-5.4 | David Soria Parra | 2012-03-20 | 1 | -1/+1 |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | * PHP-5.3: Replace $Revision$ with $Id$ in keyword expansion enable files Enable $Id$ expansion for files with the $Revision$ keyword Conflicts: ext/mysqlnd/mysqlnd.h | ||||
| * | | Replace $Revision$ with $Id$ in keyword expansion enable files | David Soria Parra | 2012-03-20 | 1 | -1/+1 |
| |/ | |||||
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
| * | - restore correct window_size | Pierre Joye | 2011-11-20 | 1 | -1/+1 |
| | | |||||
| * | - fix build, ansi c requires constant value, no expresion, even constant var | Pierre Joye | 2011-11-19 | 1 | -2/+2 |
| | | |||||
| * | fix bug #60164 (Stubs of a specific length break phar_open_from_fp scanning ↵ | Stanislav Malyshev | 2011-11-19 | 1 | -2/+4 |
| | | | | | | | | for __HALT_COMPILER) | ||||
| * | Fixed bug#52013 (Unable to decompress files in a compressed phar) | Hannes Magnusson | 2011-08-29 | 1 | -3/+1 |
| | | |||||
| * | Initialize variable with fixed value for avoiding compile warnings | Xinchen Hui | 2011-08-07 | 1 | -1/+2 |
| | | |||||
| * | - Added ZEND_MOD_END macro to use in the end of zend_module_dep[] | Felipe Pena | 2011-08-06 | 1 | -1/+1 |
| | | |||||
| * | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -2/+2 |
| | | |||||
| * | Fixed bug #53898 (PHAR reports invalid error message, when the directory ↵ | Ilia Alshanetsky | 2011-02-01 | 1 | -1/+1 |
| | | | | | | | | does not exist). | ||||
| * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | | |||||
| * | Added second fix from #50987 that wasn't apart of Ilia's commit | Kalle Sommer Nielsen | 2010-11-20 | 1 | -1/+1 |
| | | |||||
| * | Fixed bug #50987 (unaligned memory access in phar.c) | Ilia Alshanetsky | 2010-11-20 | 1 | -1/+1 |
| | | |||||
| * | Fixed bug #51690 (Phar::setStub looks for case-sensitive __HALT_COMPILER()) | Ilia Alshanetsky | 2010-05-03 | 1 | -4/+7 |
| | | |||||
| * | - Unifiy that message | Hannes Magnusson | 2010-04-27 | 1 | -1/+1 |
| | | | | | | | | | | | | - Mention php.ini | ||||
| * | Merge safe_mode changes into extensions that are in sync in both branches | Kalle Sommer Nielsen | 2010-04-26 | 1 | -3/+3 |
| | | |||||
| * | mention which setting! | Hannes Magnusson | 2010-04-25 | 1 | -1/+1 |
| | | |||||
| * | Fix bug #50129 | Rasmus Lerdorf | 2009-11-09 | 1 | -1/+1 |
| | | |||||
| * | - It is not const in PHP_5_2 but it is in HEAD and PHP_5_3 | Jani Taskinen | 2009-10-19 | 1 | -1/+1 |
| | | |||||
| * | re-organize slightly, fix more php6-only compile warnings in ↵ | Greg Beaver | 2009-07-26 | 1 | -0/+4 |
| | | | | | | | | php_stream_copy_to_mem | ||||
| * | begin work on making phar php6-ready | Greg Beaver | 2009-07-24 | 1 | -0/+6 |
| | | |||||
| * | fix PHP bug #48791: open office files always reported as corrupted | Greg Beaver | 2009-07-23 | 1 | -0/+20 |
| | | |||||
| * | fix Bug #48257: PharData throws exception with non-phar tar | Greg Beaver | 2009-05-13 | 1 | -5/+5 |
| | | |||||
| * | initialize ext_len | Antony Dovgal | 2009-05-01 | 1 | -1/+2 |
| | | |||||
| * | MFPECL fix PECL Bug #14646: phar error message unclear with php stream ↵ | Greg Beaver | 2009-04-30 | 1 | -1/+11 |
| | | | | | | | | wrappers (note: is there a standard way to list PECL bugs in NEWS?) | ||||
| * | MFPECL: fix PECL bug #16338, php_stream_copy_to_stream{,_ex}() | Greg Beaver | 2009-04-29 | 1 | -8/+8 |
| | | |||||
| * | fix zip access to work in all compilers, present and future, and on all ↵ | Greg Beaver | 2009-02-20 | 1 | -16/+7 |
| | | | | | | | | arches without potential for bus errors. This removes PHAR_ZIP_PACK in favor of a safer approach | ||||
| * | fix remaining big-endian issues with phar | Greg Beaver | 2009-02-15 | 1 | -6/+13 |
| | | |||||
| * | Fixed a possible crash when phar_create_signature() fails | Ilia Alshanetsky | 2009-01-02 | 1 | -2/+4 |
| | | |||||
| * | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -2/+2 |
| | | |||||
| * | - MFH We only rely on hash if it is built-in | Marcus Boerger | 2008-11-04 | 1 | -1/+1 |
| | | |||||
| * | - MFH Add hash dependency at module source level | Marcus Boerger | 2008-11-04 | 1 | -0/+3 |
| | | |||||
| * | fix several errors found by valgrind | Greg Beaver | 2008-10-26 | 1 | -1/+3 |
| | | | | | | | | | | | | | | 1 - entry metadata not properly processed or retrieved from cached phars 2 - copy on write was using a void return value instead of int, a dangerous oversight in phar_update_cached_entry 3 - metadata creation in entries for cached phars was causing an invalid read | ||||
| * | MFH: fix ZTS build | Antony Dovgal | 2008-10-12 | 1 | -1/+1 |
| | | |||||
| * | add tests for copy-on-write support | Greg Beaver | 2008-10-12 | 1 | -5/+7 |
| | | | | | | | | | | | | | | - fix metadata handling with cached phars - fix virtual_dirs with rmdir - ensure that after copy-on-write, all existing Phar objects link to the newly copied phar data | ||||
| * | fix bug #45907: undefined reference to PHP_SHA512Init | Greg Beaver | 2008-10-09 | 1 | -2/+2 |
| | | |||||
| * | fix Bug #46194: SIGSEGV when requested file is not found | Greg Beaver | 2008-09-30 | 1 | -0/+3 |
| | | |||||
| * | fix 017.phpt in streams.c, and very dangerous intercepting of file functions ↵ | Greg Beaver | 2008-09-26 | 1 | -1/+0 |
| | | | | | | | | in all cases introduced in multi-threaded fix | ||||
| * | fix bug #46178: memory leak in ext/phar | Greg Beaver | 2008-09-26 | 1 | -0/+5 |
| | | |||||
| * | fix minor issues found by ICC (unused variables and the like) | Greg Beaver | 2008-09-13 | 1 | -4/+4 |
| | | |||||
| * | - cs, update package files following RC1 (just to keep it all in sync) | Steph Fox | 2008-08-31 | 1 | -1/+4 |
| | |