|
508 | 508 |
|
509 | 509 | <a id="PHP_8_2"></a>
|
510 | 510 |
|
| 511 | +<section class="version" id="8.2.16"><!-- {{{ 8.2.16 --> |
| 512 | +<h3>Version 8.2.16</h3> |
| 513 | +<b><?php release_date('15-Feb-2024'); ?></b> |
| 514 | +<ul><li>Core: |
| 515 | +<ul> |
| 516 | + <li>Fixed timer leak in zend-max-execution-timers builds.</li> |
| 517 | + <li>Fixed bug <?php githubissuel('php/php-src', 12349); ?> (linking failure on ARM with mold).</li> |
| 518 | + <li>Fixed bug <?php githubissuel('php/php-src', 13097); ?> (Anonymous class reference in trigger_error / thrown Exception).</li> |
| 519 | + <li>Fixed bug <?php githubissuel('php/php-src', 13215); ?> (GCC 14 build failure).</li> |
| 520 | +</ul></li> |
| 521 | +<li>Curl: |
| 522 | +<ul> |
| 523 | + <li>Fix missing error check in curl_multi_init().</li> |
| 524 | +</ul></li> |
| 525 | +<li>FPM: |
| 526 | +<ul> |
| 527 | + <li>Fixed bug <?php githubissuel('php/php-src', 12996); ?> (Incorrect SCRIPT_NAME with Apache ProxyPassMatch when plus in path).</li> |
| 528 | +</ul></li> |
| 529 | +<li>GD: |
| 530 | +<ul> |
| 531 | + <li>Fixed bug <?php githubissuel('php/php-src', 10344); ?> (imagettfbbox(): Could not find/open font UNC path).</li> |
| 532 | + <li>Fixed bug <?php githubissuel('php/php-src', 10614); ?> (imagerotate will turn the picture all black, when rotated 90).</li> |
| 533 | +</ul></li> |
| 534 | +<li>MySQLnd: |
| 535 | +<ul> |
| 536 | + <li>Fixed bug <?php githubissuel('php/php-src', 12107); ?> (When running a stored procedure (that returns a result set) twice, PHP crashes).</li> |
| 537 | +</ul></li> |
| 538 | +<li>Opcache: |
| 539 | +<ul> |
| 540 | + <li>Fixed bug <?php githubissuel('php/php-src', 13232); ?> (Segmentation fault will be reported when JIT is off but JIT_debug is still on).</li> |
| 541 | +</ul></li> |
| 542 | +<li>OpenSSL: |
| 543 | +<ul> |
| 544 | + <li>Fixed LibreSSL undefined reference when OPENSSL_NO_ENGINE not set. (David Carlier).</li> |
| 545 | +</ul></li> |
| 546 | +<li>PDO_Firebird: |
| 547 | +<ul> |
| 548 | + <li>Fix <?php githubissuel('php/php-src', 13119); ?> (Changed to convert float and double values into strings using `H` format).</li> |
| 549 | +</ul></li> |
| 550 | +<li>Phar: |
| 551 | +<ul> |
| 552 | + <li><?php bugfix(71465); ?> (PHAR doesn't know about litespeed).</li> |
| 553 | + <li>Fixed bug <?php githubissuel('php/php-src', 13037); ?> (PharData incorrectly extracts zip file).</li> |
| 554 | +</ul></li> |
| 555 | +<li>Random: |
| 556 | +<ul> |
| 557 | + <li>Fixed bug <?php githubissuel('php/php-src', 13138); ?> (Randomizer::pickArrayKeys() does not detect broken engines).</li> |
| 558 | +</ul></li> |
| 559 | +<li>Session: |
| 560 | +<ul> |
| 561 | + <li>Fixed bug <?php githubissuel('php/php-src', 12504); ?> (Corrupted session written when there's a fatal error in autoloader).</li> |
| 562 | +</ul></li> |
| 563 | +<li>Streams: |
| 564 | +<ul> |
| 565 | + <li>Fixed bug <?php githubissuel('php/php-src', 13071); ?> (Copying large files using mmap-able source streams may exhaust available memory and fail).</li> |
| 566 | +</ul></li> |
| 567 | +</ul> |
| 568 | +<!-- }}} --></section> |
| 569 | + |
| 570 | + |
| 571 | + |
511 | 572 | <section class="version" id="8.2.15"><!-- {{{ 8.2.15 -->
|
512 | 573 | <h3>Version 8.2.15</h3>
|
513 | 574 | <b><?php release_date('18-Jan-2024'); ?></b>
|
|
0 commit comments