|
354 | 354 |
|
355 | 355 | <a id="PHP_8_2"></a> |
356 | 356 |
|
| 357 | +<section class="version" id="8.2.14"><!-- {{{ 8.2.14 --> |
| 358 | +<h3>Version 8.2.14</h3> |
| 359 | +<b><?php release_date('21-Dec-2023'); ?></b> |
| 360 | +<ul><li>Core: |
| 361 | +<ul> |
| 362 | + <li>Fixed oss-fuzz #54325 (Use-after-free of name in var-var with malicious error handler).</li> |
| 363 | + <li>Fixed oss-fuzz #64209 (In-place modification of filename in php_message_handler_for_zend).</li> |
| 364 | + <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> |
| 365 | + <li>Fix various missing NULL checks.</li> |
| 366 | + <li>Fixed bug <?php githubissuel('php/php-src', 12835); ?> (Leak of call->extra_named_params on internal __call).</li> |
| 367 | +</ul></li> |
| 368 | +<li>Date: |
| 369 | +<ul> |
| 370 | + <li>Fixed improbably integer overflow while parsing really large (or small) Unix timestamps.</li> |
| 371 | +</ul></li> |
| 372 | +<li>DOM: |
| 373 | +<ul> |
| 374 | + <li>Fixed bug <?php githubissuel('php/php-src', 12616); ?> (DOM: Removing XMLNS namespace node results in invalid default: prefix).</li> |
| 375 | +</ul></li> |
| 376 | +<li>FPM: |
| 377 | +<ul> |
| 378 | + <li>Fixed bug <?php githubissuel('php/php-src', 12705); ?> (Segmentation fault in fpm_status_export_to_zval).</li> |
| 379 | +</ul></li> |
| 380 | +<li>FTP: |
| 381 | +<ul> |
| 382 | + <li>Fixed bug <?php githubissuel('php/php-src', 9348); ?> (FTP & SSL session reuse).</li> |
| 383 | +</ul></li> |
| 384 | +<li>Intl: |
| 385 | +<ul> |
| 386 | + <li>Fixed bug <?php githubissuel('php/php-src', 12635); ?> (Test bug69398.phpt fails with ICU 74.1).</li> |
| 387 | +</ul></li> |
| 388 | +<li>LibXML: |
| 389 | +<ul> |
| 390 | + <li>Fixed bug <?php githubissuel('php/php-src', 12702); ?> (libxml2 2.12.0 issue building from src).</li> |
| 391 | + <li>Fixed test failures for libxml2 2.12.0.</li> |
| 392 | +</ul></li> |
| 393 | +<li>MySQLnd: |
| 394 | +<ul> |
| 395 | + <li>Avoid using uninitialised struct.</li> |
| 396 | + <li>Fixed bug <?php githubissuel('php/php-src', 12791); ?> (Possible dereference of NULL in MySQLnd debug code).</li> |
| 397 | +</ul></li> |
| 398 | +<li>Opcache: |
| 399 | +<ul> |
| 400 | + <li>Fixed JIT bug (Function JIT emits "Uninitialized string offset" warning at the same time as invalid offset Error).</li> |
| 401 | + <li>Fixed JIT bug (JIT emits "Attempt to assign property of non-object" warning at the same time as Error is being thrown).</li> |
| 402 | +</ul></li> |
| 403 | +<li>OpenSSL: |
| 404 | +<ul> |
| 405 | + <li><?php bugfix(50713); ?> (openssl_pkcs7_verify() may ignore untrusted CAs).</li> |
| 406 | +</ul></li> |
| 407 | +<li>PCRE: |
| 408 | +<ul> |
| 409 | + <li>Fixed bug <?php githubissuel('php/php-src', 12628); ?> (The gh11374 test fails on Alpinelinux).</li> |
| 410 | +</ul></li> |
| 411 | +<li>PDO PGSQL: |
| 412 | +<ul> |
| 413 | + <li>Fixed the default value of $fetchMode in PDO::pgsqlGetNotify() (kocsismate)</li> |
| 414 | +</ul></li> |
| 415 | +<li>PGSQL: |
| 416 | +<ul> |
| 417 | + <li>Fixed bug <?php githubissuel('php/php-src', 12763); ?> wrong argument type for pg_untrace.</li> |
| 418 | +</ul></li> |
| 419 | +<li>PHPDBG: |
| 420 | +<ul> |
| 421 | + <li>Fixed bug <?php githubissuel('php/php-src', 12675); ?> (MEMORY_LEAK in phpdbg_prompt.c).</li> |
| 422 | +</ul></li> |
| 423 | +<li>SOAP: |
| 424 | +<ul> |
| 425 | + <li>Fixed bug <?php githubissuel('php/php-src', 12838); ?> ([SOAP] Temporary WSDL cache files not being deleted).</li> |
| 426 | +</ul></li> |
| 427 | +<li>SPL: |
| 428 | +<ul> |
| 429 | + <li>Fixed bug <?php githubissuel('php/php-src', 12721); ?> (SplFileInfo::getFilename() segfault in combination with GlobIterator and no directory separator).</li> |
| 430 | +</ul></li> |
| 431 | +<li>SQLite3: |
| 432 | +<ul> |
| 433 | + <li>Fixed bug <?php githubissuel('php/php-src', 12633); ?> (sqlite3_defensive.phpt fails with sqlite 3.44.0).</li> |
| 434 | +</ul></li> |
| 435 | +<li>Standard: |
| 436 | +<ul> |
| 437 | + <li>Fix memory leak in syslog device handling.</li> |
| 438 | + <li>Fixed bug <?php githubissuel('php/php-src', 12621); ?> (browscap segmentation fault when configured in the vhost).</li> |
| 439 | + <li>Fixed bug <?php githubissuel('php/php-src', 12655); ?> (proc_open() does not take into account references in the descriptor array).</li> |
| 440 | +</ul></li> |
| 441 | +<li>Streams: |
| 442 | +<ul> |
| 443 | + <li><?php bugfix(79945); ?> (Stream wrappers in imagecreatefrompng causes segfault).</li> |
| 444 | +</ul></li> |
| 445 | +<li>Zip: |
| 446 | +<ul> |
| 447 | + <li>Fixed bug <?php githubissuel('php/php-src', 12661); ?> (Inconsistency in ZipArchive::addGlob remove_path Option Behavior).</li> |
| 448 | +</ul></li> |
| 449 | +</ul> |
| 450 | +<!-- }}} --></section> |
| 451 | + |
| 452 | + |
| 453 | + |
357 | 454 | <section class="version" id="8.2.13"><!-- {{{ 8.2.13 --> |
358 | 455 | <h3>Version 8.2.13</h3> |
359 | 456 | <b><?php release_date('23-Nov-2023'); ?></b> |
|
0 commit comments