]> granicus.if.org Git - php/shortlog
php
2010-05-26 Felipe Pena- Fixed bug #51899 (Parse error in parse_ini_file(...
2010-05-26 Felipe Pena- Fixed bug #51905 (ReflectionParameter fails if defaul...
2010-05-25 Andrey HristovHandle the situation when MYSQLND_PROTOCOL's methods...
2010-05-25 Andrey HristovHandle the situation when mysql_init()/mysqlnd_init()
2010-05-25 Felipe Pena- Fixed bug #51911 (ReflectionParameter::getDefaultValu...
2010-05-25 Andrey HristovGracefully handle OOM in mysqlnd_stmt_init. Release...
2010-05-25 Andrey HristovInit should return status value because initialization...
2010-05-25 Andrey HristovUse the specialized macro for this case
2010-05-25 Andrey HristovUse only memory that has been allocated
2010-05-25 Andrey HristovAccess memory which was really allocated
2010-05-25 Andrey HristovFix shared build
2010-05-25 Andrey HristovHandle OOM in the code that generates PS Execute requests
2010-05-25 Andrey HristovFix metadata duplicatin which wasn't crash-safe in...
2010-05-24 Rasmus LerdorfCheck for -1 as well here
2010-05-24 Rasmus LerdorfLet's have a sane error message here instead of some...
2010-05-21 Andrey HristovCheck set->data for validity before using it.
2010-05-21 Andrey HristovWhen OOM hits the wire, don't crash.
2010-05-21 Andrey HristovFix for Bug #51870
2010-05-20 Ilia AlshanetskyAdded support for JSON_NUMERIC_CHECK option in json_enc...
2010-05-20 Christopher... New current()/next() test
2010-05-20 Felipe Pena- Added arginfo
2010-05-20 Antony Dovgalfix ZTS build
2010-05-19 Sara GolemonMFH: Add IV to openssl_(en|de)crypt()
2010-05-19 Michael Wallner* fixed bug #47842 sscanf() does not support 64...
2010-05-18 Pierre Joye- #51854, fix logic (patch by Tjerk)
2010-05-18 Andrey HristovRemove duplicated code.
2010-05-18 Michael Wallnerfix typo
2010-05-18 Michael Wallneradd missing news about backlog socket context option...
2010-05-18 Michael Wallner* fixed bug #49819: STDOUT losing data with posix_isatty()
2010-05-17 Pierre Joye- #43233
2010-05-17 Pierre Joye- #43233, sasl support for ldap on windows
2010-05-17 Pierre Joye- 51844
2010-05-17 Pierre Joye- #51844, checkdnsrr does not support types other than MX
2010-05-17 Dmitry StogovFixed a possible crash because of recursive GC invocation
2010-05-15 Rasmus Lerdorftypo
2010-05-14 Felipe Pena- Fixed bug #51827 (Bad warning when register_shutdown_...
2010-05-14 Andrey Hristovresult_meta local storage
2010-05-14 Andrey HristovAllow overloading of mysqlnd_result_meta_init().
2010-05-14 Andrey HristovExport MYSQLND_PROTOCOL methods
2010-05-14 Andrey Hristov- Give possibility to overload mysqlnd_result_init().
2010-05-14 Andrey HristovOOM fixes
2010-05-13 Andrey Hristov- initialize some variables
2010-05-13 Andrey HristovExport the methods of MYSQLND_NET
2010-05-13 Andrey HristovExport the result_metadata methods to external modules.
2010-05-13 Andrey HristovBetter fix for #51605
2010-05-13 Dmitry StogovFixed a possible resource destruction issues in shm_put...
2010-05-13 Dmitry StogovFixed a possible memory corruption in ArrayObject:...
2010-05-13 Felipe Pena- Fixed bug #51791 (constant() aborts execution when...
2010-05-12 Christopher... Errors using reserved words as methods
2010-05-12 Dmitry StogovFixed a possible memory corruption in parse_str()....
2010-05-12 Dmitry StogovFixed a possible information leak because of interrupti...
2010-05-12 Dmitry StogovFixed a possible memory corruption in pack(). Reported...
2010-05-12 Michael WallnerFixed bug #51725 (xmlrpc_get_type() returns true on...
2010-05-11 Christopher... Restructure into PHP/PECL/PEAR component areas (at...
2010-05-11 Dmitry StogovFixed bug #49893 (Crash while creating an instance...
2010-05-11 Andrey HristovOne more time fixing the tests, lets use $IS_MYSQLND...
2010-05-11 Andrey Hristovhere comes the news, too
2010-05-11 Andrey HristovFix for mysqli_stmt_execute.phpt, should be ran only...
2010-05-11 Andrey HristovThese tests should be run only if mysqli uses mysqlnd...
2010-05-11 Raphael GeissertDocument CGI options in the manpage (bug #51718)
2010-05-11 Ilia AlshanetskyRemoved double allocation of buffer inside openssl_rand...
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-05 Felipe Pena- Fixed bug #51740 (acinclude.m4 macro PHP_CHECK_SIZEOF...
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 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 Adam HarveyFix misordered news item.
2010-05-04 Adam HarveyFix for bug #48289 (iconv_mime_encode() quoted-printabl...
2010-05-04 Adam HarveyWell, as long as we're dealing with typos... :)
2010-05-04 Felipe Pena- Fix typo
2010-05-04 Pierre Joye- fix build
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-04 Dmitry StogovFixed a possible memory corruption in addcslashes().
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 Pierre Joye- update bison version (mike)
2010-05-02 Felipe Pena- Revert accidental changes
2010-05-02 Ilia Alshanetsky- Fixed a possible stack exaustion inside fnmatch(...
next