|
8 | 8 | ?>
|
9 | 9 | <a id="PHP_8_2"></a>
|
10 | 10 |
|
| 11 | +<section class="version" id="8.2.12"><!-- {{{ 8.2.12 --> |
| 12 | +<h3>Version 8.2.12</h3> |
| 13 | +<b><?php release_date('26-Oct-2023'); ?></b> |
| 14 | +<ul><li>Core: |
| 15 | +<ul> |
| 16 | + <li>Fixed bug <?php githubissuel('php/php-src', 12207); ?> (memory leak when class using trait with doc block).</li> |
| 17 | + <li>Fixed bug <?php githubissuel('php/php-src', 12215); ?> (Module entry being overwritten causes type errors in ext/dom).</li> |
| 18 | + <li>Fixed bug <?php githubissuel('php/php-src', 12273); ?> (__builtin_cpu_init check).</li> |
| 19 | + <li><?php bugfix(80092); ?> (ZTS + preload = segfault on shutdown).</li> |
| 20 | +</ul></li> |
| 21 | +<li>CLI: |
| 22 | +<ul> |
| 23 | + <li>Ensure a single Date header is present.</li> |
| 24 | +</ul></li> |
| 25 | +<li>CType: |
| 26 | +<ul> |
| 27 | + <li>Fixed bug <?php githubissuel('php/php-src', 11997); ?> (ctype_alnum 5 times slower in PHP 8.1 or greater).</li> |
| 28 | +</ul></li> |
| 29 | +<li>DOM: |
| 30 | +<ul> |
| 31 | + <li>Restore old namespace reconciliation behaviour.</li> |
| 32 | + <li>Fixed bug <?php githubissuel('php/php-src', 8996); ?> (DOMNode serialization on PHP ^8.1).</li> |
| 33 | +</ul></li> |
| 34 | +<li>Fileinfo: |
| 35 | +<ul> |
| 36 | + <li>Fixed bug <?php githubissuel('php/php-src', 11891); ?> (fileinfo returns text/xml for some svg files).</li> |
| 37 | +</ul></li> |
| 38 | +<li>Filter: |
| 39 | +<ul> |
| 40 | + <li>Fix explicit FILTER_REQUIRE_SCALAR with FILTER_CALLBACK (ilutov)</li> |
| 41 | +</ul></li> |
| 42 | +<li>Hash: |
| 43 | +<ul> |
| 44 | + <li>Fixed bug <?php githubissuel('php/php-src', 12186); ?> (segfault copying/cloning a finalized HashContext).</li> |
| 45 | +</ul></li> |
| 46 | +<li>Intl: |
| 47 | +<ul> |
| 48 | + <li>Fixed bug <?php githubissuel('php/php-src', 12243); ?> (segfault on IntlDateFormatter::construct).</li> |
| 49 | + <li>Fixed bug <?php githubissuel('php/php-src', 12282); ?> (IntlDateFormatter::construct should throw an exception on an invalid locale).</li> |
| 50 | +</ul></li> |
| 51 | +<li>MySQLnd: |
| 52 | +<ul> |
| 53 | + <li>Fixed bug <?php githubissuel('php/php-src', 12297); ?> (PHP Startup: Invalid library (maybe not a PHP library) 'mysqlnd.so' in Unknown on line).</li> |
| 54 | +</ul></li> |
| 55 | +<li>Opcache: |
| 56 | +<ul> |
| 57 | + <li>Fixed opcache_invalidate() on deleted file.</li> |
| 58 | + <li>Fixed bug <?php githubissuel('php/php-src', 12380); ?> (JIT+private array property access inside closure accesses private property in child class).</li> |
| 59 | +</ul></li> |
| 60 | +<li>PCRE: |
| 61 | +<ul> |
| 62 | + <li>Fixed bug <?php githubissuel('php/php-src', 11956); ?> (Backport upstream fix, PCRE regular expressions with JIT enabled gives different result).</li> |
| 63 | +</ul></li> |
| 64 | +<li>SimpleXML: |
| 65 | +<ul> |
| 66 | + <li>Fixed bug <?php githubissuel('php/php-src', 12170); ?> (Can't use xpath with comments in SimpleXML).</li> |
| 67 | + <li>Fixed bug <?php githubissuel('php/php-src', 12223); ?> (Entity reference produces infinite loop in var_dump/print_r).</li> |
| 68 | + <li>Fixed bug <?php githubissuel('php/php-src', 12167); ?> (Unable to get processing instruction contents in SimpleXML).</li> |
| 69 | + <li>Fixed bug <?php githubissuel('php/php-src', 12169); ?> (Unable to get comment contents in SimpleXML).</li> |
| 70 | +</ul></li> |
| 71 | +<li>Streams: |
| 72 | +<ul> |
| 73 | + <li>Fixed bug <?php githubissuel('php/php-src', 12190); ?> (binding ipv4 address with both address and port at 0).</li> |
| 74 | +</ul></li> |
| 75 | +<li>XML: |
| 76 | +<ul> |
| 77 | + <li>Fix return type of stub of xml_parse_into_struct().</li> |
| 78 | + <li>Fix memory leak when calling xml_parse_into_struct() twice.</li> |
| 79 | +</ul></li> |
| 80 | +<li>XSL: |
| 81 | +<ul> |
| 82 | + <li>Fix type error on XSLTProcessor::transformToDoc return value with SimpleXML.</li> |
| 83 | +</ul></li> |
| 84 | +</ul> |
| 85 | +<!-- }}} --></section> |
| 86 | + |
| 87 | + |
| 88 | + |
11 | 89 | <section class="version" id="8.2.11"><!-- {{{ 8.2.11 -->
|
12 | 90 | <h3>Version 8.2.11</h3>
|
13 | 91 | <b><?php release_date('28-Sep-2023'); ?></b>
|
|
0 commit comments