]> granicus.if.org Git - php/shortlog
php
2010-05-11 Dmitry StogovFixed a possible memory corruption in substr_replace()
2010-05-11 Dmitry StogovFixed a possible memory corruption because of unexpecte...
2010-05-11 Andrey HristovFix for bug #51605 (Mysqli zombie links)
2010-05-10 Arnaud Le BlancAdded session upload progress tests
2010-05-10 Arnaud Le BlancAdded upload progress feedback in session data as descr...
2010-05-10 Arnaud Le BlancFix tests
2010-05-10 Etienne Kneussfix the fix for the fix
2010-05-10 Etienne KneussFix crash
2010-05-10 Felipe Pena- Fix crash when instantiating MultipleIterator
2010-05-08 Jérôme LoyetFix #51736, wrong checks on dynamic parameters
2010-05-07 Hannes MagnussonNEWS is not docs and limit lines to 80chars
2010-05-07 Felipe Pena- Fix typo (take 3! thanks Chris and Tony)
2010-05-07 Felipe Pena- Fix error message wording (Kalle)
2010-05-07 Felipe Pena- Fixed ZEND_VERIFY_ABSTRACT_CLASS order when using...
2010-05-07 Antony Dovgalmake the code more readable
2010-05-07 David Soria... Abort if DTrace is not installed on the system
2010-05-07 David Soria... Abort with an error message if we cannot create the...
2010-05-07 Felipe Pena- Fixed magic method and constructor copy for traits
2010-05-07 Felipe Pena- Added check for constant creation on Traits
2010-05-06 Felipe Pena- New tests
2010-05-06 Felipe Pena- Added check for 'static' on trait visibility modifier
2010-05-06 Felipe Pena- Fix typos
2010-05-06 Felipe Pena- Fix error messages & WS
2010-05-06 Felipe Pena- New tests
2010-05-06 Felipe Pena- Added get_declared_traits()
2010-05-06 Kalle Sommer... Well we do need zend_throw_exception_ex ;-)
2010-05-06 Dmitry StogovAdded compiler hints
2010-05-06 Dmitry StogovOptimized access to static properties using executor...
2010-05-06 Dmitry StogovFixed PDO objects binary incompatibility
2010-05-05 Sara GolemonAdd JSON_Serializable interface
2010-05-05 Felipe Pena- Fixed bug #51740 (acinclude.m4 macro PHP_CHECK_SIZEOF...
2010-05-05 Pierre Joye- nuke unused vars
2010-05-05 Pierre Joye- #51063, news and test
2010-05-05 Pierre Joye- #51063, implement getimagesizefromstring
2010-05-05 Rob Richardsfix bug #48601 (xpath() returns FALSE for legitimate...
2010-05-05 Dmitry StogovFixed bug #50698 (SoapClient should handle wsdls with...
2010-05-04 Felipe Pena- New tests
2010-05-04 Felipe Pena- Added check for trait when trying to extend it
2010-05-04 Felipe Pena- Fix trait flag identification
2010-05-04 Felipe Pena- Added check for abstract class
2010-05-04 Rob Richardsfix bug #49490 (XPath namespace prefix conflict)
2010-05-04 Derick Rethans- Fixed bug #49081 (DateTime::diff() mistake if start...
2010-05-04 Andrey HristovOOM stability fixes
2010-05-04 Andrey HristovAdd possibility to control the allocator in when PHP...
2010-05-04 Rob Richardsfix bug #51721 (mark DOMNodeList and DOMNamedNodeMap...
2010-05-04 Rob Richardsfix non-windows builds
2010-05-04 Adam HarveyFix for bug #48289 (iconv_mime_encode() quoted-printabl...
2010-05-04 Adam HarveyAlter the getmxrr() test to use lists.php.net (which...
2010-05-04 Pierre Joye- Fixed bug #51732, Fileinfo __construct or open does...
2010-05-03 Stefan MarrChanged naming of traits-related helper functions ...
2010-05-03 Pierre Joye- revert fix for #51723 in 5.2, vc6 does not support...
2010-05-03 Andrey HristovHandle OOM in mysqlnd_res::store_result_fetch_data
2010-05-03 Pierre Joye- fix build (declaration must be first)
2010-05-03 Andrey HristovHandle OOM in mysqlnd_fetch_row_buffered_c()
2010-05-03 Andrey HristovHandle OOM in mysqlnd_fetch_row_unbuffered_c()
2010-05-03 Andrey HristovHandle OOM stemming from mysqlnd_result_init in the...
2010-05-03 Pierre Joye- #51273, Content-length header is limited to 32bit...
2010-05-03 Andrey HristovHandle gracefully OOM in mysqlnd_mempool_create and...
2010-05-03 Felipe Pena- Replaced 'zend_hash_find' to 'zend_hash_quick_find...
2010-05-03 Andrey HristovHandle OOM in block_alloc_get_chunk, and also in the...
2010-05-03 Andrey HristovRemove unused parameter
2010-05-03 Ilia AlshanetskyFixed bug #51690 (Phar::setStub looks for case-sensitiv...
2010-05-03 Pierre Joye- WS
2010-05-03 Andrey HristovOne more case to handle in case of OOM, in block_alloc_...
2010-05-03 Andrey HristovHandle OOM when resizing blocks during data fetch
2010-05-03 Andrey HristovFix compiler warnings - unused functions
2010-05-03 Andrey HristovBetter handing of OOM in mysqlnd::set_client_option
2010-05-03 Kalle Sommer... Fix build, declarings first
2010-05-03 Pierre Joye- update bison version (mike)
2010-05-02 Ilia Alshanetsky- Fixed a possible stack exaustion inside fnmatch(...
2010-05-02 Felipe Pena- WS
2010-05-02 Felipe Pena- Changed zend_hash func calls to use the quick ones
2010-05-02 Stefan MarrRefactored part of the Traits implementation.
2010-05-02 Raphael GeissertFix bug in unaligned memory access fix
2010-05-01 Raphael GeissertFix unaligned memory accesses in enchant (bug #51289)
2010-05-01 Felipe Pena- Fixed bug #51719 (typo in function prototype)
2010-05-01 Raphael GeissertFix another typo s/exlcusive/exclusive
2010-05-01 Raphael GeissertFix typos s/connnection/connection
2010-04-30 Antony Dovgalmerge the fix for #51688
2010-04-30 Pierre Joye- Fix #51688, ini per dir crashes when invalid document...
2010-04-30 David Soria... Make sure we search the source dir for the dtrace files
2010-04-29 Etienne KneussFix misplaced code
2010-04-29 Andrey HristovHandle OOM cases, in case of persistent connections...
2010-04-29 Etienne KneussImplement SplObjectStorage::getHash()
2010-04-29 Andrey HristovFix valgrind warning, usage of nirvana memory
2010-04-29 Andrey HristovAdd a test case for the recently fixed memleak
2010-04-29 Andrey HristovFix possible crashes in case of OOM, as well as a leak.
2010-04-29 Antony Dovgalfix tests
2010-04-29 Antony Dovgalfix skipif section
2010-04-29 Andrey HristovTry blob columns instead of int, and insert a lot of...
2010-04-29 Andrey HristovFix crash if OOM and USE_ZEND_ALLOC=0
2010-04-29 Pierre Joye- Adieu VC6/7/8, merci pour les bons et loyaux services
2010-04-29 Christopher... Bug #51691 (Unnecessary realloc causes crashes in PHP...
2010-04-29 Christopher... Remove obsolete test
2010-04-29 Kalle Sommer... Update UPGRADING with recent feature removals
2010-04-28 Derick Rethans- Updated to version 2010.9 (2010i)
2010-04-28 Pierre Joye- we don't need that anymore
2010-04-28 Pierre Joye- fix build (void is evil)
2010-04-28 Christopher... Mask schemaname in error messages
2010-04-28 Felipe Pena- Fix test
next