|
8 | 8 | ?>
|
9 | 9 | <a id="PHP_8_1"></a>
|
10 | 10 |
|
| 11 | +<section class="version" id="8.1.6"><!-- {{{ 8.1.6 --> |
| 12 | +<h3>Version 8.1.6</h3> |
| 13 | +<b><?php release_date('12-May-2022'); ?></b> |
| 14 | +<ul><li>Core: |
| 15 | +<ul> |
| 16 | + <li>Fixed bug <?php githubissuel('php/php-src',8310); ?> (Registry settings are no longer recognized).</li> |
| 17 | + <li>Fixed potential race condition during resource ID allocation.</li> |
| 18 | + <li>Fixed bug <?php githubissuel('php/php-src',8133); ?> (Preloading of constants containing arrays with enums segfaults).</li> |
| 19 | + <li>Fixed Haiku ZTS builds.</li> |
| 20 | +</ul></li> |
| 21 | +<li>Date: |
| 22 | +<ul> |
| 23 | + <li>Fixed bug <?php githubissuel('php/php-src',7752); ?> (DateTimeZone::getTransitions() returns insufficient data).</li> |
| 24 | + <li>Fixed bug <?php githubissuel('php/php-src',8108); ?> (Timezone doesn't work as intended).</li> |
| 25 | + <li><?php bugfix(81660); ?> (DateTimeZone::getTransitions() returns invalid data).</li> |
| 26 | + <li>Fixed bug <?php githubissuel('php/php-src',8289); ?> (Exceptions thrown within a yielded from iterator are not rethrown into the generator).</li> |
| 27 | +</ul></li> |
| 28 | +<li>FFI: |
| 29 | +<ul> |
| 30 | + <li>Fixed bug <?php githubissuel('php/php-src',8433); ?> (Assigning function pointers to structs in FFI leaks).</li> |
| 31 | +</ul></li> |
| 32 | +<li>FPM: |
| 33 | +<ul> |
| 34 | + <li><?php bugfix(76003); ?> (FPM /status reports wrong number of active processe).</li> |
| 35 | + <li><?php bugfix(77023); ?> (FPM cannot shutdown processes).</li> |
| 36 | + <li>Fixed comment in kqueue remove callback log message.</li> |
| 37 | +</ul></li> |
| 38 | +<li>Hash: |
| 39 | +<ul> |
| 40 | + <li><?php bugfix(81714); ?> (segfault when serializing finalized HashContext).</li> |
| 41 | +</ul></li> |
| 42 | +<li>Iconv: |
| 43 | +<ul> |
| 44 | + <li>Fixed bug <?php githubissuel('php/php-src',8218); ?> (ob_end_clean does not reset Content-Encoding header).</li> |
| 45 | +</ul></li> |
| 46 | +<li>Intl: |
| 47 | +<ul> |
| 48 | + <li>Fixed bug <?php githubissuel('php/php-src',8364); ?> (msgfmt_format $values may not support references).</li> |
| 49 | +</ul></li> |
| 50 | +<li>MBString: |
| 51 | +<ul> |
| 52 | + <li>Number of error markers emitted for invalid UTF-8 text matches WHATWG specification. This is a return to the behavior of PHP 8.0 and earlier.</li> |
| 53 | +</ul></li> |
| 54 | +<li>MySQLi: |
| 55 | +<ul> |
| 56 | + <li>Fixed bug <?php githubissuel('php/php-src',8267); ?> (MySQLi uses unsupported format specifier on Windows).</li> |
| 57 | +</ul></li> |
| 58 | +<li>SPL: |
| 59 | +<ul> |
| 60 | + <li>Fixed bug <?php githubissuel('php/php-src',8366); ?> (ArrayIterator may leak when calling __construct()).</li> |
| 61 | + <li>Fixed bug <?php githubissuel('php/php-src',8273); ?> (SplFileObject: key() returns wrong value).</li> |
| 62 | +</ul></li> |
| 63 | +<li>Streams: |
| 64 | +<ul> |
| 65 | + <li>Fixed php://temp does not preserve file-position when switched to temporary file.</li> |
| 66 | +</ul></li> |
| 67 | +<li>zlib: |
| 68 | +<ul> |
| 69 | + <li>Fixed bug <?php githubissuel('php/php-src',8218); ?> (ob_end_clean does not reset Content-Encoding header).</li> |
| 70 | +</ul></li> |
| 71 | +</ul> |
| 72 | +<!-- }}} --></section> |
| 73 | + |
| 74 | + |
| 75 | + |
11 | 76 | <section class="version" id="8.1.5"><!-- {{{ 8.1.5 -->
|
12 | 77 | <h3>Version 8.1.5</h3>
|
13 | 78 | <b><?php release_date('14-Apr-2022'); ?></b>
|
|
0 commit comments