|
1228 | 1228 |
|
1229 | 1229 | <a id="PHP_8_1"></a>
|
1230 | 1230 |
|
| 1231 | +<section class="version" id="8.1.25"><!-- {{{ 8.1.25 --> |
| 1232 | +<h3>Version 8.1.25</h3> |
| 1233 | +<b><?php release_date('26-Oct-2023'); ?></b> |
| 1234 | +<ul><li>Core: |
| 1235 | +<ul> |
| 1236 | + <li>Fixed bug <?php githubissuel('php/php-src', 12207); ?> (memory leak when class using trait with doc block).</li> |
| 1237 | + <li>Fixed bug <?php githubissuel('php/php-src', 12215); ?> (Module entry being overwritten causes type errors in ext/dom).</li> |
| 1238 | + <li>Fixed bug <?php githubissuel('php/php-src', 12273); ?> (__builtin_cpu_init check).</li> |
| 1239 | + <li><?php bugfix(80092); ?> (ZTS + preload = segfault on shutdown).</li> |
| 1240 | +</ul></li> |
| 1241 | +<li>CLI: |
| 1242 | +<ul> |
| 1243 | + <li>Ensure a single Date header is present.</li> |
| 1244 | +</ul></li> |
| 1245 | +<li>CType: |
| 1246 | +<ul> |
| 1247 | + <li>Fixed bug <?php githubissuel('php/php-src', 11997); ?> (ctype_alnum 5 times slower in PHP 8.1 or greater).</li> |
| 1248 | +</ul></li> |
| 1249 | +<li>DOM: |
| 1250 | +<ul> |
| 1251 | + <li>Restore old namespace reconciliation behaviour.</li> |
| 1252 | + <li>Fixed bug <?php githubissuel('php/php-src', 8996); ?> (DOMNode serialization on PHP ^8.1).</li> |
| 1253 | +</ul></li> |
| 1254 | +<li>Fileinfo: |
| 1255 | +<ul> |
| 1256 | + <li>Fixed bug <?php githubissuel('php/php-src', 11891); ?> (fileinfo returns text/xml for some svg files).</li> |
| 1257 | +</ul></li> |
| 1258 | +<li>Filter: |
| 1259 | +<ul> |
| 1260 | + <li>Fix explicit FILTER_REQUIRE_SCALAR with FILTER_CALLBACK (ilutov)</li> |
| 1261 | +</ul></li> |
| 1262 | +<li>Hash: |
| 1263 | +<ul> |
| 1264 | + <li>Fixed bug <?php githubissuel('php/php-src', 12186); ?> (segfault copying/cloning a finalized HashContext).</li> |
| 1265 | +</ul></li> |
| 1266 | +<li>Intl: |
| 1267 | +<ul> |
| 1268 | + <li>Fixed bug <?php githubissuel('php/php-src', 12243); ?> (segfault on IntlDateFormatter::construct).</li> |
| 1269 | + <li>Fixed bug <?php githubissuel('php/php-src', 12282); ?> (IntlDateFormatter::construct should throw an exception on an invalid locale).</li> |
| 1270 | +</ul></li> |
| 1271 | +<li>MySQLnd: |
| 1272 | +<ul> |
| 1273 | + <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> |
| 1274 | +</ul></li> |
| 1275 | +<li>Opcache: |
| 1276 | +<ul> |
| 1277 | + <li>Fixed opcache_invalidate() on deleted file.</li> |
| 1278 | + <li>Fixed bug <?php githubissuel('php/php-src', 12380); ?> (JIT+private array property access inside closure accesses private property in child class).</li> |
| 1279 | +</ul></li> |
| 1280 | +<li>PCRE: |
| 1281 | +<ul> |
| 1282 | + <li>Fixed bug <?php githubissuel('php/php-src', 11956); ?> (Backport upstream fix, PCRE regular expressions with JIT enabled gives different result).</li> |
| 1283 | +</ul></li> |
| 1284 | +<li>SimpleXML: |
| 1285 | +<ul> |
| 1286 | + <li>Fixed bug <?php githubissuel('php/php-src', 12170); ?> (Can't use xpath with comments in SimpleXML).</li> |
| 1287 | + <li>Fixed bug <?php githubissuel('php/php-src', 12223); ?> (Entity reference produces infinite loop in var_dump/print_r).</li> |
| 1288 | + <li>Fixed bug <?php githubissuel('php/php-src', 12167); ?> (Unable to get processing instruction contents in SimpleXML).</li> |
| 1289 | + <li>Fixed bug <?php githubissuel('php/php-src', 12169); ?> (Unable to get comment contents in SimpleXML).</li> |
| 1290 | +</ul></li> |
| 1291 | +<li>Streams: |
| 1292 | +<ul> |
| 1293 | + <li>Fixed bug <?php githubissuel('php/php-src', 12190); ?> (binding ipv4 address with both address and port at 0).</li> |
| 1294 | +</ul></li> |
| 1295 | +<li>XML: |
| 1296 | +<ul> |
| 1297 | + <li>Fix return type of stub of xml_parse_into_struct().</li> |
| 1298 | + <li>Fix memory leak when calling xml_parse_into_struct() twice.</li> |
| 1299 | +</ul></li> |
| 1300 | +<li>XSL: |
| 1301 | +<ul> |
| 1302 | + <li>Fix type error on XSLTProcessor::transformToDoc return value with SimpleXML.</li> |
| 1303 | +</ul></li> |
| 1304 | +<li>Sockets: |
| 1305 | +<ul> |
| 1306 | + <li>Fix socket_export_stream() with wrong protocol (twosee)</li> |
| 1307 | +</ul></li> |
| 1308 | +</ul> |
| 1309 | +<!-- }}} --></section> |
| 1310 | + |
| 1311 | + |
| 1312 | + |
1231 | 1313 | <section class="version" id="8.1.24"><!-- {{{ 8.1.24 -->
|
1232 | 1314 | <h3>Version 8.1.24</h3>
|
1233 | 1315 | <b><?php release_date('28-Sep-2023'); ?></b>
|
|
0 commit comments