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 |
2007-01-20 |
Nuno Lopes | MFB: fix crash |
commit | commitdiff | tree | snapshot |
2007-01-20 |
Marcus Boerger | - Fix warnings |
commit | commitdiff | tree | snapshot |
2007-01-20 |
Greg Beaver | update TODO to include missing items |
commit | commitdiff | tree | snapshot |
2007-01-20 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2007-01-19 |
Marcus Boerger | - Make use of get_debug_info handler in SplObjectStorage |
commit | commitdiff | tree | snapshot |
2007-01-19 |
Antony Dovgal | fix configure check with imap-2001 |
commit | commitdiff | tree | snapshot |
2007-01-19 |
Marcus Boerger | - Use Z_OBJDEBUG_PP() |
commit | commitdiff | tree | snapshot |
2007-01-19 |
Marcus Boerger | - Add Z_OBJDEBUG[_P[P]] helper macros |
commit | commitdiff | tree | snapshot |
2007-01-19 |
Antony Dovgal | improve readability and use constant instead of its... |
commit | commitdiff | tree | snapshot |
2007-01-19 |
Antony Dovgal | improve utf8_mime2text() signature detection |
commit | commitdiff | tree | snapshot |
2007-01-19 |
Antony Dovgal | fix test |
commit | commitdiff | tree | snapshot |
2007-01-19 |
Rob Richards | fix accessing public key from x509 resource |
commit | commitdiff | tree | snapshot |
2007-01-19 |
Nuno Lopes | MFB: fix segfaults with new libtidy |
commit | commitdiff | tree | snapshot |
2007-01-19 |
Antony Dovgal | improve the fix |
commit | commitdiff | tree | snapshot |
2007-01-19 |
Antony Dovgal | fix #40169 (CURLOPT_TCP_NODELAY only available in curl... |
commit | commitdiff | tree | snapshot |
2007-01-19 |
Pierre Joye | - MFB: save/restore the alpha blending mode correctly... |
commit | commitdiff | tree | snapshot |
2007-01-19 |
Antony Dovgal | fix #40168 |
commit | commitdiff | tree | snapshot |
2007-01-19 |
Marcus Boerger | - Update unicode progress on SPL, looks like nearly... |
commit | commitdiff | tree | snapshot |
2007-01-19 |
Marcus Boerger | - Nicer version |
commit | commitdiff | tree | snapshot |
2007-01-19 |
Marcus Boerger | - Update |
commit | commitdiff | tree | snapshot |
2007-01-19 |
Marcus Boerger | - Change hardcoded size to lentgh translation to use... |
commit | commitdiff | tree | snapshot |
2007-01-19 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2007-01-19 |
Marcus Boerger | - A few unicode fixes and tidying |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Marcus Boerger | - Implement debug helper |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Marcus Boerger | - Add debug_info helper to overloadedobjects |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Marcus Boerger | - We want the size here not the length |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Marcus Boerger | - We need to return the length not the byte size |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Marcus Boerger | - Use correct string inunicode mode |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Antony Dovgal | fix win32 build |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Greg Beaver | add roadmap |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Marcus Boerger | - Simplify by using zspprintf |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Marcus Boerger | - Fix [v]uspprintf() |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Andrei Zmievski | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Antony Dovgal | more snprintf() |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Nuno Lopes | MFB: use only 2 bits |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Antony Dovgal | use snprintf() |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Antony Dovgal | fix the previous patch |
commit | commitdiff | tree | snapshot |
next |