2007-01-28 |
Greg Beaver | beginWrite()/commitWrite() => begin()/commit(), note... |
commit | commitdiff | tree | snapshot |
2007-01-28 |
Marcus Boerger | - Move offsetGet()/SplFileClass entry to 1.1 |
commit | commitdiff | tree | snapshot |
2007-01-28 |
Marcus Boerger | - Add missing files |
commit | commitdiff | tree | snapshot |
2007-01-28 |
Marcus Boerger | - Drop phar_destroy_phar_data() from api |
commit | commitdiff | tree | snapshot |
2007-01-28 |
Marcus Boerger | - Fixx illeagal memory access |
commit | commitdiff | tree | snapshot |
2007-01-28 |
Marcus Boerger | - Test naming |
commit | commitdiff | tree | snapshot |
2007-01-28 |
Marcus Boerger | - Fix read/write mode handling |
commit | commitdiff | tree | snapshot |
2007-01-28 |
Marcus Boerger | - Hash is donein ext/standard |
commit | commitdiff | tree | snapshot |
2007-01-28 |
Greg Beaver | fix commitWrite test, enable creation of Phars with... |
commit | commitdiff | tree | snapshot |
2007-01-28 |
Greg Beaver | new failing test for commitWrite() |
commit | commitdiff | tree | snapshot |
2007-01-28 |
Greg Beaver | up API version to 1.0.0 - the file format is solid... |
commit | commitdiff | tree | snapshot |
2007-01-28 |
Greg Beaver | stream context for specifying meta-data |
commit | commitdiff | tree | snapshot |
2007-01-28 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2007-01-27 |
Marcus Boerger | - Fix test |
commit | commitdiff | tree | snapshot |
2007-01-27 |
Marcus Boerger | - Clean up on flush |
commit | commitdiff | tree | snapshot |
2007-01-27 |
Marcus Boerger | - Refcounting |
commit | commitdiff | tree | snapshot |
2007-01-27 |
Marcus Boerger | - More on 5.2.1 support |
commit | commitdiff | tree | snapshot |
2007-01-27 |
Marcus Boerger | - Fix warning |
commit | commitdiff | tree | snapshot |
2007-01-27 |
Marcus Boerger | - Add 5.2.1 support |
commit | commitdiff | tree | snapshot |
2007-01-27 |
Marcus Boerger | - Dropped one line by accident |
commit | commitdiff | tree | snapshot |
2007-01-27 |
Marcus Boerger | - Prevent memory corruption |
commit | commitdiff | tree | snapshot |
2007-01-27 |
Marcus Boerger | - Update package file |
commit | commitdiff | tree | snapshot |
2007-01-27 |
Marcus Boerger | - Cannot change stream here |
commit | commitdiff | tree | snapshot |
2007-01-27 |
Greg Beaver | fix uncompressAllFiles() and compressAllFilesBZIP2... |
commit | commitdiff | tree | snapshot |
2007-01-27 |
Greg Beaver | php_stream_truncate_set_size() is a noop with temp... |
commit | commitdiff | tree | snapshot |
2007-01-27 |
Marcus Boerger | - Add missing INI setting |
commit | commitdiff | tree | snapshot |
2007-01-27 |
Greg Beaver | php_stream_truncate_set_size() is a noop with temp... |
commit | commitdiff | tree | snapshot |
2007-01-27 |
Greg Beaver | fix memleaks and all but 1 test |
commit | commitdiff | tree | snapshot |
2007-01-27 |
Greg Beaver | fix memleak in unlink() |
commit | commitdiff | tree | snapshot |
2007-01-27 |
Greg Beaver | fix incorrect refcount increment on unlink() |
commit | commitdiff | tree | snapshot |
2007-01-27 |
Marcus Boerger | - Add new tests |
commit | commitdiff | tree | snapshot |
2007-01-27 |
Marcus Boerger | - Fix memory access |
commit | commitdiff | tree | snapshot |
2007-01-27 |
Marcus Boerger | - context not needed here |
commit | commitdiff | tree | snapshot |
2007-01-27 |
Marcus Boerger | - Make phar_flush() work without reloading |
commit | commitdiff | tree | snapshot |
2007-01-27 |
Marcus Boerger | - Add option support for temp/memory stream (adds ftrun... |
commit | commitdiff | tree | snapshot |
2007-01-27 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2007-01-26 |
Marcus Boerger | - Simplify by providing delref function |
commit | commitdiff | tree | snapshot |
2007-01-26 |
Marcus Boerger | - Fix stream closing |
commit | commitdiff | tree | snapshot |
2007-01-26 |
Dmitry Stogov | Fixed bug #40231 (file_exists incorrectly reports false) |
commit | commitdiff | tree | snapshot |
2007-01-26 |
Greg Beaver | fix test (still fails, but the test is accurate now) |
commit | commitdiff | tree | snapshot |
2007-01-26 |
Greg Beaver | implement phar refcounting |
commit | commitdiff | tree | snapshot |
2007-01-26 |
Antony Dovgal | check if -no-cpp-precomp is supported by GCC before... |
commit | commitdiff | tree | snapshot |
2007-01-26 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2007-01-25 |
Antony Dovgal | fix #40189 (possible endless loop in zlib.inflate strea... |
commit | commitdiff | tree | snapshot |
2007-01-25 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2007-01-24 |
Sara Golemon | Expand allow_url_fopen/allow_url_include functionality |
commit | commitdiff | tree | snapshot |
2007-01-24 |
Greg Beaver | remove unused constants, note addition of docs in TODO |
commit | commitdiff | tree | snapshot |
2007-01-24 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2007-01-24 |
Antony Dovgal | initialize errno |
commit | commitdiff | tree | snapshot |
2007-01-23 |
Antony Dovgal | fix folding and a couple of typos |
commit | commitdiff | tree | snapshot |
2007-01-23 |
Marcus Boerger | - Add --ri/--rextinfo |
commit | commitdiff | tree | snapshot |
2007-01-23 |
Marcus Boerger | - Simplify |
commit | commitdiff | tree | snapshot |
2007-01-23 |
Nuno Lopes | MFB: fix a few crashes |
commit | commitdiff | tree | snapshot |
2007-01-23 |
Dmitry Stogov | Fixed wrong realpath() result for unexistent files... |
commit | commitdiff | tree | snapshot |
2007-01-23 |
Johannes Schlüter | - Use utf-8 instead of utf8 as encoding to fix phpinfo() |
commit | commitdiff | tree | snapshot |
2007-01-23 |
Hannes Magnusson | MFB: Fix typo |
commit | commitdiff | tree | snapshot |
2007-01-23 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2007-01-22 |
Dmitry Stogov | Fixed bug #39367 (clearstatcache() doesn't clear realpa... |
commit | commitdiff | tree | snapshot |
2007-01-22 |
Antony Dovgal | fix wrong param definition |
commit | commitdiff | tree | snapshot |
2007-01-22 |
Antony Dovgal | fix long/int mess |
commit | commitdiff | tree | snapshot |
2007-01-22 |
Antony Dovgal | fix test |
commit | commitdiff | tree | snapshot |
2007-01-22 |
Antony Dovgal | fix classname |
commit | commitdiff | tree | snapshot |
2007-01-22 |
Antony Dovgal | add skipif |
commit | commitdiff | tree | snapshot |
2007-01-22 |
Antony Dovgal | fix #40191 (use of array_unique() with objects triggers... |
commit | commitdiff | tree | snapshot |
2007-01-22 |
Greg Beaver | fix tests, fix corruption issues with compression,... |
commit | commitdiff | tree | snapshot |
2007-01-22 |
Marcus Boerger | - Test names |
commit | commitdiff | tree | snapshot |
2007-01-22 |
Marcus Boerger | - Don't be to picky, as long as we get an error here... |
commit | commitdiff | tree | snapshot |
2007-01-22 |
Marcus Boerger | -Simplify |
commit | commitdiff | tree | snapshot |
2007-01-22 |
Marcus Boerger | - Generate CRC32 in case not done in original file |
commit | commitdiff | tree | snapshot |
2007-01-22 |
Marcus Boerger | - CRC is done on uncompressed data |
commit | commitdiff | tree | snapshot |
2007-01-22 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2007-01-22 |
Marcus Boerger | - Drop erroneously added numbers in error messages |
commit | commitdiff | tree | snapshot |
2007-01-22 |
Marcus Boerger | - Finish get/setStub() |
commit | commitdiff | tree | snapshot |
2007-01-22 |
Greg Beaver | new test for stream context setting of compression |
commit | commitdiff | tree | snapshot |
2007-01-22 |
Marcus Boerger | - Add Phar::getStub(), step 1 |
commit | commitdiff | tree | snapshot |
2007-01-22 |
Greg Beaver | add setUncompressed(), setCompressedGZ(), setCompressed... |
commit | commitdiff | tree | snapshot |
2007-01-21 |
Greg Beaver | X Phar->setStub() for specifying a new stub to the... |
commit | commitdiff | tree | snapshot |
2007-01-21 |
Marcus Boerger | - Make ext/date happy if present |
commit | commitdiff | tree | snapshot |
2007-01-21 |
Marcus Boerger | - Rewrite/Finish metadata handling |
commit | commitdiff | tree | snapshot |
2007-01-21 |
Greg Beaver | spelling |
commit | commitdiff | tree | snapshot |
2007-01-21 |
Marcus Boerger | - Per defautl class Phar returns Info class on offsetGet() |
commit | commitdiff | tree | snapshot |
2007-01-21 |
Marcus Boerger | - Update tests |
commit | commitdiff | tree | snapshot |
2007-01-21 |
Marcus Boerger | - Fix issues with metadata testing |
commit | commitdiff | tree | snapshot |
2007-01-21 |
Marcus Boerger | - Simplify dtor |
commit | commitdiff | tree | snapshot |
2007-01-21 |
Marcus Boerger | - Disable most of class Phar and all of class PharFileI... |
commit | commitdiff | tree | snapshot |
2007-01-21 |
Marcus Boerger | - Add *.mem |
commit | commitdiff | tree | snapshot |
2007-01-21 |
Greg Beaver | fix final memory leak, fix metadata reading (simple... |
commit | commitdiff | tree | snapshot |
2007-01-21 |
Greg Beaver | fix 1 mem leak |
commit | commitdiff | tree | snapshot |
2007-01-21 |
Greg Beaver | implement reading meta-data from phars. writing is... |
commit | commitdiff | tree | snapshot |
2007-01-21 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2007-01-20 |
Greg Beaver | fix ini tests EXPECT |
commit | commitdiff | tree | snapshot |
2007-01-20 |
Antony Dovgal | catch overflow right away |
commit | commitdiff | tree | snapshot |
2007-01-20 |
Greg Beaver | implement ini handler for phar.readonly and phar.requir... |
commit | commitdiff | tree | snapshot |
2007-01-20 |
Antony Dovgal | use getenv() |
commit | commitdiff | tree | snapshot |
2007-01-20 |
Sara Golemon | Resolve autoglobals as global-fetch CVs when possible |
commit | commitdiff | tree | snapshot |
2007-01-20 |
Marcus Boerger | - Fix flags and tests |
commit | commitdiff | tree | snapshot |
2007-01-20 |
Marcus Boerger | - Mode debug info |
commit | commitdiff | tree | snapshot |
2007-01-20 |
Marcus Boerger | - Drop left-over |
commit | commitdiff | tree | snapshot |
2007-01-20 |
Marcus Boerger | - Make use of get_debug_info() handler in ArrayObject... |
commit | commitdiff | tree | snapshot |
2007-01-20 |
Nuno Lopes | MFB: fix crash & add tests |
commit | commitdiff | tree | snapshot |
next |