summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* run-tests: fixed exit code not being set on BORKED testsPHP-7.3Dylan K. Taylor2021-02-231-1/+1
* Fix newly introduced compiler warningNikita Popov2021-02-031-1/+1
* 7.3.28 is nextChristoph M. Becker2021-02-024-7/+9
* Revert "Updated to version 2021.1 (2021a)"Christoph M. Becker2021-02-011-2559/+2360
* Fix bug #80672 - Null Dereference in SoapClientStanislav Malyshev2021-01-315-14/+40
* 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
* [ci skip] Fix orderStanislav Malyshev2021-01-041-2/+2
* [ci skip] Unpdate NEWSStanislav Malyshev2021-01-041-0/+2
* 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
* | 7.3.27 is nextChristoph M. Becker2020-12-154-6/+9
* | 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