summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix #77423: parse_url() will deliver a wrong host to userphp-7.3.26PHP-7.3.26Stanislav Malyshev2021-01-048-15/+63
* Prepare for 7.3.26Christoph M. Becker2021-01-044-5/+5
* Prepare 7.3.26RC1php-7.3.26RC1Christoph M. Becker2020-12-154-5/+5
* Fix mysqli_expire_password test for mariadbDaniel Black2020-12-031-13/+25
* Fixed bug #80457Nikita Popov2020-12-022-1/+4
* 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
* 7.3.26 is nextChristoph M. Becker2020-11-104-6/+9
* Fixed bug #80310: Support for icu4c 68.1.Alexander M. Turek2020-11-092-0/+6
* Fix #80266: parse_url silently drops port number 0Christoph M. Becker2020-11-046-8/+26
* Fix another implicit function declaration in configureNikita Popov2020-11-031-5/+1
* Fix #70461: disable md5 code when it is not supported in net-snmpChristoph M. Becker2020-11-022-1/+8
* Fix format specifierChristoph M. Becker2020-10-291-1/+1
* Fix #44618: Fetching may rely on uninitialized dataChristoph M. Becker2020-10-293-4/+87
* 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-263-1/+27
* Declare may_retry_reparse_point on windows onlyNikita Popov2020-10-261-1/+2
* Fix #62474: com_event_sink crashes on certain argumentsChristoph M. Becker2020-10-263-20/+41
* Fix #80258: Windows Deduplication Enabled, randon permission errorsChristoph M. Becker2020-10-262-2/+6
* Fix #80280: ADD_EXTENSION_DEP() fails for ext/standard and ext/dateChristoph M. Becker2020-10-263-1/+7
* Fix bug 76618George Peter Banyard2020-10-222-1/+2
* 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-203-9/+37
* Add char* cast to avoid compiler warningsChristoph M. Becker2020-10-201-1/+1
* Properly fix #80220Christoph M. Becker2020-10-203-9/+48
* 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-153-0/+14
* Fix leak in gmp_export()Nikita Popov2020-10-152-2/+6
* Fix #64076: imap_sort() does not return FALSE on failureChristoph M. Becker2020-10-133-0/+28
* 7.3.25 is nextChristoph M. Becker2020-10-134-6/+9
* 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