|
8 | 8 | ?>
|
9 | 9 | <a id="PHP_8_3"></a>
|
10 | 10 |
|
| 11 | +<section class="version" id="8.3.2"><!-- {{{ 8.3.2 --> |
| 12 | +<h3>Version 8.3.2</h3> |
| 13 | +<b><?php release_date('18-Jan-2024'); ?></b> |
| 14 | +<ul><li>Core: |
| 15 | +<ul> |
| 16 | + <li>Fixed bug <?php githubissuel('php/php-src', 12953); ?> (false positive SSA integrity verification failed when loading composer classmaps with more than 11k elements).</li> |
| 17 | + <li>Fixed bug <?php githubissuel('php/php-src', 12999); ?> (zend_strnlen build when strnlen is unsupported).</li> |
| 18 | + <li>Fixed bug <?php githubissuel('php/php-src', 12966); ?> (missing cross-compiling 3rd argument so Autoconf doesn't emit warnings).</li> |
| 19 | + <li>Fixed bug <?php githubissuel('php/php-src', 12854); ?> (8.3 - as final trait-used method does not correctly report visibility in Reflection).</li> |
| 20 | +</ul></li> |
| 21 | +<li>Cli: |
| 22 | +<ul> |
| 23 | + <li>Fix incorrect timeout in built-in web server when using router script and max_input_time.</li> |
| 24 | +</ul></li> |
| 25 | +<li>DOM: |
| 26 | +<ul> |
| 27 | + <li>Fixed bug <?php githubissuel('php/php-src', 12870); ?> (Creating an xmlns attribute results in a DOMException).</li> |
| 28 | + <li>Fix crash when toggleAttribute() is used without a document.</li> |
| 29 | + <li>Fix crash in adoptNode with attribute references.</li> |
| 30 | + <li>Fixed bug <?php githubissuel('php/php-src', 13012); ?> (DOMNode::isEqualNode() is incorrect when attribute order is different).</li> |
| 31 | +</ul></li> |
| 32 | +<li>FFI: |
| 33 | +<ul> |
| 34 | + <li>Fixed bug <?php githubissuel('php/php-src', 9698); ?> (stream_wrapper_register crashes with FFI\CData).</li> |
| 35 | + <li>Fixed bug <?php githubissuel('php/php-src', 12905); ?> (FFI::new interacts badly with observers).</li> |
| 36 | +</ul></li> |
| 37 | +<li>Intl: |
| 38 | +<ul> |
| 39 | + <li>Fixed <?php githubissuel('php/php-src', 12943); ?> (IntlDateFormatter::__construct accepts 'C' as valid locale).</li> |
| 40 | +</ul></li> |
| 41 | +<li>Hash: |
| 42 | +<ul> |
| 43 | + <li>Fixed bug <?php githubissuel('php/php-src', 12936); ?> (hash() function hangs endlessly if using sha512 on strings >= 4GiB).</li> |
| 44 | +</ul></li> |
| 45 | +<li>ODBC: |
| 46 | +<ul> |
| 47 | + <li>Fix crash on Apache shutdown with persistent connections.</li> |
| 48 | +</ul></li> |
| 49 | +<li>Opcache: |
| 50 | +<ul> |
| 51 | + <li>Fixed oss-fuzz #64727 (JIT undefined array key warning may overwrite DIM with NULL when DIM is the same var as result).</li> |
| 52 | + <li>Added workaround for SELinux mprotect execheap issue. See https://bugzilla.kernel.org/show_bug.cgi?id=218258.</li> |
| 53 | +</ul></li> |
| 54 | +<li>OpenSSL: |
| 55 | +<ul> |
| 56 | + <li>Fixed bug <?php githubissuel('php/php-src', 12987); ?> (openssl_csr_sign might leak new cert on error).</li> |
| 57 | +</ul></li> |
| 58 | +<li>PDO: |
| 59 | +<ul> |
| 60 | + <li>Fix <?php githubissuel('php/php-src', 12969); ?> (Fixed PDO::getAttribute() to get PDO::ATTR_STRINGIFY_FETCHES).</li> |
| 61 | +</ul></li> |
| 62 | +<li>PDO_ODBC: |
| 63 | +<ul> |
| 64 | + <li>Fixed bug <?php githubissuel('php/php-src', 12767); ?> (Unable to turn on autocommit mode with setAttribute()).</li> |
| 65 | +</ul></li> |
| 66 | +<li>PGSQL: |
| 67 | +<ul> |
| 68 | + <li>Fixed auto_reset_persistent handling and allow_persistent type.</li> |
| 69 | + <li>Fixed bug <?php githubissuel('php/php-src', 12974); ?> (Apache crashes on shutdown when using pg_pconnect()).</li> |
| 70 | +</ul></li> |
| 71 | +<li>Phar: |
| 72 | +<ul> |
| 73 | + <li><?php bugfix(77432); ?> (Segmentation fault on including phar file).</li> |
| 74 | +</ul></li> |
| 75 | +<li>PHPDBG: |
| 76 | +<ul> |
| 77 | + <li>Fixed bug <?php githubissuel('php/php-src', 12962); ?> (Double free of init_file in phpdbg_prompt.c).</li> |
| 78 | +</ul></li> |
| 79 | +<li>SimpleXML: |
| 80 | +<ul> |
| 81 | + <li>Fix getting the address of an uninitialized property of a SimpleXMLElement resulting in a crash.</li> |
| 82 | + <li>Fixed bug <?php githubissuel('php/php-src', 12929); ?> (SimpleXMLElement with stream_wrapper_register can segfault).</li> |
| 83 | +</ul></li> |
| 84 | +<li>Tidy: |
| 85 | +<ul> |
| 86 | + <li>Fixed bug <?php githubissuel('php/php-src', 12980); ?> (tidynode.props.attribute is missing "Boolean Attributes" and empty attributes).</li> |
| 87 | +</ul></li> |
| 88 | +</ul> |
| 89 | +<!-- }}} --></section> |
| 90 | + |
| 91 | + |
| 92 | + |
11 | 93 | <section class="version" id="8.3.1"><!-- {{{ 8.3.1 -->
|
12 | 94 | <h3>Version 8.3.1</h3>
|
13 | 95 | <b><?php release_date('21-Dec-2023'); ?></b>
|
|
0 commit comments