|
8 | 8 | ?>
|
9 | 9 | <a id="PHP_8_3"></a>
|
10 | 10 |
|
| 11 | +<section class="version" id="8.3.3"><!-- {{{ 8.3.3 --> |
| 12 | +<h3>Version 8.3.3</h3> |
| 13 | +<b><?php release_date('15-Feb-2024'); ?></b> |
| 14 | +<ul><li>Core: |
| 15 | +<ul> |
| 16 | + <li>Fixed timer leak in zend-max-execution-timers builds.</li> |
| 17 | + <li>Fixed bug <?php githubissuel('php/php-src', 12349); ?> (linking failure on ARM with mold).</li> |
| 18 | + <li>Fixed bug <?php githubissuel('php/php-src', 13097); ?> (Anonymous class reference in trigger_error / thrown Exception).</li> |
| 19 | + <li>Fixed bug <?php githubissuel('php/php-src', 13177); ?> (PHP 8.3.2: final private constructor not allowed when used in trait).</li> |
| 20 | + <li>Fixed bug <?php githubissuel('php/php-src', 13215); ?> (GCC 14 build failure).</li> |
| 21 | +</ul></li> |
| 22 | +<li>Curl: |
| 23 | +<ul> |
| 24 | + <li>Fix missing error check in curl_multi_init().</li> |
| 25 | +</ul></li> |
| 26 | +<li>FPM: |
| 27 | +<ul> |
| 28 | + <li>Fixed bug <?php githubissuel('php/php-src', 12996); ?> (Incorrect SCRIPT_NAME with Apache ProxyPassMatch when plus in path).</li> |
| 29 | +</ul></li> |
| 30 | +<li>GD: |
| 31 | +<ul> |
| 32 | + <li>Fixed bug <?php githubissuel('php/php-src', 10344); ?> (imagettfbbox(): Could not find/open font UNC path).</li> |
| 33 | + <li>Fixed bug <?php githubissuel('php/php-src', 10614); ?> (imagerotate will turn the picture all black, when rotated 90).</li> |
| 34 | +</ul></li> |
| 35 | +<li>LibXML: |
| 36 | +<ul> |
| 37 | + <li>Fix crashes with entity references and predefined entities.</li> |
| 38 | +</ul></li> |
| 39 | +<li>MySQLnd: |
| 40 | +<ul> |
| 41 | + <li>Fixed bug <?php githubissuel('php/php-src', 12107); ?> (When running a stored procedure (that returns a result set) twice, PHP crashes).</li> |
| 42 | +</ul></li> |
| 43 | +<li>Opcache: |
| 44 | +<ul> |
| 45 | + <li>Fixed bug <?php githubissuel('php/php-src', 13145); ?> (strtok() is not comptime).</li> |
| 46 | + <li>Fixed type inference of range().</li> |
| 47 | + <li>Fixed bug <?php githubissuel('php/php-src', 13232); ?> (Segmentation fault will be reported when JIT is off but JIT_debug is still on).</li> |
| 48 | +</ul></li> |
| 49 | +<li>OpenSSL: |
| 50 | +<ul> |
| 51 | + <li>Fixed LibreSSL undefined reference when OPENSSL_NO_ENGINE not set. (David Carlier).</li> |
| 52 | +</ul></li> |
| 53 | +<li>PDO_Firebird: |
| 54 | +<ul> |
| 55 | + <li>Fix <?php githubissuel('php/php-src', 13119); ?> (Changed to convert float and double values into strings using `H` format).</li> |
| 56 | +</ul></li> |
| 57 | +<li>Phar: |
| 58 | +<ul> |
| 59 | + <li><?php bugfix(71465); ?> (PHAR doesn't know about litespeed).</li> |
| 60 | + <li>Fixed bug <?php githubissuel('php/php-src', 13037); ?> (PharData incorrectly extracts zip file).</li> |
| 61 | +</ul></li> |
| 62 | +<li>Random: |
| 63 | +<ul> |
| 64 | + <li>Fixed bug <?php githubissuel('php/php-src', 13138); ?> (Randomizer::pickArrayKeys() does not detect broken engines).</li> |
| 65 | +</ul></li> |
| 66 | +<li>Session: |
| 67 | +<ul> |
| 68 | + <li>Fixed bug <?php githubissuel('php/php-src', 12504); ?> (Corrupted session written when there's a fatal error in autoloader).</li> |
| 69 | +</ul></li> |
| 70 | +<li>Standard: |
| 71 | +<ul> |
| 72 | + <li>Fixed bug <?php githubissuel('php/php-src', 13094); ?> (range(9.9, '0') causes segmentation fault).</li> |
| 73 | +</ul></li> |
| 74 | +<li>Streams: |
| 75 | +<ul> |
| 76 | + <li>Fixed bug <?php githubissuel('php/php-src', 13071); ?> (Copying large files using mmap-able source streams may exhaust available memory and fail).</li> |
| 77 | +</ul></li> |
| 78 | +</ul> |
| 79 | +<!-- }}} --></section> |
| 80 | + |
| 81 | + |
| 82 | + |
11 | 83 | <section class="version" id="8.3.2"><!-- {{{ 8.3.2 -->
|
12 | 84 | <h3>Version 8.3.2</h3>
|
13 | 85 | <b><?php release_date('18-Jan-2024'); ?></b>
|
|
0 commit comments