summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Properly fix #80220Christoph M. Becker2020-10-202-9/+47
* Updated to version 2020.3 (2020c)Derick Rethans2020-10-191-3/+3
* Fix broken fix for #80239Christoph M. Becker2020-10-151-2/+2
* Fix #80239: imap_rfc822_write_address() leaks memoryChristoph M. Becker2020-10-152-0/+13
* Fix leak in gmp_export()Nikita Popov2020-10-152-2/+6
* Fix #64076: imap_sort() does not return FALSE on failureChristoph M. Becker2020-10-132-0/+26
* Fix #80226: imap_sort() leaks sortpgm memoryChristoph M. Becker2020-10-122-0/+14
* Fix #80216: imap_mail_compose() does not validate types/encodingsChristoph M. Becker2020-10-122-9/+35
* Fix #80223: imap_mail_compose() leaks envelope on malformed bodiesChristoph M. Becker2020-10-122-2/+19
* Fix #80220: imap_mail_compose() may leak memoryChristoph M. Becker2020-10-121-1/+1
* Fixed test for bug #48097 due to confirmed data changes in timelibDerick Rethans2020-10-111-9/+7
* Fix #80215: imap_mail_compose() may modify by-val parametersChristoph M. Becker2020-10-102-1/+77
* Fix #80213: imap_mail_compose() segfaults on certain $bodiesChristoph M. Becker2020-10-102-0/+25
* Make iconv errno support test pass on Solaris.Petr Sumbera2020-10-091-1/+1
* XFAIL test broken by timelib updateNikita Popov2020-10-091-0/+2
* Updated to version 2020.2 (2020b)Derick Rethans2020-10-081-853/+724
* Updated to version 2020.2 (2020b)Derick Rethans2020-10-081-1/+1
* Fix too strict imap test expectationsChristoph M. Becker2020-10-082-2/+2
* Fix #77040: tidyNode::isHtml() is completely brokenChristoph M. Becker2020-10-072-4/+34
* Fix #80185: jdtounix() fails after 2037Christoph M. Becker2020-10-073-2/+38
* Fix #46050: odbc_next_result corrupts prepared resourceChristoph M. Becker2020-10-052-0/+28
* Fix -Wimplicit-function-declaration in configureNikita Popov2020-10-051-12/+26
* Fix out-of-bounds writeK.Kosako2020-10-021-1/+1
* Fixed incorrect error messageGeorge Peter Banyard2020-09-301-2/+0
* Fixed incorrect logical conditionGeorge Peter Banyard2020-09-301-2/+2
* Fix #80152: odbc_execute() moves internal pointer of $paramsChristoph M. Becker2020-09-292-1/+27
* Fix #80150: Failure to fetch error messageChristoph M. Becker2020-09-291-11/+11
* Fix bug #80137Matthias Karbe2020-09-292-0/+12
* Fix bug #80138Matthias Karbe2020-09-293-0/+18
* Fix bug #79601 (Wrong ciphertext/tag in AES-CCM encryption for a 12 bytes IV)Stanislav Malyshev2020-09-284-22/+57
* Fix #67465: NULL Pointer dereference in odbc_handle_preparerChristoph M. Becker2020-09-282-1/+19
* Fix logic error in PDOGeorge Peter Banyard2020-09-251-1/+2
* Fix #80147: BINARY strings may not be properly zero-terminatedChristoph M. Becker2020-09-252-0/+28
* Use proper skipif sectionChristoph M. Becker2020-09-241-3/+1
* Fix #78470: odbc_specialcolumns() no longer accepts $nullableChristoph M. Becker2020-09-242-1/+16
* Fix #76735: Incorrect message in fopen on invalid modeChristoph M. Becker2020-09-232-2/+10
* Fix #77493: curl_basic_009 fails with newer curl versionsChristoph M. Becker2020-09-231-4/+4
* Fix #76943: Inconsistent stream_wrapper_restore() errorsChristoph M. Becker2020-09-221-0/+28
* Fix memory leak in php_imap_mutf7()Christoph M. Becker2020-09-211-1/+2
* Fix #80114: parse_url does not accept URLs with port 0Christoph M. Becker2020-09-2012-4/+33
* Fix mysqli build with mysqlnd and without PDOBob Weinand2020-09-201-1/+1
* Fix #78179: mysqli/mysqlnd transaction extensionsDaniel Black2020-09-182-42/+38
* Support NO_BACKSLASH_ESCAPES with newer libmysqlclientNikita Popov2020-09-182-3/+13
* Use MyISAM engine for new testNikita Popov2020-09-181-1/+1
* Fix bug #80107: Handling of large compressed packetsNikita Popov2020-09-182-48/+79
* Bug #80107 Add test for mysqli_query() fails for ~16 MB long query when compr...Máté Kocsis2020-09-181-0/+51
* Fix mysqli_release_savepoint() on mysqlndNikita Popov2020-09-172-2/+2
* Fix #80115: mysqlnd.debug doesn't recognize absolute paths with slashesChristoph M. Becker2020-09-171-1/+1
* pdo_mysql/mysqli (native) libmysqlclient_r no-longer usedDaniel Black2020-09-172-10/+2
* mysql: native mysql-8.0 uses _BoolDaniel Black2020-09-173-3/+6