summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 7.3.24php-7.3.24PHP-7.3.24Christoph M. Becker2020-10-274-5/+5
* Revert "Fix out-of-bounds write"Christoph M. Becker2020-10-261-1/+1
* Prepare for 7.3.24RC1php-7.3.24RC1Christoph M. Becker2020-10-134-5/+5
* Fix #80226: imap_sort() leaks sortpgm memoryChristoph M. Becker2020-10-123-0/+15
* Fix #80216: imap_mail_compose() does not validate types/encodingsChristoph M. Becker2020-10-123-9/+37
* Fix #80223: imap_mail_compose() leaks envelope on malformed bodiesChristoph M. Becker2020-10-123-2/+21
* Fix #80220: imap_mail_compose() may leak memoryChristoph M. Becker2020-10-122-1/+2
* Detect self-addition of array more accuratelyNikita Popov2020-10-122-1/+11
* Deindirect source elements in zend_hash_mergeNikita Popov2020-10-122-13/+33
* 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-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