|
436 | 436 |
|
437 | 437 | <a id="PHP_8_2"></a>
|
438 | 438 |
|
| 439 | +<section class="version" id="8.2.15"><!-- {{{ 8.2.15 --> |
| 440 | +<h3>Version 8.2.15</h3> |
| 441 | +<b><?php release_date('18-Jan-2024'); ?></b> |
| 442 | +<ul><li>Core: |
| 443 | +<ul> |
| 444 | + <li>Fixed bug <?php githubissuel('php/php-src', 12953); ?> (false positive SSA integrity verification failed when loading composer classmaps with more than 11k elements).</li> |
| 445 | + <li>Fixed bug <?php githubissuel('php/php-src', 12966); ?> (missing cross-compiling 3rd argument so Autoconf doesn't emit warnings).</li> |
| 446 | +</ul></li> |
| 447 | +<li>Cli: |
| 448 | +<ul> |
| 449 | + <li>Fix incorrect timeout in built-in web server when using router script and max_input_time.</li> |
| 450 | +</ul></li> |
| 451 | +<li>FFI: |
| 452 | +<ul> |
| 453 | + <li>Fixed bug <?php githubissuel('php/php-src', 9698); ?> (stream_wrapper_register crashes with FFI\CData).</li> |
| 454 | + <li>Fixed bug <?php githubissuel('php/php-src', 12905); ?> (FFI::new interacts badly with observers).</li> |
| 455 | +</ul></li> |
| 456 | +<li>Intl: |
| 457 | +<ul> |
| 458 | + <li>Fixed <?php githubissuel('php/php-src', 12943); ?> (IntlDateFormatter::__construct accepts 'C' as valid locale).</li> |
| 459 | +</ul></li> |
| 460 | +<li>Hash: |
| 461 | +<ul> |
| 462 | + <li>Fixed bug <?php githubissuel('php/php-src', 12936); ?> (hash() function hangs endlessly if using sha512 on strings >= 4GiB).</li> |
| 463 | +</ul></li> |
| 464 | +<li>ODBC: |
| 465 | +<ul> |
| 466 | + <li>Fix crash on Apache shutdown with persistent connections.</li> |
| 467 | +</ul></li> |
| 468 | +<li>Opcache: |
| 469 | +<ul> |
| 470 | + <li>Fixed oss-fuzz #64727 (JIT undefined array key warning may overwrite DIM with NULL when DIM is the same var as result).</li> |
| 471 | + <li>Added workaround for SELinux mprotect execheap issue. See https://bugzilla.kernel.org/show_bug.cgi?id=218258.</li> |
| 472 | +</ul></li> |
| 473 | +<li>OpenSSL: |
| 474 | +<ul> |
| 475 | + <li>Fixed bug <?php githubissuel('php/php-src', 12987); ?> (openssl_csr_sign might leak new cert on error).</li> |
| 476 | +</ul></li> |
| 477 | +<li>PDO: |
| 478 | +<ul> |
| 479 | + <li>Fix <?php githubissuel('php/php-src', 12969); ?> (Fixed PDO::getAttribute() to get PDO::ATTR_STRINGIFY_FETCHES).</li> |
| 480 | +</ul></li> |
| 481 | +<li>PDO_ODBC: |
| 482 | +<ul> |
| 483 | + <li>Fixed bug <?php githubissuel('php/php-src', 12767); ?> (Unable to turn on autocommit mode with setAttribute()).</li> |
| 484 | +</ul></li> |
| 485 | +<li>PGSQL: |
| 486 | +<ul> |
| 487 | + <li>Fixed auto_reset_persistent handling and allow_persistent type.</li> |
| 488 | + <li>Fixed bug <?php githubissuel('php/php-src', 12974); ?> (Apache crashes on shutdown when using pg_pconnect()).</li> |
| 489 | +</ul></li> |
| 490 | +<li>Phar: |
| 491 | +<ul> |
| 492 | + <li><?php bugfix(77432); ?> (Segmentation fault on including phar file).</li> |
| 493 | +</ul></li> |
| 494 | +<li>PHPDBG: |
| 495 | +<ul> |
| 496 | + <li>Fixed bug <?php githubissuel('php/php-src', 12962); ?> (Double free of init_file in phpdbg_prompt.c).</li> |
| 497 | +</ul></li> |
| 498 | +<li>SimpleXML: |
| 499 | +<ul> |
| 500 | + <li>Fix getting the address of an uninitialized property of a SimpleXMLElement resulting in a crash.</li> |
| 501 | +</ul></li> |
| 502 | +<li>Tidy: |
| 503 | +<ul> |
| 504 | + <li>Fixed bug <?php githubissuel('php/php-src', 12980); ?> (tidynode.props.attribute is missing "Boolean Attributes" and empty attributes).</li> |
| 505 | +</ul></li> |
| 506 | +</ul> |
| 507 | +<!-- }}} --></section> |
| 508 | + |
| 509 | + |
| 510 | + |
439 | 511 | <section class="version" id="8.2.14"><!-- {{{ 8.2.14 -->
|
440 | 512 | <h3>Version 8.2.14</h3>
|
441 | 513 | <b><?php release_date('21-Dec-2023'); ?></b>
|
|
0 commit comments