|
1249 | 1249 |
|
1250 | 1250 | <a id="PHP_8_3"></a> |
1251 | 1251 |
|
| 1252 | +<section class="version" id="8.3.22"><!-- {{{ 8.3.22 --> |
| 1253 | +<h3>Version 8.3.22</h3> |
| 1254 | +<b><?php release_date('05-Jun-2025'); ?></b> |
| 1255 | +<ul><li>Core: |
| 1256 | +<ul> |
| 1257 | + <li>Fixed <?php githubissuel('php/php-src', 18480); ?> (array_splice with large values for offset/length arguments).</li> |
| 1258 | + <li>Partially fixed <?php githubissuel('php/php-src', 18572); ?> (nested object comparisons leading to stack overflow).</li> |
| 1259 | + <li>Fixed OSS-Fuzz #417078295.</li> |
| 1260 | + <li>Fixed OSS-Fuzz #418106144.</li> |
| 1261 | +</ul></li> |
| 1262 | +<li>Curl: |
| 1263 | +<ul> |
| 1264 | + <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> |
| 1265 | +</ul></li> |
| 1266 | +<li>Date: |
| 1267 | +<ul> |
| 1268 | + <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> |
| 1269 | + <li>Fixed bug <?php githubissuel('php/php-src', 18481); ?> (date_sunrise with unexpected nan value for the offset).</li> |
| 1270 | +</ul></li> |
| 1271 | +<li>Intl: |
| 1272 | +<ul> |
| 1273 | + <li>Fix various reference issues.</li> |
| 1274 | +</ul></li> |
| 1275 | +<li>LDAP: |
| 1276 | +<ul> |
| 1277 | + <li>Fixed bug <?php githubissuel('php/php-src', 18529); ?> (ldap no longer respects TLS_CACERT from ldaprc in ldap_start_tls()).</li> |
| 1278 | +</ul></li> |
| 1279 | +<li>Opcache: |
| 1280 | +<ul> |
| 1281 | + <li>Fixed bug <?php githubissuel('php/php-src', 18417); ?> (Windows SHM reattachment fails when increasing memory_consumption or jit_buffer_size).</li> |
| 1282 | + <li>Fixed bug <?php githubissuel('php/php-src', 18567); ?> (Preloading with internal class alias triggers assertion failure).</li> |
| 1283 | + <li>Fix leak of accel_globals->key.</li> |
| 1284 | +</ul></li> |
| 1285 | +<li>OpenSSL: |
| 1286 | +<ul> |
| 1287 | + <li>Fix missing checks against php_set_blocking() in xp_ssl.c.</li> |
| 1288 | +</ul></li> |
| 1289 | +<li>PDO_OCI: |
| 1290 | +<ul> |
| 1291 | + <li>Fixed bug <?php githubissuel('php/php-src', 18494); ?> (PDO OCI segfault in statement GC).</li> |
| 1292 | +</ul></li> |
| 1293 | +<li>SPL: |
| 1294 | +<ul> |
| 1295 | + <li>Fixed bug <?php githubissuel('php/php-src', 18421); ?> (Integer overflow with large numbers in LimitIterator).</li> |
| 1296 | +</ul></li> |
| 1297 | +<li>Standard: |
| 1298 | +<ul> |
| 1299 | + <li>Fixed bug <?php githubissuel('php/php-src', 17403); ?> (Potential deadlock when putenv fails).</li> |
| 1300 | + <li>Fixed bug <?php githubissuel('php/php-src', 18509); ?> (Dynamic calls to assert() ignore zend.assertions).</li> |
| 1301 | +</ul></li> |
| 1302 | +<li>Windows: |
| 1303 | +<ul> |
| 1304 | + <li>Fix leak+crash with sapi_windows_set_ctrl_handler().</li> |
| 1305 | +</ul></li> |
| 1306 | +<li>Zip: |
| 1307 | +<ul> |
| 1308 | + <li>Fixed bug <?php githubissuel('php/php-src', 18431); ?> (Registering ZIP progress callback twice doesn't work).</li> |
| 1309 | + <li>Fixed bug <?php githubissuel('php/php-src', 18438); ?> (Handling of empty data and errors in ZipArchive::addPattern).</li> |
| 1310 | +</ul></li> |
| 1311 | +</ul> |
| 1312 | +<!-- }}} --></section> |
| 1313 | + |
| 1314 | + |
| 1315 | + |
1252 | 1316 | <section class="version" id="8.3.21"><!-- {{{ 8.3.21 --> |
1253 | 1317 | <h3>Version 8.3.21</h3> |
1254 | 1318 | <b><?php release_date('08-May-2025'); ?></b> |
|
0 commit comments