|
8 | 8 | ?> |
9 | 9 | <a id="PHP_8_3"></a> |
10 | 10 |
|
| 11 | +<section class="version" id="8.3.1"><!-- {{{ 8.3.1 --> |
| 12 | +<h3>Version 8.3.1</h3> |
| 13 | +<b><?php release_date('21-Dec-2023'); ?></b> |
| 14 | +<ul><li>Core: |
| 15 | +<ul> |
| 16 | + <li>Fixed bug <?php githubissuel('php/php-src', 12758); ?> / <?php githubissuel('php/php-src', 12768); ?> (Invalid opline in OOM handlers within ZEND_FUNC_GET_ARGS and ZEND_BIND_STATIC).</li> |
| 17 | + <li>Fix various missing NULL checks.</li> |
| 18 | + <li>Fixed bug <?php githubissuel('php/php-src', 12835); ?> (Leak of call->extra_named_params on internal __call).</li> |
| 19 | + <li>Fixed bug <?php githubissuel('php/php-src', 12826); ?> (Weird pointers issue in nested loops).</li> |
| 20 | +</ul></li> |
| 21 | +<li>FPM: |
| 22 | +<ul> |
| 23 | + <li>Fixed bug <?php githubissuel('php/php-src', 12705); ?> (Segmentation fault in fpm_status_export_to_zval).</li> |
| 24 | +</ul></li> |
| 25 | +<li>FTP: |
| 26 | +<ul> |
| 27 | + <li>Fixed bug <?php githubissuel('php/php-src', 9348); ?> (FTP & SSL session reuse).</li> |
| 28 | +</ul></li> |
| 29 | +<li>LibXML: |
| 30 | +<ul> |
| 31 | + <li>Fixed test failures for libxml2 2.12.0.</li> |
| 32 | +</ul></li> |
| 33 | +<li>MySQLnd: |
| 34 | +<ul> |
| 35 | + <li>Avoid using uninitialised struct.</li> |
| 36 | + <li>Fixed bug <?php githubissuel('php/php-src', 12791); ?> (Possible dereference of NULL in MySQLnd debug code).</li> |
| 37 | +</ul></li> |
| 38 | +<li>Opcache: |
| 39 | +<ul> |
| 40 | + <li>Fixed JIT bug (Function JIT emits "Uninitialized string offset" warning at the same time as invalid offset Error).</li> |
| 41 | + <li>Fixed JIT bug (JIT emits "Attempt to assign property of non-object" warning at the same time as Error is being thrown).</li> |
| 42 | +</ul></li> |
| 43 | +<li>PDO PGSQL: |
| 44 | +<ul> |
| 45 | + <li>Fixed the default value of $fetchMode in PDO::pgsqlGetNotify() (kocsismate)</li> |
| 46 | +</ul></li> |
| 47 | +<li>SOAP: |
| 48 | +<ul> |
| 49 | + <li>Fixed bug <?php githubissuel('php/php-src', 12838); ?> ([SOAP] Temporary WSDL cache files not being deleted).</li> |
| 50 | +</ul></li> |
| 51 | +<li>Standard: |
| 52 | +<ul> |
| 53 | + <li>Fixed <?php githubissuel('php/php-src', 12745); ?> (http_build_query() default null argument for $arg_separator is implicitly coerced to string).</li> |
| 54 | +</ul></li> |
| 55 | +</ul> |
| 56 | +<!-- }}} --></section> |
| 57 | + |
| 58 | + |
| 59 | + |
11 | 60 | <section class="version" id="8.3.0"><!-- {{{ 8.3.0 --> |
12 | 61 | <h3>Version 8.3.0</h3> |
13 | 62 | <b><?php release_date('23-Nov-2023'); ?></b> |
|
0 commit comments