|
8 | 8 | ?>
|
9 | 9 | <a id="PHP_8_3"></a>
|
10 | 10 |
|
| 11 | +<section class="version" id="8.3.7"><!-- {{{ 8.3.7 --> |
| 12 | +<h3>Version 8.3.7</h3> |
| 13 | +<b><?php release_date('09-May-2024'); ?></b> |
| 14 | +<ul><li>Core: |
| 15 | +<ul> |
| 16 | + <li>Fixed zend_call_stack build with Linux/uclibc-ng without thread support.</li> |
| 17 | + <li>Fixed bug <?php githubissuel('php/php-src', 13772); ?> (Invalid execute_data->opline pointers in observer fcall handlers when JIT is enabled).</li> |
| 18 | + <li>Fixed bug <?php githubissuel('php/php-src', 13931); ?> (Applying zero offset to null pointer in Zend/zend_opcode.c).</li> |
| 19 | + <li>Fixed bug <?php githubissuel('php/php-src', 13942); ?> (Align the behavior of zend-max-execution-timers with other timeout implementations).</li> |
| 20 | + <li>Fixed bug <?php githubissuel('php/php-src', 14003); ?> (Broken cleanup of unfinished calls with callable convert parameters).</li> |
| 21 | + <li>Fixed bug <?php githubissuel('php/php-src', 14013); ?> (Erroneous dnl appended in configure).</li> |
| 22 | + <li>Fixed bug <?php githubissuel('php/php-src', 10232); ?> (If autoloading occurs during constant resolution filename and lineno are identified incorrectly).</li> |
| 23 | + <li>Fixed bug <?php githubissuel('php/php-src', 13727); ?> (Missing void keyword).</li> |
| 24 | +</ul></li> |
| 25 | +<li>Fibers: |
| 26 | +<ul> |
| 27 | + <li>Fixed bug <?php githubissuel('php/php-src', 13903); ?> (ASAN false positive underflow when executing copy()).</li> |
| 28 | +</ul></li> |
| 29 | +<li>Fileinfo: |
| 30 | +<ul> |
| 31 | + <li>Fixed bug <?php githubissuel('php/php-src', 13795); ?> (Test failing in ext/fileinfo/tests/bug78987.phpt on big-endian PPC).</li> |
| 32 | +</ul></li> |
| 33 | +<li>FPM: |
| 34 | +<ul> |
| 35 | + <li>Fixed bug <?php githubissuel('php/php-src', 13563); ?> (Setting bool values via env in FPM config fails).</li> |
| 36 | +</ul></li> |
| 37 | +<li>Intl: |
| 38 | +<ul> |
| 39 | + <li>Fixed build for icu 74 and onwards.</li> |
| 40 | +</ul></li> |
| 41 | +<li>MySQLnd: |
| 42 | +<ul> |
| 43 | + <li>Fix shift out of bounds on 32-bit non-fast-path platforms.</li> |
| 44 | +</ul></li> |
| 45 | +<li>Opcache: |
| 46 | +<ul> |
| 47 | + <li>Fixed bug <?php githubissuel('php/php-src', 13433); ?> (Segmentation Fault in zend_class_init_statics when using opcache.preload).</li> |
| 48 | + <li>Fixed incorrect assumptions across compilation units for static calls.</li> |
| 49 | +</ul></li> |
| 50 | +<li>OpenSSL: |
| 51 | +<ul> |
| 52 | + <li>Fixed bug <?php githubissuel('php/php-src', 10495); ?> (feof on OpenSSL stream hangs indefinitely).</li> |
| 53 | +</ul></li> |
| 54 | +<li>PDO SQLite: |
| 55 | +<ul> |
| 56 | + <li>Fix <?php githubissuel('php/php-src', 13984); ?> (Buffer size is now checked before memcmp).</li> |
| 57 | + <li>Fix <?php githubissuel('php/php-src', 13998); ?> (Manage refcount of agg_context->val correctly).</li> |
| 58 | +</ul></li> |
| 59 | +<li>Phar: |
| 60 | +<ul> |
| 61 | + <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> |
| 62 | + <li>Fixed bug <?php githubissuel('php/php-src', 13833); ?> (Applying zero offset to null pointer in zend_hash.c).</li> |
| 63 | + <li>Fix potential NULL pointer dereference before calling EVP_SignInit.</li> |
| 64 | +</ul></li> |
| 65 | +<li>PHPDBG: |
| 66 | +<ul> |
| 67 | + <li>Fixed bug <?php githubissuel('php/php-src', 13827); ?> (Null pointer access of type 'zval' in phpdbg_frame).</li> |
| 68 | +</ul></li> |
| 69 | +<li>Posix: |
| 70 | +<ul> |
| 71 | + <li>Fix usage of reentrant functions in ext/posix.</li> |
| 72 | +</ul></li> |
| 73 | +<li>Session: |
| 74 | +<ul> |
| 75 | + <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> |
| 76 | + <li>Fixed bug <?php githubissuel('php/php-src', 13891); ?> (memleak and segfault when using ini_set with session.trans_sid_hosts).</li> |
| 77 | + <li>Fixed buffer _read/_write size limit on windows for the file mode.</li> |
| 78 | +</ul></li> |
| 79 | +<li>Streams: |
| 80 | +<ul> |
| 81 | + <li>Fixed file_get_contents() on Windows fails with "errno=22 Invalid argument".</li> |
| 82 | + <li>Fixed bug <?php githubissuel('php/php-src', 13264); ?> (Part 1 - Memory leak on stream filter failure).</li> |
| 83 | + <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> |
| 84 | + <li>Fixed bug <?php githubissuel('php/php-src', 11678); ?> (Build fails on musl 1.2.4 - lfs64).</li> |
| 85 | +</ul></li> |
| 86 | +<li>Treewide: |
| 87 | +<ul> |
| 88 | + <li>Fix gcc-14 Wcalloc-transposed-args warnings.</li> |
| 89 | +</ul></li> |
| 90 | +</ul> |
| 91 | +<!-- }}} --></section> |
| 92 | + |
| 93 | + |
| 94 | + |
11 | 95 | <section class="version" id="8.3.6"><!-- {{{ 8.3.6 -->
|
12 | 96 | <h3>Version 8.3.6</h3>
|
13 | 97 | <b><?php release_date('11-Apr-2024'); ?></b>
|
|
0 commit comments