|
1100 | 1100 |
|
1101 | 1101 | <a id="PHP_8_1"></a>
|
1102 | 1102 |
|
| 1103 | +<section class="version" id="8.1.21"><!-- {{{ 8.1.21 --> |
| 1104 | +<h3>Version 8.1.21</h3> |
| 1105 | +<b><?php release_date('06-Jul-2023'); ?></b> |
| 1106 | +<ul><li>CLI: |
| 1107 | +<ul> |
| 1108 | + <li>Fixed bug <?php githubissuel('php/php-src', 11246); ?> (cli/get_set_process_title fails on MacOS).</li> |
| 1109 | +</ul></li> |
| 1110 | +<li>Core: |
| 1111 | +<ul> |
| 1112 | + <li>Fixed build for the riscv64 architecture/GCC 12.</li> |
| 1113 | +</ul></li> |
| 1114 | +<li>Curl: |
| 1115 | +<ul> |
| 1116 | + <li>Fixed bug <?php githubissuel('php/php-src', 11433); ?> (Unable to set CURLOPT_ACCEPT_ENCODING to NULL).</li> |
| 1117 | +</ul></li> |
| 1118 | +<li>DOM: |
| 1119 | +<ul> |
| 1120 | + <li>Fixed bugs <?php githubissuel('php/php-src', 11288); ?> and <?php githubissuel('php/php-src', 11289); ?> and <?php githubissuel('php/php-src', 11290); ?> and <?php githubissuel('php/php-src', 9142); ?> (DOMExceptions and segfaults with replaceWith).</li> |
| 1121 | + <li>Fixed bug <?php githubissuel('php/php-src', 10234); ?> (Setting DOMAttr::textContent results in an empty attribute value).</li> |
| 1122 | + <li>Fix return value in stub file for DOMNodeList::item.</li> |
| 1123 | + <li>Fix spec compliance error with '*' namespace for DOMDocument::getElementsByTagNameNS.</li> |
| 1124 | + <li>Fix DOMElement::append() and DOMElement::prepend() hierarchy checks.</li> |
| 1125 | + <li>Fixed bug <?php githubissuel('php/php-src', 11347); ?> (Memory leak when calling a static method inside an xpath query).</li> |
| 1126 | + <li><?php bugfix(67440); ?> (append_node of a DOMDocumentFragment does not reconcile namespaces).</li> |
| 1127 | + <li><?php bugfix(81642); ?> (DOMChildNode::replaceWith() bug when replacing a node with itself).</li> |
| 1128 | + <li><?php bugfix(77686); ?> (Removed elements are still returned by getElementById).</li> |
| 1129 | + <li><?php bugfix(70359); ?> (print_r() on DOMAttr causes Segfault in php_libxml_node_free_list()).</li> |
| 1130 | + <li><?php bugfix(78577); ?> (Crash in DOMNameSpace debug info handlers).</li> |
| 1131 | + <li>Fix lifetime issue with getAttributeNodeNS().</li> |
| 1132 | + <li>Fix "invalid state error" with cloned namespace declarations.</li> |
| 1133 | + <li><?php bugfix(55294); ?> and #47530 and #47847 (various namespace reconciliation issues).</li> |
| 1134 | + <li><?php bugfix(80332); ?> (Completely broken array access functionality with DOMNamedNodeMap).</li> |
| 1135 | +</ul></li> |
| 1136 | +<li>Opcache: |
| 1137 | +<ul> |
| 1138 | + <li>Fix allocation loop in zend_shared_alloc_startup().</li> |
| 1139 | + <li>Access violation on smm_shared_globals with ALLOC_FALLBACK.</li> |
| 1140 | + <li>Fixed bug <?php githubissuel('php/php-src', 11336); ?> (php still tries to unlock the shared memory ZendSem with opcache.file_cache_only=1 but it was never locked).</li> |
| 1141 | +</ul></li> |
| 1142 | +<li>OpenSSL: |
| 1143 | +<ul> |
| 1144 | + <li>Fixed bug <?php githubissuel('php/php-src', 9356); ?> Incomplete validation of IPv6 Address fields in subjectAltNames (James Lucas, Jakub Zelenka).</li> |
| 1145 | +</ul></li> |
| 1146 | +<li>PGSQL: |
| 1147 | +<ul> |
| 1148 | + <li>Fixed intermittent segfault with pg_trace.</li> |
| 1149 | +</ul></li> |
| 1150 | +<li>Phar: |
| 1151 | +<ul> |
| 1152 | + <li>Fix cross-compilation check in phar generation for FreeBSD.</li> |
| 1153 | +</ul></li> |
| 1154 | +<li>SPL: |
| 1155 | +<ul> |
| 1156 | + <li>Fixed bug <?php githubissuel('php/php-src', 11338); ?> (SplFileInfo empty getBasename with more than one slash).</li> |
| 1157 | +</ul></li> |
| 1158 | +<li>Standard: |
| 1159 | +<ul> |
| 1160 | + <li>Fix access on NULL pointer in array_merge_recursive().</li> |
| 1161 | + <li>Fix exception handling in array_multisort().</li> |
| 1162 | +</ul></li> |
| 1163 | +</ul> |
| 1164 | +<!-- }}} --></section> |
| 1165 | + |
| 1166 | + |
| 1167 | + |
1103 | 1168 | <section class="version" id="8.1.22"><!-- {{{ 8.1.22 -->
|
1104 | 1169 | <h3>Version 8.1.22</h3>
|
1105 | 1170 | <b><?php release_date('03-Aug-2023'); ?></b>
|
|
0 commit comments