|
8 | 8 | ?>
|
9 | 9 | <a id="PHP_8_3"></a>
|
10 | 10 |
|
| 11 | +<section class="version" id="8.3.11"><!-- {{{ 8.3.11 --> |
| 12 | +<h3>Version 8.3.11</h3> |
| 13 | +<b><?php release_date('29-Aug-2024'); ?></b> |
| 14 | +<ul><li>Core: |
| 15 | +<ul> |
| 16 | + <li>Fixed bug <?php githubissuel('php/php-src', 15020); ?> (Memory leak in Zend/Optimizer/escape_analysis.c).</li> |
| 17 | + <li>Fixed bug <?php githubissuel('php/php-src', 15023); ?> (Memory leak in Zend/zend_ini.c).</li> |
| 18 | + <li>Fixed bug <?php githubissuel('php/php-src', 13330); ?> (Append -Wno-implicit-fallthrough flag conditionally).</li> |
| 19 | + <li>Fix uninitialized memory in network.c.</li> |
| 20 | + <li>Fixed bug <?php githubissuel('php/php-src', 15108); ?> (Segfault when destroying generator during shutdown).</li> |
| 21 | + <li>Fixed bug <?php githubissuel('php/php-src', 15275); ?> (Crash during GC of suspended generator delegate).</li> |
| 22 | +</ul></li> |
| 23 | +<li>Curl: |
| 24 | +<ul> |
| 25 | + <li>Fixed case when curl_error returns an empty string.</li> |
| 26 | +</ul></li> |
| 27 | +<li>DOM: |
| 28 | +<ul> |
| 29 | + <li>Fix UAF when removing doctype and using foreach iteration.</li> |
| 30 | +</ul></li> |
| 31 | +<li>FFI: |
| 32 | +<ul> |
| 33 | + <li>Fixed bug <?php githubissuel('php/php-src', 14286); ?> (ffi enum type (when enum has no name) make memory leak).</li> |
| 34 | +</ul></li> |
| 35 | +<li>Hash: |
| 36 | +<ul> |
| 37 | + <li>Fix crash when converting array data for array in shm in xxh3.</li> |
| 38 | +</ul></li> |
| 39 | +<li>Intl: |
| 40 | +<ul> |
| 41 | + <li>Fixed bug <?php githubissuel('php/php-src', 15087); ?> (IntlChar::foldCase()'s $option is not optional).</li> |
| 42 | +</ul></li> |
| 43 | +<li>Opcache: |
| 44 | +<ul> |
| 45 | + <li>Fixed bug <?php githubissuel('php/php-src', 13817); ?> (Segmentation fault for enabled observers after pass 4).</li> |
| 46 | + <li>Fixed bug <?php githubissuel('php/php-src', 13775); ?> (Memory leak possibly related to opcache SHM placement).</li> |
| 47 | +</ul></li> |
| 48 | +<li>Output: |
| 49 | +<ul> |
| 50 | + <li>Fixed bug <?php githubissuel('php/php-src', 15179); ?> (Segmentation fault (null pointer dereference) in ext/standard/url_scanner_ex.re).</li> |
| 51 | +</ul></li> |
| 52 | +<li>PDO_Firebird: |
| 53 | +<ul> |
| 54 | + <li>Fix bogus fallthrough path in firebird_handle_get_attribute().</li> |
| 55 | +</ul></li> |
| 56 | +<li>PHPDBG: |
| 57 | +<ul> |
| 58 | + <li>Fixed bug <?php githubissuel('php/php-src', 13199); ?> (EOF emits redundant prompt in phpdbg local console mode with libedit/readline).</li> |
| 59 | + <li>Fixed bug <?php githubissuel('php/php-src', 15268); ?> (heap buffer overflow in phpdbg (zend_hash_num_elements() Zend/zend_hash.h)).</li> |
| 60 | + <li>Fixed bug <?php githubissuel('php/php-src', 15210); ?> use-after-free on watchpoint allocations.</li> |
| 61 | +</ul></li> |
| 62 | +<li>Soap: |
| 63 | +<ul> |
| 64 | + <li><?php bugfix(55639); ?> (Digest autentication dont work).</li> |
| 65 | + <li>Fix SoapFault property destruction.</li> |
| 66 | + <li>Fixed bug <?php githubissuel('php/php-src', 15252); ?> (SOAP XML broken since PHP 8.3.9 when using classmap constructor option).</li> |
| 67 | +</ul></li> |
| 68 | +<li>Standard: |
| 69 | +<ul> |
| 70 | + <li>Fix passing non-finite timeout values in stream functions.</li> |
| 71 | + <li>Fixed <?php githubissuel('php/php-src', 14780); ?> p(f)sockopen timeout overflow.</li> |
| 72 | +</ul></li> |
| 73 | +<li>Streams: |
| 74 | +<ul> |
| 75 | + <li>Fixed bug <?php githubissuel('php/php-src', 15028); ?> (Memory leak in ext/phar/stream.c).</li> |
| 76 | + <li>Fixed bug <?php githubissuel('php/php-src', 15034); ?> (Integer overflow on stream_notification_callback byte_max parameter with files bigger than 2GB).</li> |
| 77 | + <li>Reverted fix for <?php githubissuel('php/php-src', 14930); ?> (Custom stream wrapper dir_readdir output truncated to 255 characters).</li> |
| 78 | +</ul></li> |
| 79 | +<li>Tidy: |
| 80 | +<ul> |
| 81 | + <li>Fix memory leaks in ext/tidy basedir restriction code.</li> |
| 82 | +</ul></li> |
| 83 | +</ul> |
| 84 | +<!-- }}} --></section> |
| 85 | + |
| 86 | + |
| 87 | + |
11 | 88 | <section class="version" id="8.3.10"><!-- {{{ 8.3.10 -->
|
12 | 89 | <h3>Version 8.3.10</h3>
|
13 | 90 | <b><?php release_date('01-Aug-2024'); ?></b>
|
|
0 commit comments