2010-05-05 |
Felipe Pena | - Fixed bug #51740 (acinclude.m4 macro PHP_CHECK_SIZEOF... |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Rob Richards | fix bug #48601 (xpath() returns FALSE for legitimate... |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Dmitry Stogov | Fixed bug #50698 (SoapClient should handle wsdls with... |
commit | commitdiff | tree | snapshot |
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 |
Adam Harvey | Fix misordered news item. |
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 | Well, as long as we're dealing with typos... :) |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Felipe Pena | - Fix typo |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Pierre Joye | - fix build |
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-04 |
Dmitry Stogov | Fixed a possible memory corruption in addcslashes(). |
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 |
Pierre Joye | - update bison version (mike) |
commit | commitdiff | tree | snapshot |
2010-05-02 |
Felipe Pena | - Revert accidental changes |
commit | commitdiff | tree | snapshot |
2010-05-02 |
Ilia Alshanetsky | - Fixed a possible stack exaustion inside fnmatch(... |
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 |
Pierre Joye | - Fix #51688, ini per dir crashes when invalid document... |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Andrey Hristov | Handle OOM cases, in case of persistent connections... |
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 |
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 |
Christopher... | Bug #51691 (Unnecessary realloc causes crashes in PHP... |
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 |
Christopher... | Mask schemaname in error messages |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Andrey Hristov | Fixed few buffer overflows reported by Stefan Esser. |
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 |
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 |
Andrey Hristov | Fixed very rare memory leak in mysqlnd, when binding... |
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-26 |
Kalle Sommer... | Merge safe_mode changes into extensions that are in... |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Ilia Alshanetsky | Fixed handling of session variable serialization on... |
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-25 |
Felipe Pena | - BFN #51624 |
commit | commitdiff | tree | snapshot |
2010-04-25 |
Hannes Magnusson | mention which setting! |
commit | commitdiff | tree | snapshot |
2010-04-25 |
Etienne Kneuss | Fix #51532 (Invalid prototype for SplFileInfo::fscanf) |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Felipe Pena | - Fixed memory leak |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Christopher... | Initialize vars to prevent valgrind warnings in some... |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Andrey Hristov | Fix for bug #51647 Certificate file without private... |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Felipe Pena | - Fixed compiler warnings |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Felipe Pena | - Fixed bug #51435 (Missing ifdefs / logic bug in crypt... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Andrey Hristov | Change the way the allocator is called - through an... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Andrey Hristov | Fix problem spotted by Felipe. |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Antony Dovgal | revert most of the Andrey's patch that causes segfaults |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Andrey Hristov | adding what last commit was missing |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Andrey Hristov | Remove dead code and add possibility to fine tune the... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Andrey Hristov | Add the posibility to switch off the compilation of... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Antony Dovgal | initialize variable. this code still segfaults in OpenS... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Pierre Joye | - Bug #51629, CURLOPT_FOLLOWLOCATION error message... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Pierre Joye | - Bug #51629, CURLOPT_FOLLOWLOCATION error message... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Adam Harvey | Fix for bug #51604 (newline in end of header is shown... |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Felipe Pena | - Changed order to FR |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Felipe Pena | - Fixed bug #51627 (script path not correctly evaluated) |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Felipe Pena | - Fixed bug #51562 (query timeout in mssql can not... |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Felipe Pena | - Fix mem. leak |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Andrey Hristov | Hardening the reads of mysqlnd. |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Andrey Hristov | put the trigger in the right place |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Andrey Hristov | It is possible that change user tries an user who has... |
commit | commitdiff | tree | snapshot |
next |