| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove outdate codes, make it clearer, although just a bit.. | Xinchen Hui | 2013-11-05 | 1 | -59/+0 |
| * | 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 |
| | * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | * | fix lcov build | Nuno Lopes | 2011-02-25 | 1 | -0/+0 |
| | * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | * | re-organize slightly, fix more php6-only compile warnings in php_stream_copy_... | Greg Beaver | 2009-07-26 | 1 | -0/+32 |
| | * | begin work on making phar php6-ready | Greg Beaver | 2009-07-24 | 1 | -0/+3 |
| | * | fix Bug #48257: PharData throws exception with non-phar tar | Greg Beaver | 2009-05-13 | 1 | -2/+2 |
| | * | MFPECL: fix PECL bug #16338, php_stream_copy_to_stream{,_ex}() | Greg Beaver | 2009-04-29 | 1 | -0/+17 |
| | * | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | * | add tests for copy-on-write support | Greg Beaver | 2008-10-12 | 1 | -0/+4 |
| | * | fix bug #45907: undefined reference to PHP_SHA512Init | Greg Beaver | 2008-10-09 | 1 | -1/+1 |
| | * | increase code coverage, fix bzip2-compressed alias in zip | Greg Beaver | 2008-09-14 | 1 | -1/+1 |
| | * | fix minor issues found by ICC (unused variables and the like) | Greg Beaver | 2008-09-13 | 1 | -29/+29 |
| | * | fix bug #45792: bz2 compressed files in zip failure | Greg Beaver | 2008-08-21 | 1 | -0/+1 |
| | * | - ws/cs, macros, code that only affects other branches | Steph Fox | 2008-08-01 | 1 | -7/+11 |
| | * | Improved webPhar speed (frontcontroller11.phar.phpt is disabled, should be re... | Dmitry Stogov | 2008-07-22 | 1 | -1/+7 |
| | * | Fixed directory reanming/deletion | Dmitry Stogov | 2008-07-20 | 1 | -1/+0 |
| | * | Extensions MUST NOT manipulate with internal functions from EG(function_table... | Dmitry Stogov | 2008-07-10 | 1 | -0/+1 |
| | * | - Fix macro definition syntax | Steph Fox | 2008-06-21 | 1 | -1/+2 |
| | * | define ALLOC_PERMANENT_ZVAL for PHP 5.2 | Greg Beaver | 2008-06-21 | 1 | -2/+6 |
| | * | making progress - up to 42/phar vs. 48/disk with these optimizations | Greg Beaver | 2008-06-20 | 1 | -2/+7 |
| | * | - really fix the windows builds, don't cast many times when only the hash fun... | Pierre Joye | 2008-06-18 | 1 | -2/+2 |
| | * | fix windows build and more performance jumps (these are minor) | Greg Beaver | 2008-06-18 | 1 | -0/+131 |
| | * | another optimization - move inode hash to initial manifest parsing, improves ... | Greg Beaver | 2008-06-15 | 1 | -0/+13 |
| | * | minor optimization | Greg Beaver | 2008-06-15 | 1 | -1/+1 |
| | * | HUGE speed improvement, from 19 req/sec to 27 req/sec for phpMyAdmin - now sp... | Greg Beaver | 2008-06-15 | 1 | -0/+4 |
| | * | [DOC] implement full signature support for tar-based archives. By default, d... | Greg Beaver | 2008-06-13 | 1 | -1/+1 |
| | * | full refactor of signatures complete - now to implement them for tar as a sta... | Greg Beaver | 2008-06-13 | 1 | -0/+1 |
| | * | PHP_5_2 compat - add pestrndup if undefined | Greg Beaver | 2008-06-13 | 1 | -0/+4 |
| | * | partial refactor - move signature verification into its own function, in prep... | Greg Beaver | 2008-06-13 | 1 | -0/+1 |
| | * | [DOC] add phar.cache_list, a PATH_SEPARATOR-separated list of full paths to p... | Greg Beaver | 2008-06-12 | 1 | -0/+9 |
| | * | add openssl signing support. This adds an extra parameter | Greg Beaver | 2008-06-01 | 1 | -1/+3 |
| | * | refactor function names for clarity. No functionality change | Greg Beaver | 2008-05-30 | 1 | -6/+6 |
| | * | fix offset detection in tar files | Greg Beaver | 2008-05-21 | 1 | -0/+1 |
| | * | enable by default statically instead of shared | Greg Beaver | 2008-05-17 | 1 | -2/+2 |
| | * | fix potentially major security hole: modification/creation of files in .phar ... | Greg Beaver | 2008-05-15 | 1 | -4/+4 |
| | * | - MFH | Steph Fox | 2008-05-14 | 1 | -1/+10 |
| | * | This commit was manufactured by cvs2svn to create branch 'PHP_5_3'. | SVN Migration | 2008-05-12 | 1 | -0/+470 |
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| * | Fix more signed 1-bit bitfield, and let's use strlcpy/strlcat instead for these | Rasmus Lerdorf | 2011-08-07 | 1 | -3/+3 |
| * | MFB: fix lcov build (r308657) | Nuno Lopes | 2011-02-25 | 1 | -0/+0 |
| * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| * | re-organize slightly, fix more php6-only compile warnings in php_stream_copy_... | Greg Beaver | 2009-07-26 | 1 | -0/+32 |
| * | begin work on making phar php6-ready | Greg Beaver | 2009-07-24 | 1 | -0/+3 |
| * | MFB: fix Bug #48257: PharData throws exception with non-phar tar | Greg Beaver | 2009-05-13 | 1 | -2/+2 |
| * | MFPECL: fix PECL bug #16338, php_stream_copy_to_stream{,_ex}() | Greg Beaver | 2009-04-29 | 1 | -0/+17 |
| * | Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| * | MFB: add tests for copy-on-write support | Greg Beaver | 2008-10-12 | 1 | -0/+4 |