summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove unused parameterAndrey Hristov2010-05-035-10/+14
* Fixed bug #51690 (Phar::setStub looks for case-sensitive __HALT_COMPILER())Ilia Alshanetsky2010-05-033-8/+22
* - WSPierre Joye2010-05-031-2/+2
* One more case to handle in case of OOM, in block_alloc_resize_chunkAndrey Hristov2010-05-031-1/+6
* Handle OOM when resizing blocks during data fetchAndrey Hristov2010-05-033-4/+14
* Fix compiler warnings - unused functionsAndrey Hristov2010-05-031-54/+41
* Better handing of OOM in mysqlnd::set_client_optionAndrey Hristov2010-05-031-10/+19
* Fix build, declarings firstKalle Sommer Nielsen2010-05-031-2/+3
* - update bison version (mike)Pierre Joye2010-05-031-1/+1
* - Fixed a possible stack exaustion inside fnmatch(). Reporeted by Stefan EsserIlia Alshanetsky2010-05-021-0/+4
* - WSFelipe Pena2010-05-021-3/+4
* - Changed zend_hash func calls to use the quick onesFelipe Pena2010-05-021-14/+11
* Refactored part of the Traits implementation.Stefan Marr2010-05-022-45/+56
* Fix bug in unaligned memory access fixRaphael Geissert2010-05-021-1/+1
* Fix unaligned memory accesses in enchant (bug #51289)Raphael Geissert2010-05-012-2/+32
* - Fixed bug #51719 (typo in function prototype)Felipe Pena2010-05-011-2/+2
* Fix another typo s/exlcusive/exclusiveRaphael Geissert2010-05-011-1/+1
* Fix typos s/connnection/connectionRaphael Geissert2010-05-011-4/+4
* merge the fix for #51688Antony Dovgal2010-04-301-0/+3
* - Fix #51688, ini per dir crashes when invalid document root are givenPierre Joye2010-04-301-0/+3
* Make sure we search the source dir for the dtrace filesDavid Soria Parra2010-04-301-3/+3
* Fix misplaced codeEtienne Kneuss2010-04-291-2/+7
* Handle OOM cases, in case of persistent connections this is realAndrey Hristov2010-04-292-18/+75
* Implement SplObjectStorage::getHash()Etienne Kneuss2010-04-293-59/+207
* Fix valgrind warning, usage of nirvana memoryAndrey Hristov2010-04-291-1/+1
* Add a test case for the recently fixed memleakAndrey Hristov2010-04-291-0/+4
* Fix possible crashes in case of OOM, as well as a leak.Andrey Hristov2010-04-291-2/+21
* fix testsAntony Dovgal2010-04-295-5/+5
* fix skipif sectionAntony Dovgal2010-04-291-1/+1
* Try blob columns instead of int, and insert a lot of data at onceAndrey Hristov2010-04-291-6/+33
* Fix crash if OOM and USE_ZEND_ALLOC=0Andrey Hristov2010-04-291-1/+5
* - Adieu VC6/7/8, merci pour les bons et loyaux servicesPierre Joye2010-04-291-0/+5
* Bug #51691 (Unnecessary realloc causes crashes in PHP trunk tests with intern...Christopher Jones2010-04-292-15/+46
* Remove obsolete testChristopher Jones2010-04-291-22/+0
* Update UPGRADING with recent feature removalsKalle Sommer Nielsen2010-04-291-10/+71
* - Updated to version 2010.9 (2010i)Derick Rethans2010-04-281-635/+585
* - we don't need that anymorePierre Joye2010-04-281-5/+0
* - fix build (void is evil)Pierre Joye2010-04-281-1/+1
* Mask schemaname in error messagesChristopher Jones2010-04-282-4/+4
* - Fix testFelipe Pena2010-04-281-1/+0
* Fixed few buffer overflows reported by Stefan Esser.Andrey Hristov2010-04-281-17/+34
* revert change #298288: Remove old dsp/dsw/makefile filesRob Richards2010-04-2870-0/+15246
* - - Fixed #51128, imagefill() doesn't work with large imagesPierre Joye2010-04-281-2/+2
* - fix possible Dechunking Filter Buffer OverflowPierre Joye2010-04-281-2/+2
* const-ify fieldsAndrey Hristov2010-04-283-12/+11
* Fixed a possible arbitrary memory access inside sqlite extension. Reported by...Ilia Alshanetsky2010-04-281-2/+2
* add the constant back. quite a lot of code uses it.Antony Dovgal2010-04-281-0/+1
* spread some more constJohannes Schlüter2010-04-282-8/+8
* - Fix #51671, imagefill does not work correctly for small imagesPierre Joye2010-04-282-1/+25
* - WSPierre Joye2010-04-281-2/+2