summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix #80280: ADD_EXTENSION_DEP() fails for ext/standard and ext/dateChristoph M. Becker2020-10-263-1/+7
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-10-260-0/+0
|\ \ | |/
| * Fix bug 76618George Peter Banyard2020-10-222-1/+2
* | Fix bug 76618George Peter Banyard2020-10-222-1/+2
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-10-222-3/+39
|\ \ | |/
| * Don't crash on uninitialized tidy objectNikita Popov2020-10-222-3/+39
* | Updated to version 2020.4 (2020d)Derick Rethans2020-10-221-399/+400
* | Empty mergeDerick Rethans2020-10-220-0/+0
|\ \ | |/
| * Updated to version 2020.4 (2020d)Derick Rethans2020-10-221-399/+400
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-10-203-9/+37
|\ \ | |/
| * Fix #80242: imap_mail_compose() segfaults for multipart with rfc822Christoph M. Becker2020-10-203-9/+37
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-10-201-1/+1
|\ \ | |/
| * Add char* cast to avoid compiler warningsChristoph M. Becker2020-10-201-1/+1
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-10-203-9/+48
|\ \ | |/
| * Properly fix #80220Christoph M. Becker2020-10-203-9/+48
* | Fix bug #79643: Invalid memory read when opcache.interned_strings_buffer is 0twosee2020-10-202-1/+9
* | Fix CCM tag length setting for old OpenSSL versionsNikita Popov2020-10-201-11/+9
* | Fix bug #79983: Add support for OCB modeNikita Popov2020-10-195-7/+203
* | Updated to version 2020.3 (2020c)Derick Rethans2020-10-191-3/+3
* | Empty mergeDerick Rethans2020-10-190-0/+0
|\ \ | |/
| * Updated to version 2020.3 (2020c)Derick Rethans2020-10-191-3/+3
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-10-151-2/+2
|\ \ | |/
| * Fix broken fix for #80239Christoph M. Becker2020-10-151-2/+2
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-10-153-0/+14
|\ \ | |/
| * Fix #80239: imap_rfc822_write_address() leaks memoryChristoph M. Becker2020-10-153-0/+14
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-10-152-2/+6
|\ \ | |/
| * Fix leak in gmp_export()Nikita Popov2020-10-152-2/+6
* | Allow passing $tag for non-authenticated encryptionNikita Popov2020-10-144-13/+7
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-10-133-0/+28
|\ \ | |/
| * Fix #64076: imap_sort() does not return FALSE on failureChristoph M. Becker2020-10-133-0/+28
* | Prepare for 7.4.13Derick Rethans2020-10-131-1/+4
* | Ignore memory leaks reported for some libc-client functionsChristoph M. Becker2020-10-131-0/+6
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-10-130-0/+0
|\ \ | |/
| * 7.3.25 is nextChristoph M. Becker2020-10-134-6/+9
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-10-123-0/+15
|\ \ | |/
| * Fix #80226: imap_sort() leaks sortpgm memoryChristoph M. Becker2020-10-123-0/+15
* | intl: report more information about message pattern parse errorsPhilip Hofstetter2020-10-123-11/+44
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-10-123-9/+37
|\ \ | |/
| * Fix #80216: imap_mail_compose() does not validate types/encodingsChristoph M. Becker2020-10-123-9/+37
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-10-123-2/+21
|\ \ | |/
| * Fix #80223: imap_mail_compose() leaks envelope on malformed bodiesChristoph M. Becker2020-10-123-2/+21
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-10-122-1/+2
|\ \ | |/
| * Fix #80220: imap_mail_compose() may leak memoryChristoph M. Becker2020-10-122-1/+2
* | Revert "Add missing X509 purpose constants"Nikita Popov2020-10-122-14/+2
* | Add missing X509 purpose constantsVincent JARDIN2020-10-122-2/+14
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-10-124-14/+44
|\ \ | |/
| * Detect self-addition of array more accuratelyNikita Popov2020-10-122-1/+11
| * Deindirect source elements in zend_hash_mergeNikita Popov2020-10-122-13/+33
* | Backport schedule in yamlNikita Popov2020-10-121-0/+8
* | Avoid non-object in FE_FREENikita Popov2020-10-122-25/+40