Author: Gabriel Caruso (carusogabriel) Date: 2022-08-04T10:37:03+02:00 Commit: https://github.com/php/web-php/commit/66e61decda5432f5a346271a43c4401259335efa Raw diff: https://github.com/php/web-php/commit/66e61decda5432f5a346271a43c4401259335efa.diff
Fixes to PHP 8.0.22 announcement Missed these name entries while generating the changes locally, removing to keep it consistent with the entire file. Changed paths: M ChangeLog-8.php Diff: diff --git a/ChangeLog-8.php b/ChangeLog-8.php index be186168c..f8180b63f 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -769,12 +769,12 @@ </ul></li> <li>DBA: <ul> - <li>Fixed LMDB driver hanging when attempting to delete a non-existing key (Girgias)</li> + <li>Fixed LMDB driver hanging when attempting to delete a non-existing key.</li> </ul></li> <li>FPM: <ul> <li>Fixed zlog message prepend, free on incorrect address.</li> - <li>Fixed possible double free on configuration loading failure. (Heiko Weber).</li> + <li>Fixed possible double free on configuration loading failure.</li> </ul></li> <li>GD: <ul> @@ -791,7 +791,7 @@ <li>Standard: <ul> <li>Fixed the crypt_sha256/512 api build with clang > 12.</li> - <li>Uses CCRandomGenerateBytes instead of arc4random_buf on macOs. (David Carlier).</li> + <li>Uses CCRandomGenerateBytes instead of arc4random_buf on macOs.</li> </ul></li> </ul> <!-- }}} --></section> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php