]> granicus.if.org Git - php/shortlog
php
2007-02-03 Greg Beaverfix test
2007-02-03 <changelog... ChangeLog update
2007-02-03 Greg Beavers/isFlushing/isFlushingToPhar much clearer purpose...
2007-02-02 Andrei ZmievskiTypos.
2007-02-02 Andrei Zmievski- Add ^ specifier that returns original string type...
2007-02-02 Michael Wallner- add note about the past for the future, see http...
2007-02-02 andy wharmbyRemove bug fix entries #34564 and #37927 as now in...
2007-02-02 Antony Dovgaladd new tests
2007-02-02 Antony Dovgal-exactly 1 arguments
2007-02-02 andy wharmbyUpdate NEWS for ealier bug fixes
2007-02-02 Antony Dovgaladd new tests
2007-02-02 Antony Dovgalfix tests
2007-02-02 Antony Dovgalfix isset() & unset() with CV-superglobals
2007-02-02 andy wharmbyADW: Fix COM extension bug #35463. Fix in/out argument...
2007-02-02 <changelog... ChangeLog update
2007-02-01 andy wharmbyADW: Fixed COM extension bug #37927. Correct the...
2007-02-01 Dmitry StogovRemoved dead code
2007-02-01 Dmitry StogovFixed possible crash because of dereference of NULL
2007-02-01 Dmitry StogovEnable canary protection in DEBUG mode only.
2007-02-01 Antony Dovgalbailout if bucket is NULL
2007-02-01 Antony Dovgalfree class_name when necessary
2007-02-01 <changelog... ChangeLog update
2007-01-31 Antony Dovgaluse correct comment marker (dnl, not #)
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
next