2010-05-10 |
Arnaud Le Blanc | Added upload progress feedback in session data as descr... |
commit | commitdiff | tree | snapshot |
2010-05-10 |
Arnaud Le Blanc | Fix tests |
commit | commitdiff | tree | snapshot |
2010-05-10 |
Etienne Kneuss | fix the fix for the fix |
commit | commitdiff | tree | snapshot |
2010-05-10 |
Etienne Kneuss | Fix crash |
commit | commitdiff | tree | snapshot |
2010-05-10 |
Felipe Pena | - Fix crash when instantiating MultipleIterator |
commit | commitdiff | tree | snapshot |
2010-05-08 |
Jérôme Loyet | Fix #51736, wrong checks on dynamic parameters |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Hannes Magnusson | NEWS is not docs and limit lines to 80chars |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Felipe Pena | - Fix typo (take 3! thanks Chris and Tony) |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Felipe Pena | - Fix error message wording (Kalle) |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Felipe Pena | - Fixed ZEND_VERIFY_ABSTRACT_CLASS order when using... |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Antony Dovgal | make the code more readable |
commit | commitdiff | tree | snapshot |
2010-05-07 |
David Soria... | Abort if DTrace is not installed on the system |
commit | commitdiff | tree | snapshot |
2010-05-07 |
David Soria... | Abort with an error message if we cannot create the... |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Felipe Pena | - Fixed magic method and constructor copy for traits |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Felipe Pena | - Added check for constant creation on Traits |
commit | commitdiff | tree | snapshot |
2010-05-06 |
Felipe Pena | - New tests |
commit | commitdiff | tree | snapshot |
2010-05-06 |
Felipe Pena | - Added check for 'static' on trait visibility modifier |
commit | commitdiff | tree | snapshot |
2010-05-06 |
Felipe Pena | - Fix typos |
commit | commitdiff | tree | snapshot |
2010-05-06 |
Felipe Pena | - Fix error messages & WS |
commit | commitdiff | tree | snapshot |
2010-05-06 |
Felipe Pena | - New tests |
commit | commitdiff | tree | snapshot |
2010-05-06 |
Felipe Pena | - Added get_declared_traits() |
commit | commitdiff | tree | snapshot |
2010-05-06 |
Kalle Sommer... | Well we do need zend_throw_exception_ex ;-) |
commit | commitdiff | tree | snapshot |
2010-05-06 |
Dmitry Stogov | Added compiler hints |
commit | commitdiff | tree | snapshot |
2010-05-06 |
Dmitry Stogov | Optimized access to static properties using executor... |
commit | commitdiff | tree | snapshot |
2010-05-06 |
Dmitry Stogov | Fixed PDO objects binary incompatibility |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Sara Golemon | Add JSON_Serializable interface |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Felipe Pena | - Fixed bug #51740 (acinclude.m4 macro PHP_CHECK_SIZEOF... |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Pierre Joye | - nuke unused vars |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Pierre Joye | - #51063, news and test |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Pierre Joye | - #51063, implement getimagesizefromstring |
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 |
Felipe Pena | - New tests |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Felipe Pena | - Added check for trait when trying to extend it |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Felipe Pena | - Fix trait flag identification |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Felipe Pena | - Added check for abstract class |
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 |
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 |
next |