|
9 | 9 |
|
10 | 10 | <a id="PHP_8_4"></a> |
11 | 11 |
|
| 12 | +<section class="version" id="8.4.8"><!-- {{{ 8.4.8 --> |
| 13 | +<h3>Version 8.4.8</h3> |
| 14 | +<b><?php release_date('05-Jun-2025'); ?></b> |
| 15 | +<ul><li>Core: |
| 16 | +<ul> |
| 17 | + <li>Fixed <?php githubissuel('php/php-src', 18480); ?> (array_splice with large values for offset/length arguments).</li> |
| 18 | + <li>Partially fixed <?php githubissuel('php/php-src', 18572); ?> (nested object comparisons leading to stack overflow).</li> |
| 19 | + <li>Fixed OSS-Fuzz #417078295.</li> |
| 20 | + <li>Fixed OSS-Fuzz #418106144.</li> |
| 21 | +</ul></li> |
| 22 | +<li>Curl: |
| 23 | +<ul> |
| 24 | + <li>Fixed <?php githubissuel('php/php-src', 18460); ?> (curl_easy_setopt with CURLOPT_USERPWD/CURLOPT_USERNAME/ CURLOPT_PASSWORD set the Authorization header when set to NULL).</li> |
| 25 | +</ul></li> |
| 26 | +<li>Date: |
| 27 | +<ul> |
| 28 | + <li>Fixed bug <?php githubissuel('php/php-src', 18076); ?> (Since PHP 8, the date_sun_info() function returns inaccurate sunrise and sunset times, but other calculated times are correct) (JiriJozif).</li> |
| 29 | + <li>Fixed bug <?php githubissuel('php/php-src', 18481); ?> (date_sunrise with unexpected nan value for the offset).</li> |
| 30 | +</ul></li> |
| 31 | +<li>DOM: |
| 32 | +<ul> |
| 33 | + <li>Backport lexbor/lexbor#274.</li> |
| 34 | +</ul></li> |
| 35 | +<li>Intl: |
| 36 | +<ul> |
| 37 | + <li>Fix various reference issues.</li> |
| 38 | +</ul></li> |
| 39 | +<li>LDAP: |
| 40 | +<ul> |
| 41 | + <li>Fixed bug <?php githubissuel('php/php-src', 18529); ?> (ldap no longer respects TLS_CACERT from ldaprc in ldap_start_tls()).</li> |
| 42 | +</ul></li> |
| 43 | +<li>Opcache: |
| 44 | +<ul> |
| 45 | + <li>Fixed bug <?php githubissuel('php/php-src', 18417); ?> (Windows SHM reattachment fails when increasing memory_consumption or jit_buffer_size).</li> |
| 46 | + <li>Fixed bug <?php githubissuel('php/php-src', 18297); ?> (Exception not handled when jit guard is triggered).</li> |
| 47 | + <li>Fixed bug <?php githubissuel('php/php-src', 18408); ?> (Snapshotted poly_func / poly_this may be spilled).</li> |
| 48 | + <li>Fixed bug <?php githubissuel('php/php-src', 18567); ?> (Preloading with internal class alias triggers assertion failure).</li> |
| 49 | + <li>Fixed bug <?php githubissuel('php/php-src', 18534); ?> (FPM exit code 70 with enabled opcache and hooked properties in traits).</li> |
| 50 | + <li>Fix leak of accel_globals->key.</li> |
| 51 | +</ul></li> |
| 52 | +<li>OpenSSL: |
| 53 | +<ul> |
| 54 | + <li>Fix missing checks against php_set_blocking() in xp_ssl.c.</li> |
| 55 | +</ul></li> |
| 56 | +<li>SPL: |
| 57 | +<ul> |
| 58 | + <li>Fixed bug <?php githubissuel('php/php-src', 18421); ?> (Integer overflow with large numbers in LimitIterator).</li> |
| 59 | +</ul></li> |
| 60 | +<li>Standard: |
| 61 | +<ul> |
| 62 | + <li>Fixed bug <?php githubissuel('php/php-src', 17403); ?> (Potential deadlock when putenv fails).</li> |
| 63 | + <li>Fixed bug <?php githubissuel('php/php-src', 18400); ?> (http_build_query type error is inaccurate).</li> |
| 64 | + <li>Fixed bug <?php githubissuel('php/php-src', 18509); ?> (Dynamic calls to assert() ignore zend.assertions).</li> |
| 65 | +</ul></li> |
| 66 | +<li>Windows: |
| 67 | +<ul> |
| 68 | + <li>Fix leak+crash with sapi_windows_set_ctrl_handler().</li> |
| 69 | +</ul></li> |
| 70 | +<li>Zip: |
| 71 | +<ul> |
| 72 | + <li>Fixed bug <?php githubissuel('php/php-src', 18431); ?> (Registering ZIP progress callback twice doesn't work).</li> |
| 73 | + <li>Fixed bug <?php githubissuel('php/php-src', 18438); ?> (Handling of empty data and errors in ZipArchive::addPattern).</li> |
| 74 | +</ul></li> |
| 75 | +</ul> |
| 76 | +<!-- }}} --></section> |
| 77 | + |
| 78 | + |
| 79 | + |
12 | 80 | <section class="version" id="8.4.7"><!-- {{{ 8.4.7 --> |
13 | 81 | <h3>Version 8.4.7</h3> |
14 | 82 | <b><?php release_date('8-May-2025'); ?></b> |
|
0 commit comments