summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix #80215: imap_mail_compose() may modify by-val parametersChristoph M. Becker2020-10-103-1/+78
* | Fix #80213: imap_mail_compose() segfaults on certain $bodiesChristoph M. Becker2020-10-103-0/+28
* | 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-073-4/+37
* | Fix #80185: jdtounix() fails after 2037Christoph M. Becker2020-10-074-2/+41
* | Fix #46050: odbc_next_result corrupts prepared resourceChristoph M. Becker2020-10-053-0/+29
* | Fix -Wimplicit-function-declaration in configureNikita Popov2020-10-055-40/+61
* | Fix out-of-bounds writeK.Kosako2020-10-021-1/+1
* | [ci skip] moved soap fix to 7.3.23Matteo Beccati2020-10-021-5/+5
* | Backport of a partial fix for bug Bug #76982 (memory leak declaring closure i...Dmitry Stogov2020-10-013-19/+4
* | Merge branch 'PHP-7.2' into PHP-7.3Remi Collet2020-09-300-0/+0
|\ \ | |/
| * bump version to 7.2.35-devRemi Collet2020-09-303-5/+8
* | Fixed incorrect error messageGeorge Peter Banyard2020-09-301-2/+0
* | Fixed incorrect logical conditionGeorge Peter Banyard2020-09-301-2/+2
* | [ci skip] Add 7.3.23 security fixes to NEWSStanislav Malyshev2020-09-291-0/+6
* | [ci skip] Fix versionChristoph M. Becker2020-09-291-1/+1
* | Fix #80152: odbc_execute() moves internal pointer of $paramsChristoph M. Becker2020-09-293-1/+28
* | Fix #80150: Failure to fetch error messageChristoph M. Becker2020-09-292-11/+12
* | Fix bug #80137Matthias Karbe2020-09-292-0/+12
* | Fix bug #80138Matthias Karbe2020-09-293-0/+18
* | Merge branch 'PHP-7.2' into PHP-7.3Remi Collet2020-09-290-0/+0
|\ \ | |/
| * [ci skip] typoRemi Collet2020-09-291-2/+2
| * Update NEWS & UPGRADINGStanislav Malyshev2020-09-282-3/+15
| * Do not decode cookie names anymoreStanislav Malyshev2020-09-264-6/+38
| * Fix bug #79601 (Wrong ciphertext/tag in AES-CCM encryption for a 12 bytes IV)Stanislav Malyshev2020-09-264-22/+57
* | Do not decode cookie names anymoreStanislav Malyshev2020-09-284-6/+38
* | Fix bug #79601 (Wrong ciphertext/tag in AES-CCM encryption for a 12 bytes IV)Stanislav Malyshev2020-09-284-22/+57
* | Update UPGRADINGStanislav Malyshev2020-09-281-0/+5
* | Fix #67465: NULL Pointer dereference in odbc_handle_preparerChristoph M. Becker2020-09-283-1/+22
* | Fix logic error in PDOGeorge Peter Banyard2020-09-251-1/+2
* | Fix #80147: BINARY strings may not be properly zero-terminatedChristoph M. Becker2020-09-253-0/+30
* | Use proper skipif sectionChristoph M. Becker2020-09-241-3/+1
* | Fix #78470: odbc_specialcolumns() no longer accepts $nullableChristoph M. Becker2020-09-243-1/+19
* | Fix #76735: Incorrect message in fopen on invalid modeChristoph M. Becker2020-09-234-5/+12
* | 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-223-6/+36
* | Fix #79423: copy command is limited to size of file it can copyChristoph M. Becker2020-09-222-1/+21
* | 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-2013-4/+36
* | 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-183-48/+81
* | 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