| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove unused parameter | Andrey Hristov | 2010-05-03 | 5 | -10/+14 |
| * | Fixed bug #51690 (Phar::setStub looks for case-sensitive __HALT_COMPILER()) | Ilia Alshanetsky | 2010-05-03 | 3 | -8/+22 |
| * | - WS | Pierre Joye | 2010-05-03 | 1 | -2/+2 |
| * | One more case to handle in case of OOM, in block_alloc_resize_chunk | Andrey Hristov | 2010-05-03 | 1 | -1/+6 |
| * | Handle OOM when resizing blocks during data fetch | Andrey Hristov | 2010-05-03 | 3 | -4/+14 |
| * | Fix compiler warnings - unused functions | Andrey Hristov | 2010-05-03 | 1 | -54/+41 |
| * | Better handing of OOM in mysqlnd::set_client_option | Andrey Hristov | 2010-05-03 | 1 | -10/+19 |
| * | Fix build, declarings first | Kalle Sommer Nielsen | 2010-05-03 | 1 | -2/+3 |
| * | - update bison version (mike) | Pierre Joye | 2010-05-03 | 1 | -1/+1 |
| * | - Fixed a possible stack exaustion inside fnmatch(). Reporeted by Stefan Esser | Ilia Alshanetsky | 2010-05-02 | 1 | -0/+4 |
| * | - WS | Felipe Pena | 2010-05-02 | 1 | -3/+4 |
| * | - Changed zend_hash func calls to use the quick ones | Felipe Pena | 2010-05-02 | 1 | -14/+11 |
| * | Refactored part of the Traits implementation. | Stefan Marr | 2010-05-02 | 2 | -45/+56 |
| * | Fix bug in unaligned memory access fix | Raphael Geissert | 2010-05-02 | 1 | -1/+1 |
| * | Fix unaligned memory accesses in enchant (bug #51289) | Raphael Geissert | 2010-05-01 | 2 | -2/+32 |
| * | - Fixed bug #51719 (typo in function prototype) | Felipe Pena | 2010-05-01 | 1 | -2/+2 |
| * | Fix another typo s/exlcusive/exclusive | Raphael Geissert | 2010-05-01 | 1 | -1/+1 |
| * | Fix typos s/connnection/connection | Raphael Geissert | 2010-05-01 | 1 | -4/+4 |
| * | merge the fix for #51688 | Antony Dovgal | 2010-04-30 | 1 | -0/+3 |
| * | - Fix #51688, ini per dir crashes when invalid document root are given | Pierre Joye | 2010-04-30 | 1 | -0/+3 |
| * | Make sure we search the source dir for the dtrace files | David Soria Parra | 2010-04-30 | 1 | -3/+3 |
| * | Fix misplaced code | Etienne Kneuss | 2010-04-29 | 1 | -2/+7 |
| * | Handle OOM cases, in case of persistent connections this is real | Andrey Hristov | 2010-04-29 | 2 | -18/+75 |
| * | Implement SplObjectStorage::getHash() | Etienne Kneuss | 2010-04-29 | 3 | -59/+207 |
| * | Fix valgrind warning, usage of nirvana memory | Andrey Hristov | 2010-04-29 | 1 | -1/+1 |
| * | Add a test case for the recently fixed memleak | Andrey Hristov | 2010-04-29 | 1 | -0/+4 |
| * | Fix possible crashes in case of OOM, as well as a leak. | Andrey Hristov | 2010-04-29 | 1 | -2/+21 |
| * | fix tests | Antony Dovgal | 2010-04-29 | 5 | -5/+5 |
| * | fix skipif section | Antony Dovgal | 2010-04-29 | 1 | -1/+1 |
| * | Try blob columns instead of int, and insert a lot of data at once | Andrey Hristov | 2010-04-29 | 1 | -6/+33 |
| * | Fix crash if OOM and USE_ZEND_ALLOC=0 | Andrey Hristov | 2010-04-29 | 1 | -1/+5 |
| * | - Adieu VC6/7/8, merci pour les bons et loyaux services | Pierre Joye | 2010-04-29 | 1 | -0/+5 |
| * | Bug #51691 (Unnecessary realloc causes crashes in PHP trunk tests with intern... | Christopher Jones | 2010-04-29 | 2 | -15/+46 |
| * | Remove obsolete test | Christopher Jones | 2010-04-29 | 1 | -22/+0 |
| * | Update UPGRADING with recent feature removals | Kalle Sommer Nielsen | 2010-04-29 | 1 | -10/+71 |
| * | - Updated to version 2010.9 (2010i) | Derick Rethans | 2010-04-28 | 1 | -635/+585 |
| * | - we don't need that anymore | Pierre Joye | 2010-04-28 | 1 | -5/+0 |
| * | - fix build (void is evil) | Pierre Joye | 2010-04-28 | 1 | -1/+1 |
| * | Mask schemaname in error messages | Christopher Jones | 2010-04-28 | 2 | -4/+4 |
| * | - Fix test | Felipe Pena | 2010-04-28 | 1 | -1/+0 |
| * | Fixed few buffer overflows reported by Stefan Esser. | Andrey Hristov | 2010-04-28 | 1 | -17/+34 |
| * | revert change #298288: Remove old dsp/dsw/makefile files | Rob Richards | 2010-04-28 | 70 | -0/+15246 |
| * | - - Fixed #51128, imagefill() doesn't work with large images | Pierre Joye | 2010-04-28 | 1 | -2/+2 |
| * | - fix possible Dechunking Filter Buffer Overflow | Pierre Joye | 2010-04-28 | 1 | -2/+2 |
| * | const-ify fields | Andrey Hristov | 2010-04-28 | 3 | -12/+11 |
| * | Fixed a possible arbitrary memory access inside sqlite extension. Reported by... | Ilia Alshanetsky | 2010-04-28 | 1 | -2/+2 |
| * | add the constant back. quite a lot of code uses it. | Antony Dovgal | 2010-04-28 | 1 | -0/+1 |
| * | spread some more const | Johannes Schlüter | 2010-04-28 | 2 | -8/+8 |
| * | - Fix #51671, imagefill does not work correctly for small images | Pierre Joye | 2010-04-28 | 2 | -1/+25 |
| * | - WS | Pierre Joye | 2010-04-28 | 1 | -2/+2 |