]> granicus.if.org Git - php/shortlog
php
2008-02-06 Jani Taskinen- Add test for the "modifying original array" bug
2008-02-06 Jani Taskinenws
2008-02-06 Jani Taskinen- Fixed bug in handling arrays which caused the origina...
2008-02-06 Andrey HristovFix a bug and a test
2008-02-06 Andrey HristovFix test
2008-02-06 Andrey HristovPconnect working with mysqli_real_connect()
2008-02-06 Marcus Boerger- WS
2008-02-06 Zoe SlatteryFixing 32 bit specific
2008-02-06 Zoe SlatteryTests for assorted Maths functions
2008-02-06 Felipe PenaFixed bug #42167 (fgetcsv gives different output on...
2008-02-06 <changelog... ChangeLog update
2008-02-05 Marcus Boerger- Fix cross class tree reference issues with callbacks
2008-02-05 Marcus Boerger- Add new test
2008-02-05 Ilia AlshanetskyMFB: Fixed bug #44046 (crash inside array_slice() funct...
2008-02-05 Robert Nicholson- fix arsort_variation3.phpt which was missing its...
2008-02-05 <changelog... ChangeLog update
2008-02-04 Marcus Boerger- Really last flag change (got confused with code)
2008-02-04 Jani Taskinen- Fixed bugs #43915, #43923 and #44019, a tiny performa...
2008-02-04 Marcus Boerger- Update docu
2008-02-04 Jani Taskinen- Allow using any constants registered by PHP in php...
2008-02-04 Felipe PenaFix wrong test
2008-02-04 Felipe PenaFixed wrong fix
2008-02-04 Marcus Boerger- Fix/add folding markers
2008-02-04 Marcus Boerger- Really fix flag handling
2008-02-04 Marcus Boerger- Fix #44018 (RecursiveDirectoryIterator options incons...
2008-02-04 Felipe PenaFixed Bug #42057 (fwrite() writes data into file when...
2008-02-04 Marcus Boerger- Setting flags once is enough
2008-02-04 Andrey HristovMFB: Simplify unique string generation and plug a leak.
2008-02-04 Andrey HristovFix a leak and memory warning.
2008-02-04 Felipe PenaFix error messages
2008-02-04 Marcus Boerger Fix default flag value in contructor
2008-02-04 Marcus Boerger- Fix ArrayObject serializing
2008-02-04 Marcus Boerger- Fix test
2008-02-04 Marcus Boerger- Fix message
2008-02-04 Felipe PenaFix tests
2008-02-04 Sebastian BergmannAdd missing Reflection API metadata for DOM classes.
2008-02-04 Felipe PenaFix tests (new error message)
2008-02-04 Felipe PenaFix tests (new error message)
2008-02-04 Felipe PenaFix tests (new error message)
2008-02-04 Marcus Boerger- Spread some %v's
2008-02-04 Felipe PenaFix tests (new error message)
2008-02-04 Felipe PenaFix tests (new error message)
2008-02-04 Felipe PenaFix tests (new error message)
2008-02-04 <changelog... ChangeLog update
2008-02-04 Robert Nicholson- added some new tests for arsort
2008-02-03 Marcus Boerger- Update .cvsignore
2008-02-03 Marcus Boerger- MFB Sync
2008-02-03 Ilia AlshanetskyMFB: Fixed bug #44028 (crash inside stream_socket_enabl...
2008-02-03 Marcus Boerger- Typo
2008-02-03 Marcus Boerger- Rename it again
2008-02-03 Derick Rethans- Sync tests.
2008-02-03 Marcus Boerger- Rename dump_config_hash() to get_config_hash() as...
2008-02-03 Derick Rethans- Support "first/last day of <month>" style texts.
2008-02-03 Marcus Boerger- Only one line heading
2008-02-03 <changelog... ChangeLog update
2008-02-02 Marcus Boerger- Fix build
2008-02-02 Marcus Boerger- Fix error handling
2008-02-02 Marcus Boerger- Add new classes
2008-02-02 Marcus Boerger- MFB glob handling
2008-02-02 Antony Dovgalfix leak appearing when calling non-static protected...
2008-02-02 Marcus Boerger- Show interfaces
2008-02-02 Derick Rethans- Make timezone_open() work again.
2008-02-02 Marcus Boerger-Add comment that explains wh we need E_ERROR in those...
2008-02-02 Marcus Boerger- MFB static callable message mess
2008-02-02 Marcus Boerger- Fix tests
2008-02-02 Marcus Boerger- Fix flag handling (MFB)
2008-02-02 Greg Beaverfix logic of path redirection. always prepend index_ph...
2008-02-02 <changelog... ChangeLog update
2008-02-01 Antony Dovgalfix test, add 64bit version
2008-02-01 Greg Beavermove to in between BEGIN_EXTERN_C() block, to avoid...
2008-02-01 David Coallier- OSX "extern" compatibility fix.
2008-02-01 Greg Beaverremove unused variable, eliminate an invalid read repor...
2008-02-01 Felipe PenaThe new parameter was merged to 5.3 [DOC]
2008-02-01 Zoe SlatteryA few new tests for math functions
2008-02-01 Robert Nicholson- a few more gd tests (committed on behalf of andy...
2008-02-01 Josie Messa- Committing new tests for MBString extensions
2008-02-01 Steph Foxws
2008-02-01 Steph FoxGenerate newline at end of stub.h
2008-02-01 Antony Dovgalcheck for empty/null path
2008-02-01 Antony Dovgalwe don't want to modify the pointer contents, we just...
2008-02-01 Antony Dovgalthis string should be freed later since path == free_path
2008-02-01 Antony Dovgalfix compile warning (No newline at end of file)
2008-02-01 <changelog... ChangeLog update
2008-01-31 Christopher... New test for old, suspended bug
2008-01-31 Rob Richardsfix bug #42369 (Implicit conversion to string leaks...
2008-01-31 Nuno Lopesfix gcc 4 build
2008-01-31 Rob Richardsfix win32 build
2008-01-31 Marcus Boerger- Fix test
2008-01-31 <changelog... ChangeLog update
2008-01-30 Marcus Boerger- SPL has been changed
2008-01-30 Marcus Boerger- MFB SplDirectoryIterator/glob:// stream integration
2008-01-30 Marcus Boerger- Get rid of overoptimization
2008-01-30 Marcus Boerger- Fixed glob:// stream handling in (Recursive)Directory...
2008-01-30 Ilia AlshanetskyMFB: Fixed bug #43981 (gmp_div_r() does not preserve...
2008-01-30 Zoe SlatteryRemoving superfluous --INI-- section
2008-01-30 Rob Richardsfix bug #41562 (SimpleXML memory issue)
2008-01-30 Felipe PenaFix test
2008-01-30 Robin FernandesAdding tests for class features, including __autoload...
2008-01-30 Antony Dovgalfix ZTS build
2008-01-30 Antony Dovgalfix #43973 (__autoload called with wrong classname...
next