2010-05-04 |
Rob Richards | fix bug #49490 (XPath namespace prefix conflict) |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Derick Rethans | - Fixed bug #49081 (DateTime::diff() mistake if start... |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Andrey Hristov | OOM stability fixes |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Andrey Hristov | Add possibility to control the allocator in when PHP... |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Rob Richards | fix bug #51721 (mark DOMNodeList and DOMNamedNodeMap... |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Rob Richards | fix non-windows builds |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Adam Harvey | Fix for bug #48289 (iconv_mime_encode() quoted-printabl... |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Adam Harvey | Alter the getmxrr() test to use lists.php.net (which... |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Pierre Joye | - Fixed bug #51732, Fileinfo __construct or open does... |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Stefan Marr | Changed naming of traits-related helper functions ... |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Pierre Joye | - revert fix for #51723 in 5.2, vc6 does not support... |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Andrey Hristov | Handle OOM in mysqlnd_res::store_result_fetch_data |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Pierre Joye | - fix build (declaration must be first) |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Andrey Hristov | Handle OOM in mysqlnd_fetch_row_buffered_c() |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Andrey Hristov | Handle OOM in mysqlnd_fetch_row_unbuffered_c() |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Andrey Hristov | Handle OOM stemming from mysqlnd_result_init in the... |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Pierre Joye | - #51273, Content-length header is limited to 32bit... |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Andrey Hristov | Handle gracefully OOM in mysqlnd_mempool_create and... |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Felipe Pena | - Replaced 'zend_hash_find' to 'zend_hash_quick_find... |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Andrey Hristov | Handle OOM in block_alloc_get_chunk, and also in the... |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Andrey Hristov | Remove unused parameter |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Ilia Alshanetsky | Fixed bug #51690 (Phar::setStub looks for case-sensitiv... |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Pierre Joye | - WS |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Andrey Hristov | One more case to handle in case of OOM, in block_alloc_... |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Andrey Hristov | Handle OOM when resizing blocks during data fetch |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Andrey Hristov | Fix compiler warnings - unused functions |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Andrey Hristov | Better handing of OOM in mysqlnd::set_client_option |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Kalle Sommer... | Fix build, declarings first |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Pierre Joye | - update bison version (mike) |
commit | commitdiff | tree | snapshot |
2010-05-02 |
Ilia Alshanetsky | - Fixed a possible stack exaustion inside fnmatch(... |
commit | commitdiff | tree | snapshot |
2010-05-02 |
Felipe Pena | - WS |
commit | commitdiff | tree | snapshot |
2010-05-02 |
Felipe Pena | - Changed zend_hash func calls to use the quick ones |
commit | commitdiff | tree | snapshot |
2010-05-02 |
Stefan Marr | Refactored part of the Traits implementation. |
commit | commitdiff | tree | snapshot |
2010-05-02 |
Raphael Geissert | Fix bug in unaligned memory access fix |
commit | commitdiff | tree | snapshot |
2010-05-01 |
Raphael Geissert | Fix unaligned memory accesses in enchant (bug #51289) |
commit | commitdiff | tree | snapshot |
2010-05-01 |
Felipe Pena | - Fixed bug #51719 (typo in function prototype) |
commit | commitdiff | tree | snapshot |
2010-05-01 |
Raphael Geissert | Fix another typo s/exlcusive/exclusive |
commit | commitdiff | tree | snapshot |
2010-05-01 |
Raphael Geissert | Fix typos s/connnection/connection |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Antony Dovgal | merge the fix for #51688 |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Pierre Joye | - Fix #51688, ini per dir crashes when invalid document... |
commit | commitdiff | tree | snapshot |
2010-04-30 |
David Soria... | Make sure we search the source dir for the dtrace files |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Etienne Kneuss | Fix misplaced code |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Andrey Hristov | Handle OOM cases, in case of persistent connections... |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Etienne Kneuss | Implement SplObjectStorage::getHash() |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Andrey Hristov | Fix valgrind warning, usage of nirvana memory |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Andrey Hristov | Add a test case for the recently fixed memleak |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Andrey Hristov | Fix possible crashes in case of OOM, as well as a leak. |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Antony Dovgal | fix tests |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Antony Dovgal | fix skipif section |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Andrey Hristov | Try blob columns instead of int, and insert a lot of... |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Andrey Hristov | Fix crash if OOM and USE_ZEND_ALLOC=0 |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Pierre Joye | - Adieu VC6/7/8, merci pour les bons et loyaux services |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Christopher... | Bug #51691 (Unnecessary realloc causes crashes in PHP... |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Christopher... | Remove obsolete test |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Kalle Sommer... | Update UPGRADING with recent feature removals |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Derick Rethans | - Updated to version 2010.9 (2010i) |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Pierre Joye | - we don't need that anymore |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Pierre Joye | - fix build (void is evil) |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Christopher... | Mask schemaname in error messages |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Felipe Pena | - Fix test |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Andrey Hristov | Fixed few buffer overflows reported by Stefan Esser. |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Rob Richards | revert change #298288: Remove old dsp/dsw/makefile... |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Pierre Joye | - - Fixed #51128, imagefill() doesn't work with large... |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Pierre Joye | - fix possible Dechunking Filter Buffer Overflow |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Andrey Hristov | const-ify fields |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Ilia Alshanetsky | Fixed a possible arbitrary memory access inside sqlite... |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Antony Dovgal | add the constant back. quite a lot of code uses it. |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Johannes Schlüter | spread some more const |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Pierre Joye | - Fix #51671, imagefill does not work correctly for... |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Pierre Joye | - WS |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Ilia Alshanetsky | Fixed string format validation inside phar extension... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Dmitry Stogov | Fixed memory leak in ext/spl/tests/spl_autoload_bug4854... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Andrey Hristov | Fixed very rare memory leak in mysqlnd, when binding... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Dmitry Stogov | ws |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Dmitry Stogov | - ws |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Dmitry Stogov | - Reimplemented ZEND_INIT_FCALL_BY_NAME and ZEND_INIT_N... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Andrey Hristov | Of course, 64*4 is 256, not 1024 |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Andrey Hristov | Move the macro to mysqlnd_enum_n_def.h, because it... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Etienne Kneuss | Fixed #48361 (SplFileInfo::getPathName() should return... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Andrey Hristov | Test case for the buffer overflow in mysqlnd_change_user |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Andrey Hristov | Fixed buffer overflow in mysqlnd_change_user |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Hannes Magnusson | - Unifiy that message |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Hannes Magnusson | Fix test |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Andrey Hristov | Fixed possible buffer overflow in mysqlnd_conn__list_fi... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Etienne Kneuss | Fix #51374 (Wrongly initialized object properties) |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Pierrick Charron | Fixed bug #51670 getColumnMeta causes segfault when... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Etienne Kneuss | Fix #49723 (Skip seek when unnecessary) |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Pierrick Charron | Remove unused variables |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Kalle Sommer... | Removed safe_mode |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Ilia Alshanetsky | Fixed handling of session variable serialization on... |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Felipe Pena | - Fixed tests |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Dmitry Stogov | Fixed crash in Zend/tests/unset_cv09.phpt |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Antony Dovgal | fix test |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Antony Dovgal | fix test |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Antony Dovgal | fix skipif sections |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Felipe Pena | - Fix test |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Pierre Joye | - Fix #51582, Don't assume UINT64_C it's ever available |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Pierrick Charron | Update tests related to allow_call_time_pass_reference |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Felipe Pena | - Remove empty tests |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Felipe Pena | - Removed allow_call_time_pass_reference (Pierrick) |
commit | commitdiff | tree | snapshot |
next |