|
634 | 634 |
|
635 | 635 | <a id="PHP_8_2"></a>
|
636 | 636 |
|
| 637 | +<section class="version" id="8.2.19"><!-- {{{ 8.2.19 --> |
| 638 | +<h3>Version 8.2.19</h3> |
| 639 | +<b><?php release_date('09-May-2024'); ?></b> |
| 640 | +<ul><li>Core: |
| 641 | +<ul> |
| 642 | + <li>Fixed bug <?php githubissuel('php/php-src', 13772); ?> (Invalid execute_data->opline pointers in observer fcall handlers when JIT is enabled).</li> |
| 643 | + <li>Fixed bug <?php githubissuel('php/php-src', 13931); ?> (Applying zero offset to null pointer in Zend/zend_opcode.c).</li> |
| 644 | + <li>Fixed bug <?php githubissuel('php/php-src', 13942); ?> (Align the behavior of zend-max-execution-timers with other timeout implementations).</li> |
| 645 | + <li>Fixed bug <?php githubissuel('php/php-src', 14003); ?> (Broken cleanup of unfinished calls with callable convert parameters).</li> |
| 646 | + <li>Fixed bug <?php githubissuel('php/php-src', 14013); ?> (Erroneous dnl appended in configure).</li> |
| 647 | + <li>Fixed bug <?php githubissuel('php/php-src', 10232); ?> (If autoloading occurs during constant resolution filename and lineno are identified incorrectly).</li> |
| 648 | + <li>Fixed bug <?php githubissuel('php/php-src', 13727); ?> (Missing void keyword).</li> |
| 649 | +</ul></li> |
| 650 | +<li>Fibers: |
| 651 | +<ul> |
| 652 | + <li>Fixed bug <?php githubissuel('php/php-src', 13903); ?> (ASAN false positive underflow when executing copy()).</li> |
| 653 | +</ul></li> |
| 654 | +<li>FPM: |
| 655 | +<ul> |
| 656 | + <li>Fixed bug <?php githubissuel('php/php-src', 13563); ?> (Setting bool values via env in FPM config fails).</li> |
| 657 | +</ul></li> |
| 658 | +<li>Intl: |
| 659 | +<ul> |
| 660 | + <li>Fixed build for icu 74 and onwards.</li> |
| 661 | +</ul></li> |
| 662 | +<li>MySQLnd: |
| 663 | +<ul> |
| 664 | + <li>Fix shift out of bounds on 32-bit non-fast-path platforms.</li> |
| 665 | +</ul></li> |
| 666 | +<li>Opcache: |
| 667 | +<ul> |
| 668 | + <li>Fixed incorrect assumptions across compilation units for static calls.</li> |
| 669 | +</ul></li> |
| 670 | +<li>OpenSSL: |
| 671 | +<ul> |
| 672 | + <li>Fixed bug <?php githubissuel('php/php-src', 10495); ?> (feof on OpenSSL stream hangs indefinitely).</li> |
| 673 | +</ul></li> |
| 674 | +<li>PDO SQLite: |
| 675 | +<ul> |
| 676 | + <li>Fix <?php githubissuel('php/php-src', 13984); ?> (Buffer size is now checked before memcmp).</li> |
| 677 | + <li>Fix <?php githubissuel('php/php-src', 13998); ?> (Manage refcount of agg_context->val correctly).</li> |
| 678 | +</ul></li> |
| 679 | +<li>Phar: |
| 680 | +<ul> |
| 681 | + <li>Fixed bug <?php githubissuel('php/php-src', 13836); ?> (Renaming a file in a Phar to an already existing filename causes a NULL pointer dereference).</li> |
| 682 | + <li>Fixed bug <?php githubissuel('php/php-src', 13833); ?> (Applying zero offset to null pointer in zend_hash.c).</li> |
| 683 | + <li>Fix potential NULL pointer dereference before calling EVP_SignInit.</li> |
| 684 | +</ul></li> |
| 685 | +<li>PHPDBG: |
| 686 | +<ul> |
| 687 | + <li>Fixed bug <?php githubissuel('php/php-src', 13827); ?> (Null pointer access of type 'zval' in phpdbg_frame).</li> |
| 688 | +</ul></li> |
| 689 | +<li>Posix: |
| 690 | +<ul> |
| 691 | + <li>Fix usage of reentrant functions in ext/posix.</li> |
| 692 | +</ul></li> |
| 693 | +<li>Session: |
| 694 | +<ul> |
| 695 | + <li>Fixed bug <?php githubissuel('php/php-src', 13856); ?> (Member access within null pointer of type 'ps_files' in ext/session/mod_files.c).</li> |
| 696 | + <li>Fixed bug <?php githubissuel('php/php-src', 13891); ?> (memleak and segfault when using ini_set with session.trans_sid_hosts).</li> |
| 697 | + <li>Fixed buffer _read/_write size limit on windows for the file mode.</li> |
| 698 | +</ul></li> |
| 699 | +<li>Streams: |
| 700 | +<ul> |
| 701 | + <li>Fixed file_get_contents() on Windows fails with "errno=22 Invalid argument".</li> |
| 702 | + <li>Fixed bug <?php githubissuel('php/php-src', 13264); ?> (Part 1 - Memory leak on stream filter failure).</li> |
| 703 | + <li>Fixed bug <?php githubissuel('php/php-src', 13860); ?> (Incorrect PHP_STREAM_OPTION_CHECK_LIVENESS case in ext/openssl/xp_ssl.c - causing use of dead socket).</li> |
| 704 | + <li>Fixed bug <?php githubissuel('php/php-src', 11678); ?> (Build fails on musl 1.2.4 - lfs64).</li> |
| 705 | +</ul></li> |
| 706 | +<li>Treewide: |
| 707 | +<ul> |
| 708 | + <li>Fix gcc-14 Wcalloc-transposed-args warnings.</li> |
| 709 | +</ul></li> |
| 710 | +</ul> |
| 711 | +<!-- }}} --></section> |
| 712 | + |
| 713 | + |
| 714 | + |
637 | 715 | <section class="version" id="8.2.18"><!-- {{{ 8.2.18 -->
|
638 | 716 | <h3>Version 8.2.18</h3>
|
639 | 717 | <b><?php release_date('11-Apr-2024'); ?></b>
|
|
0 commit comments