|
8 | 8 | ?>
|
9 | 9 | <a id="PHP_8_2"></a>
|
10 | 10 |
|
| 11 | +<section class="version" id="8.2.10"><!-- {{{ 8.2.10 --> |
| 12 | +<h3>Version 8.2.10</h3> |
| 13 | +<b><?php release_date('31-Aug-2023'); ?></b> |
| 14 | +<ul><li>CLI: |
| 15 | +<ul> |
| 16 | + <li>Fixed bug <?php githubissuel('php/php-src', 11716); ?> (cli server crashes on SIGINT when compiled with ZEND_RC_DEBUG=1).</li> |
| 17 | + <li>Fixed bug <?php githubissuel('php/php-src', 10964); ?> (Improve man page about the built-in server).</li> |
| 18 | +</ul></li> |
| 19 | +<li>Date: |
| 20 | +<ul> |
| 21 | + <li>Fixed bug <?php githubissuel('php/php-src', 11416); ?> (Crash with DatePeriod when uninitialised objects are passed in).</li> |
| 22 | +</ul></li> |
| 23 | +<li>Core: |
| 24 | +<ul> |
| 25 | + <li>Fixed strerror_r detection at configuration time.</li> |
| 26 | + <li>Fixed trait typed properties using a DNF type not being correctly bound.</li> |
| 27 | + <li>Fixed trait property types not being arena allocated if copied from an internal trait.</li> |
| 28 | + <li>Fixed deep copy of property DNF type during lazy class load.</li> |
| 29 | + <li>Fixed memory freeing of DNF types for non arena allocated types.</li> |
| 30 | +</ul></li> |
| 31 | +<li>DOM: |
| 32 | +<ul> |
| 33 | + <li>Fix DOMEntity field getter bugs.</li> |
| 34 | + <li>Fix incorrect attribute existence check in DOMElement::setAttributeNodeNS.</li> |
| 35 | + <li>Fix DOMCharacterData::replaceWith() with itself.</li> |
| 36 | + <li>Fix empty argument cases for DOMParentNode methods.</li> |
| 37 | + <li>Fixed bug <?php githubissuel('php/php-src', 11791); ?> (Wrong default value of DOMDocument::xmlStandalone).</li> |
| 38 | + <li>Fix json_encode result on DOMDocument.</li> |
| 39 | + <li>Fix manually calling __construct() on DOM classes.</li> |
| 40 | + <li>Fixed bug <?php githubissuel('php/php-src', 11830); ?> (ParentNode methods should perform their checks upfront).</li> |
| 41 | + <li>Fix viable next sibling search for replaceWith.</li> |
| 42 | + <li>Fix segfault when DOMParentNode::prepend() is called when the child disappears.</li> |
| 43 | +</ul></li> |
| 44 | +<li>FFI: |
| 45 | +<ul> |
| 46 | + <li>Fix leaking definitions when using FFI::cdef()->new(...).</li> |
| 47 | +</ul></li> |
| 48 | +<li>Hash: |
| 49 | +<ul> |
| 50 | + <li>Fix use-of-uninitialized-value in hash_pbkdf2(), fix missing $options parameter in signature.</li> |
| 51 | +</ul></li> |
| 52 | +<li>MySQLnd: |
| 53 | +<ul> |
| 54 | + <li>Fixed bug <?php githubissuel('php/php-src', 11440); ?> (authentication to a sha256_password account fails over SSL).</li> |
| 55 | + <li>Fixed bug <?php githubissuel('php/php-src', 11438); ?> (mysqlnd fails to authenticate with sha256_password accounts using passwords longer than 19 characters).</li> |
| 56 | + <li>Fixed bug <?php githubissuel('php/php-src', 11550); ?> (MySQL Statement has a empty query result when the response field has changed, also Segmentation fault).</li> |
| 57 | + <li>Fixed invalid error message "Malformed packet" when connection is dropped.</li> |
| 58 | +</ul></li> |
| 59 | +<li>Opcache: |
| 60 | +<ul> |
| 61 | + <li>Fixed bug <?php githubissuel('php/php-src', 11715); ?> (opcache.interned_strings_buffer either has no effect or opcache_get_status() / phpinfo() is wrong).</li> |
| 62 | + <li>Avoid adding an unnecessary read-lock when loading script from shm if restart is in progress.</li> |
| 63 | +</ul></li> |
| 64 | +<li>PCNTL: |
| 65 | +<ul> |
| 66 | + <li>Revert behaviour of receiving SIGCHLD signals back to the behaviour before 8.1.22.</li> |
| 67 | +</ul></li> |
| 68 | +<li>SPL: |
| 69 | +<ul> |
| 70 | + <li><?php bugfix(81992); ?> (SplFixedArray::setSize() causes use-after-free).</li> |
| 71 | +</ul></li> |
| 72 | +<li>Standard: |
| 73 | +<ul> |
| 74 | + <li>Prevent int overflow on $decimals in number_format.</li> |
| 75 | + <li>Fixed bug <?php githubissuel('php/php-src', 11870); ?> (Fix off-by-one bug when truncating tempnam prefix) (athos-ribeiro)</li> |
| 76 | +</ul></li> |
| 77 | +</ul> |
| 78 | +<!-- }}} --></section> |
| 79 | + |
| 80 | + |
| 81 | + |
11 | 82 | <section class="version" id="8.2.9"><!-- {{{ 8.2.9 -->
|
12 | 83 | <h3>Version 8.2.9</h3>
|
13 | 84 | <b><?php release_date('03-Aug-2023'); ?></b>
|
|
0 commit comments