#
7d085c87 |
| 10-Oct-2020 |
Christoph M. Becker |
Merge branch 'PHP-7.4' into PHP-8.0 * PHP-7.4: Fix #80213: imap_mail_compose() segfaults on certain $bodies
|
#
b2b9e2e8 |
| 10-Oct-2020 |
Christoph M. Becker |
Merge branch 'PHP-7.3' into PHP-7.4 * PHP-7.3: Fix #80213: imap_mail_compose() segfaults on certain $bodies
|
#
8bee0fbd |
| 10-Oct-2020 |
Christoph M. Becker |
Fix #80213: imap_mail_compose() segfaults on certain $bodies We have to cater to non-associative arrays where the key may be `NULL`; we just skip these elements. Closes GH-6315. |
#
2a545ba9 |
| 03-Oct-2020 |
Christoph M. Becker |
Fix #80175: PHP8 RC1 - JIT Buffer not working On Windows, `SUCCESSFULLY_REATTACHED` does not imply that the process has already been properly initialized; thus we must not skip some setu
Fix #80175: PHP8 RC1 - JIT Buffer not working On Windows, `SUCCESSFULLY_REATTACHED` does not imply that the process has already been properly initialized; thus we must not skip some setup steps in `zend_jit_startup()`. Closes GH-6268.
show more ...
|
#
15443f8a |
| 09-Oct-2020 |
Nikita Popov |
Fixed bug #80186 Early exit in FE_RESET if get_properties() returns empty array, as we cannot add HT iterators to zend_empty_array. |
#
14806e08 |
| 09-Oct-2020 |
Gabriel Caruso |
Prepare for PHP 8.1 Closes GH-6305. |
#
ff3878ad |
| 07-Oct-2020 |
Christoph M. Becker |
Merge branch 'PHP-7.3' into PHP-7.4 * PHP-7.3: Fix #77040: tidyNode::isHtml() is completely broken
|
#
e68acd03 |
| 07-Oct-2020 |
Christoph M. Becker |
Fix #77040: tidyNode::isHtml() is completely broken The documentation of `tidyNode::isHtml()` states that this method "checks if a node is part of a HTML document". That is, of course,
Fix #77040: tidyNode::isHtml() is completely broken The documentation of `tidyNode::isHtml()` states that this method "checks if a node is part of a HTML document". That is, of course, nonsense, since a tidyNode is "an HTML node in an HTML file, as detected by tidy." What this method is actually supposed to do is to check whether a node is an element (unless it is the root element). This has been broken by commit d8eeb8e[1], which assumed that `enum TidyNodeType` would represent flags of a bitmask, what it does not. [1] <http://git.php.net/?p=php-src.git;a=commit;h=d8eeb8e28673236bca3f066ded75037a5bdf6378> Closes GH-6290.
show more ...
|
#
683c9884 |
| 07-Oct-2020 |
Nikita Popov |
Fixed bug #80194 We should strip NOPs from unreachable_free blocks as well, to make sure that the free really is the first op. |
#
9dddfbe7 |
| 07-Oct-2020 |
Christoph M. Becker |
Merge branch 'PHP-7.3' into PHP-7.4 * PHP-7.3: Fix #80185: jdtounix() fails after 2037
|
#
e857dfa7 |
| 07-Oct-2020 |
Christoph M. Becker |
Fix #80185: jdtounix() fails after 2037 There is no such thing as the "end of the unix epoch", and if it was, it would certainly not be 2037-10-11T02:00:00. There is, however, poten
Fix #80185: jdtounix() fails after 2037 There is no such thing as the "end of the unix epoch", and if it was, it would certainly not be 2037-10-11T02:00:00. There is, however, potential integer overflow which we need to avoid. Closes GH-6288.
show more ...
|
#
3b7c8bb9 |
| 06-Oct-2020 |
Nikita Popov |
Fix bug #80126 When performing an unlinked instanceof, we also need to consider interfaces of parent classes, as they may not have been inherited yet. |
#
dee80249 |
| 06-Oct-2020 |
Nikita Popov |
Fixed bug #80190 |
#
c6e7969f |
| 05-Oct-2020 |
Christoph M. Becker |
Merge branch 'PHP-7.3' into PHP-7.4 * PHP-7.3: Fix #46050: odbc_next_result corrupts prepared resource
|
#
69ba81d1 |
| 05-Oct-2020 |
Christoph M. Becker |
Fix #46050: odbc_next_result corrupts prepared resource When resetting the result's values, we also have to reset its numcols. |
#
6ea870f5 |
| 05-Oct-2020 |
Nikita Popov |
Fix bug #80184 |
#
54435c9b |
| 23-Sep-2020 |
Christoph M. Becker |
Fix #64060: lstat_stat_variation7.phpt fails on certain file systems Closes GH-6194. |
#
7c48479f |
| 02-Oct-2020 |
Matteo Beccati |
[ci skip] moved soap fix to 7.4.11 When committing I didn't notice that version had been just bumped |
#
1666cfcc |
| 02-Oct-2020 |
Matteo Beccati |
[ci skip] moved soap fix to 7.3.23 When committing I didn't notice that version had been just bumped |
#
d96219c1 |
| 01-Oct-2020 |
Nikita Popov |
Fixed bug #80121 The issue affected both CurlHandle and CurlMultiHandle. I'll have to double check this for other resource->object conversions as well. |
#
afab9eb4 |
| 01-Oct-2020 |
Nikita Popov |
Fix bug #65387 Add GC support to dual_it. This is still missing AppendIterator support. |
#
c9074135 |
| 29-Sep-2020 |
Gabriel Caruso |
Update NEWS for 8.0.0rc2 |
#
6d2fe9f1 |
| 29-Sep-2020 |
Gabriel Caruso |
Update NEWS for PHP 8.0.0rc1 |
#
f20a2b4f |
| 29-Sep-2020 |
Stanislav Malyshev |
[ci skip] Add 7.4.11 security fixes to NEWS |
#
ae95d06f |
| 29-Sep-2020 |
Stanislav Malyshev |
[ci skip] Add 7.3.23 security fixes to NEWS |