summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Fix newly introduced compiler warningNikita Popov2021-02-031-1/+1
* Revert "Updated to version 2021.1 (2021a)"Christoph M. Becker2021-02-011-2559/+2360
* Fix bug #80672 - Null Dereference in SoapClientStanislav Malyshev2021-01-314-14/+37
* Rm unneeded functionStanislav Malyshev2021-01-271-16/+0
* Alternative fix for bug 77423Christoph M. Becker2021-01-268-28/+38
* Updated to version 2021.1 (2021a)Derick Rethans2021-01-251-2360/+2559
* Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2021-01-017-15/+61
|\
| * Fix #77423: parse_url() will deliver a wrong host to userPHP-7.2Christoph M. Becker2021-01-017-14/+59
| * Fix bug #79601 (Wrong ciphertext/tag in AES-CCM encryption for a 12 bytes IV)Stanislav Malyshev2020-09-264-22/+57
* | Fix mysqli_expire_password test for mariadbDaniel Black2020-12-031-13/+25
* | Fixed bug #80457Nikita Popov2020-12-021-1/+1
* | Fix test for bug62890 to not depend on system cert storeJakub Zelenka2020-11-271-1/+2
* | Fix mysqli_get_client_stats testDaniel Black2020-11-271-20/+8
* | Fix #80266: parse_url silently drops port number 0Christoph M. Becker2020-11-045-8/+23
* | Fix #70461: disable md5 code when it is not supported in net-snmpChristoph M. Becker2020-11-021-1/+4
* | Fix format specifierChristoph M. Becker2020-10-291-1/+1
* | Fix #44618: Fetching may rely on uninitialized dataChristoph M. Becker2020-10-292-4/+84
* | Deny cloning of fileinfo objectsNikita Popov2020-10-262-0/+28
* | Revert "Fix out-of-bounds write"Christoph M. Becker2020-10-261-1/+1
* | Fix #80268: loadHTML() truncates at NUL bytesChristoph M. Becker2020-10-262-1/+24
* | Fix #62474: com_event_sink crashes on certain argumentsChristoph M. Becker2020-10-262-20/+38
* | Fix #80280: ADD_EXTENSION_DEP() fails for ext/standard and ext/dateChristoph M. Becker2020-10-262-1/+3
* | Fix bug 76618George Peter Banyard2020-10-221-1/+1
* | Don't crash on uninitialized tidy objectNikita Popov2020-10-222-3/+39
* | Updated to version 2020.4 (2020d)Derick Rethans2020-10-221-399/+400
* | Fix #80242: imap_mail_compose() segfaults for multipart with rfc822Christoph M. Becker2020-10-202-9/+35
* | Add char* cast to avoid compiler warningsChristoph M. Becker2020-10-201-1/+1
* | 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