|
8 | 8 | ?>
|
9 | 9 | <a id="PHP_8_2"></a>
|
10 | 10 |
|
| 11 | +<section class="version" id="8.2.13"><!-- {{{ 8.2.13 --> |
| 12 | +<h3>Version 8.2.13</h3> |
| 13 | +<b><?php release_date('23-Nov-2023'); ?></b> |
| 14 | +<ul><li>Core: |
| 15 | +<ul> |
| 16 | + <li>Fixed double-free of non-interned enum case name.</li> |
| 17 | + <li>Fixed bug <?php githubissuel('php/php-src', 12457); ?> (Incorrect result of stripos with single character needle).</li> |
| 18 | + <li>Fixed bug <?php githubissuel('php/php-src', 12468); ?> (Double-free of doc_comment when overriding static property via trait).</li> |
| 19 | + <li>Fixed segfault caused by weak references to FFI objects.</li> |
| 20 | + <li>Fixed max_execution_time: don't delete an unitialized timer.</li> |
| 21 | + <li>Fixed bug <?php githubissuel('php/php-src', 12558); ?> (Arginfo soft-breaks with namespaced class return type if the class name starts with N).</li> |
| 22 | +</ul></li> |
| 23 | +<li>DOM: |
| 24 | +<ul> |
| 25 | + <li>Fix registerNodeClass with abstract class crashing.</li> |
| 26 | + <li>Add missing NULL pointer error check.</li> |
| 27 | + <li>Fix validation logic of php:function() callbacks.</li> |
| 28 | +</ul></li> |
| 29 | +<li>Fiber: |
| 30 | +<ul> |
| 31 | + <li>Fixed bug <?php githubissuel('php/php-src', 11121); ?> (ReflectionFiber segfault).</li> |
| 32 | +</ul></li> |
| 33 | +<li>FPM: |
| 34 | +<ul> |
| 35 | + <li>Fixed bug <?php githubissuel('php/php-src', 9921); ?> (Loading ext in FPM config does not register module handlers).</li> |
| 36 | + <li>Fixed bug <?php githubissuel('php/php-src', 12232); ?> (FPM: segfault dynamically loading extension without opcache).</li> |
| 37 | + <li><?php bugfix(76922); ?> (FastCGI terminates conn after FCGI_GET_VALUES).</li> |
| 38 | +</ul></li> |
| 39 | +<li>Intl: |
| 40 | +<ul> |
| 41 | + <li>Removed the BC break on IntlDateFormatter::construct which threw an exception with an invalid locale.</li> |
| 42 | +</ul></li> |
| 43 | +<li>Opcache: |
| 44 | +<ul> |
| 45 | + <li>Added warning when JIT cannot be enabled.</li> |
| 46 | + <li>Fixed bug <?php githubissuel('php/php-src', 8143); ?> (Crashes in zend_accel_inheritance_cache_find since upgrading to 8.1.3 due to corrupt on-disk file cache).</li> |
| 47 | +</ul></li> |
| 48 | +<li>OpenSSL: |
| 49 | +<ul> |
| 50 | + <li>Fixed bug <?php githubissuel('php/php-src', 12489); ?> (Missing sigbio creation checking in openssl_cms_verify).</li> |
| 51 | +</ul></li> |
| 52 | +<li>PCRE: |
| 53 | +<ul> |
| 54 | + <li>Fixed bug <?php githubissuel('php/php-src', 11374); ?> (Backport upstream fix, Different preg_match result with -d pcre.jit=0).</li> |
| 55 | +</ul></li> |
| 56 | +<li>SOAP: |
| 57 | +<ul> |
| 58 | + <li>Fixed bug <?php githubissuel('php/php-src', 12392); ?> (Segmentation fault on SoapClient::__getTypes).</li> |
| 59 | + <li><?php bugfix(66150); ?> (SOAP WSDL cache race condition causes Segmentation Fault).</li> |
| 60 | + <li><?php bugfix(67617); ?> (SOAP leaves incomplete cache file on ENOSPC).</li> |
| 61 | + <li>Fix incorrect uri check in SOAP caching.</li> |
| 62 | + <li>Fix segfault and assertion failure with refcounted props and arrays.</li> |
| 63 | + <li>Fix potential crash with an edge case of persistent encoders.</li> |
| 64 | + <li><?php bugfix(75306); ?> (Memleak in SoapClient).</li> |
| 65 | +</ul></li> |
| 66 | +<li>Streams: |
| 67 | +<ul> |
| 68 | + <li><?php bugfix(75708); ?> (getimagesize with "&$imageinfo" fails on StreamWrappers).</li> |
| 69 | +</ul></li> |
| 70 | +<li>XMLReader: |
| 71 | +<ul> |
| 72 | + <li>Add missing NULL pointer error check.</li> |
| 73 | +</ul></li> |
| 74 | +<li>XMLWriter: |
| 75 | +<ul> |
| 76 | + <li>Add missing NULL pointer error check.</li> |
| 77 | +</ul></li> |
| 78 | +<li>XSL: |
| 79 | +<ul> |
| 80 | + <li>Add missing module dependency.</li> |
| 81 | + <li>Fix validation logic of php:function() callbacks.</li> |
| 82 | +</ul></li> |
| 83 | +</ul> |
| 84 | +<!-- }}} --></section> |
| 85 | + |
| 86 | + |
| 87 | + |
11 | 88 | <section class="version" id="8.2.12"><!-- {{{ 8.2.12 -->
|
12 | 89 | <h3>Version 8.2.12</h3>
|
13 | 90 | <b><?php release_date('26-Oct-2023'); ?></b>
|
|
0 commit comments