|
340 | 340 |
|
341 | 341 | <a id="PHP_8_1"></a>
|
342 | 342 |
|
| 343 | +<section class="version" id="8.1.14"><!-- {{{ 8.1.14 --> |
| 344 | +<h3>Version 8.1.14</h3> |
| 345 | +<b><?php release_date('05-Jan-2023'); ?></b> |
| 346 | +<ul><li>Core: |
| 347 | +<ul> |
| 348 | + <li>Fixed bug <?php githubissuel('php/php-src', 9905); ?> (constant() behaves inconsistent when class is undefined).</li> |
| 349 | + <li>Fixed bug <?php githubissuel('php/php-src', 9918); ?> (License information for xxHash is not included in README.REDIST.BINS file).</li> |
| 350 | + <li>Fixed bug <?php githubissuel('php/php-src', 9650); ?> (Can't initialize heap: [0x000001e7]).</li> |
| 351 | + <li>Fixed potentially undefined behavior in Windows ftok(3) emulation.</li> |
| 352 | +</ul></li> |
| 353 | +<li>Date: |
| 354 | +<ul> |
| 355 | + <li>Fixed bug <?php githubissuel('php/php-src', 9699); ?> (DateTimeImmutable::diff differences in 8.1.10 onwards - timezone related).</li> |
| 356 | + <li>Fixed bug <?php githubissuel('php/php-src', 9700); ?> (DateTime::createFromFormat: Parsing TZID string is too greedy).</li> |
| 357 | + <li>Fixed bug <?php githubissuel('php/php-src', 9866); ?> (Time zone bug with \DateTimeInterface::diff()).</li> |
| 358 | + <li>Fixed bug <?php githubissuel('php/php-src', 9880); ?> (DateTime diff returns wrong sign on day count when using a timezone).</li> |
| 359 | +</ul></li> |
| 360 | +<li>FPM: |
| 361 | +<ul> |
| 362 | + <li>Fixed bug <?php githubissuel('php/php-src', 9959); ?> (Solaris port event mechanism is still broken after bug #66694).</li> |
| 363 | + <li><?php bugfix(68207); ?> (Setting fastcgi.error_header can result in a WARNING).</li> |
| 364 | + <li>Fixed bug <?php githubissuel('php/php-src', 8517); ?> (Random crash of FPM master process in fpm_stdio_child_said).</li> |
| 365 | +</ul></li> |
| 366 | +<li>MBString: |
| 367 | +<ul> |
| 368 | + <li>Fixed bug <?php githubissuel('php/php-src', 9535); ?> (The behavior of mb_strcut in mbstring has been changed in PHP8.1).</li> |
| 369 | +</ul></li> |
| 370 | +<li>Opcache: |
| 371 | +<ul> |
| 372 | + <li>Fixed bug <?php githubissuel('php/php-src', 9968); ?> (Segmentation Fault during OPCache Preload).</li> |
| 373 | +</ul></li> |
| 374 | +<li>OpenSSL: |
| 375 | +<ul> |
| 376 | + <li>Fixed bug <?php githubissuel('php/php-src', 9064); ?> (PHP fails to build if openssl was built with --no-ec).</li> |
| 377 | + <li>Fixed bug <?php githubissuel('php/php-src', 10000); ?> (OpenSSL test failures when OpenSSL compiled with no-dsa).</li> |
| 378 | +</ul></li> |
| 379 | +<li>Pcntl: |
| 380 | +<ul> |
| 381 | + <li>Fixed bug <?php githubissuel('php/php-src', 9298); ?> (Signal handler called after rshutdown leads to crash).</li> |
| 382 | +</ul></li> |
| 383 | +<li>PDO_Firebird: |
| 384 | +<ul> |
| 385 | + <li>Fixed bug <?php githubissuel('php/php-src', 9971); ?> (Incorrect NUMERIC value returned from PDO_Firebird).</li> |
| 386 | +</ul></li> |
| 387 | +<li>PDO/SQLite: |
| 388 | +<ul> |
| 389 | + <li><?php bugfix(81740); ?> (PDO::quote() may return unquoted string). (CVE-2022-31631)</li> |
| 390 | +</ul></li> |
| 391 | +<li>Session: |
| 392 | +<ul> |
| 393 | + <li>Fixed <?php githubissuel('php/php-src', 9932); ?> (session name silently fails with . and [).</li> |
| 394 | +</ul></li> |
| 395 | +<li>SPL: |
| 396 | +<ul> |
| 397 | + <li>Fixed <?php githubissuel('php/php-src', 9883); ?> (SplFileObject::__toString() reads next line).</li> |
| 398 | + <li>Fixed <?php githubissuel('php/php-src', 10011); ?> (Trampoline autoloader will get reregistered and cannot be unregistered).</li> |
| 399 | +</ul></li> |
| 400 | +<li>SQLite3: |
| 401 | +<ul> |
| 402 | + <li><?php bugfix(81742); ?> (open_basedir bypass in SQLite3 by using file URI).</li> |
| 403 | +</ul></li> |
| 404 | +</ul> |
| 405 | +<!-- }}} --></section> |
| 406 | + |
| 407 | + |
| 408 | + |
343 | 409 | <section class="version" id="8.1.13"><!-- {{{ 8.1.13 -->
|
344 | 410 | <h3>Version 8.1.13</h3>
|
345 | 411 | <b><?php release_date('24-Nov-2022'); ?></b>
|
|
0 commit comments