]> granicus.if.org Git - php/shortlog
php
2007-01-31 Antony Dovgalfix compile failure in ZTS mode when collections suppor...
2007-01-31 Antony Dovgalfix segfault on re-binding and re-executing a statement
2007-01-31 <changelog... ChangeLog update
2007-01-31 Ilia AlshanetskyMinor code optimization
2007-01-30 Marcus Boerger- Update TODO
2007-01-30 Nuno Lopesuse getenv() instead of the _ENV var
2007-01-30 Antony Dovgalimprove test
2007-01-30 Marcus Boerger- Add new test
2007-01-30 <changelog... ChangeLog update
2007-01-29 Nuno Lopesdisplay all errors/leaks/warnings on each test, instead...
2007-01-29 Marcus Boerger- CS & Fix expectations
2007-01-29 Dmitry StogovPrevent flush() of closed handle on php_module_shutdown()
2007-01-29 Nuno Lopesfix access to already free'ed memory
2007-01-29 Antony Dovgalfix test
2007-01-29 Antony Dovgalfix test
2007-01-29 Pierre Joye- MFB: #40228, ZipArchive::extractTo does create empty...
2007-01-29 Michael Wallner- don't do memory limit checks for chunk_size
2007-01-29 Marcus Boerger- Fix mem access
2007-01-29 Greg Beaverupdate TODO for needed things
2007-01-29 Greg Beaverthrow exceptions from Phar object, and errors from...
2007-01-29 Ilia AlshanetskyCopyright update
2007-01-29 Greg Beaverimplement Phar->getMetadata() Phar->setMetadata(),...
2007-01-28 Greg Beavermake Phar metadata todo more explicit
2007-01-28 Greg Beaveradd rename support
2007-01-28 Marcus Boerger- Split commit into commit and setStub
2007-01-28 Greg Beavermake sure we are in the test directory
2007-01-28 Greg Beavernew test for creation of phar in current directory
2007-01-28 Greg Beavernote finishing of docs (whew)
2007-01-28 Marcus Boerger- Make new flushing work
2007-01-28 Marcus Boerger- Fix tests
2007-01-28 Greg Beaveradd rename() to TODO for 1.0
2007-01-28 Greg Beaveradd todo about metadata, and 1.1 todo to search/match...
2007-01-28 Greg Beaveradd todo about metadata, and 1.1 todo to search/match...
2007-01-28 Marcus Boerger- In Commit reset donotflush
2007-01-28 Greg BeaverbeginWrite()/commitWrite() => begin()/commit(), note...
2007-01-28 Marcus Boerger- Move offsetGet()/SplFileClass entry to 1.1
2007-01-28 Marcus Boerger- Add missing files
2007-01-28 Marcus Boerger- Drop phar_destroy_phar_data() from api
2007-01-28 Marcus Boerger- Fixx illeagal memory access
2007-01-28 Marcus Boerger- Test naming
2007-01-28 Marcus Boerger- Fix read/write mode handling
2007-01-28 Marcus Boerger- Hash is donein ext/standard
2007-01-28 Greg Beaverfix commitWrite test, enable creation of Phars with...
2007-01-28 Greg Beavernew failing test for commitWrite()
2007-01-28 Greg Beaverup API version to 1.0.0 - the file format is solid...
2007-01-28 Greg Beaverstream context for specifying meta-data
2007-01-28 <changelog... ChangeLog update
2007-01-27 Marcus Boerger- Fix test
2007-01-27 Marcus Boerger- Clean up on flush
2007-01-27 Marcus Boerger- Refcounting
2007-01-27 Marcus Boerger- More on 5.2.1 support
2007-01-27 Marcus Boerger- Fix warning
2007-01-27 Marcus Boerger- Add 5.2.1 support
2007-01-27 Marcus Boerger- Dropped one line by accident
2007-01-27 Marcus Boerger- Prevent memory corruption
2007-01-27 Marcus Boerger- Update package file
2007-01-27 Marcus Boerger- Cannot change stream here
2007-01-27 Greg Beaverfix uncompressAllFiles() and compressAllFilesBZIP2...
2007-01-27 Greg Beaverphp_stream_truncate_set_size() is a noop with temp...
2007-01-27 Marcus Boerger- Add missing INI setting
2007-01-27 Greg Beaverphp_stream_truncate_set_size() is a noop with temp...
2007-01-27 Greg Beaverfix memleaks and all but 1 test
2007-01-27 Greg Beaverfix memleak in unlink()
2007-01-27 Greg Beaverfix incorrect refcount increment on unlink()
2007-01-27 Marcus Boerger- Add new tests
2007-01-27 Marcus Boerger- Fix memory access
2007-01-27 Marcus Boerger- context not needed here
2007-01-27 Marcus Boerger- Make phar_flush() work without reloading
2007-01-27 Marcus Boerger- Add option support for temp/memory stream (adds ftrun...
2007-01-27 <changelog... ChangeLog update
2007-01-26 Marcus Boerger- Simplify by providing delref function
2007-01-26 Marcus Boerger- Fix stream closing
2007-01-26 Dmitry StogovFixed bug #40231 (file_exists incorrectly reports false)
2007-01-26 Greg Beaverfix test (still fails, but the test is accurate now)
2007-01-26 Greg Beaverimplement phar refcounting
2007-01-26 Antony Dovgalcheck if -no-cpp-precomp is supported by GCC before...
2007-01-26 <changelog... ChangeLog update
2007-01-25 Antony Dovgalfix #40189 (possible endless loop in zlib.inflate strea...
2007-01-25 <changelog... ChangeLog update
2007-01-24 Sara GolemonExpand allow_url_fopen/allow_url_include functionality
2007-01-24 Greg Beaverremove unused constants, note addition of docs in TODO
2007-01-24 <changelog... ChangeLog update
2007-01-24 Antony Dovgalinitialize errno
2007-01-23 Antony Dovgalfix folding and a couple of typos
2007-01-23 Marcus Boerger- Add --ri/--rextinfo
2007-01-23 Marcus Boerger- Simplify
2007-01-23 Nuno LopesMFB: fix a few crashes
2007-01-23 Dmitry StogovFixed wrong realpath() result for unexistent files...
2007-01-23 Johannes Schlüter- Use utf-8 instead of utf8 as encoding to fix phpinfo()
2007-01-23 Hannes MagnussonMFB: Fix typo
2007-01-23 <changelog... ChangeLog update
2007-01-22 Dmitry StogovFixed bug #39367 (clearstatcache() doesn't clear realpa...
2007-01-22 Antony Dovgalfix wrong param definition
2007-01-22 Antony Dovgalfix long/int mess
2007-01-22 Antony Dovgalfix test
2007-01-22 Antony Dovgalfix classname
2007-01-22 Antony Dovgaladd skipif
2007-01-22 Antony Dovgalfix #40191 (use of array_unique() with objects triggers...
2007-01-22 Greg Beaverfix tests, fix corruption issues with compression,...
2007-01-22 Marcus Boerger- Test names
next