Author: Markus Staab (staabm) Committer: GitHub (web-flow) Pusher: cmb69 Date: 2022-08-06T12:48:31+02:00
Commit: https://github.com/php/web-php/commit/c23fe7f91790f3aca954375968a163407dc736d9 Raw diff: https://github.com/php/web-php/commit/c23fe7f91790f3aca954375968a163407dc736d9.diff Fix typos in changelog Closes GH-683. Changed paths: M ChangeLog-8.php Diff: diff --git a/ChangeLog-8.php b/ChangeLog-8.php index ef47e5359..5b7d99ff8 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -40,12 +40,12 @@ </ul></li> <li>OPcache: <ul> - <li>Fixed bug <?php githubissuel('php/php-src', 8847); ?> (PHP hanging infinitly at 100% cpu when check php syntaxe of a valid file).</li> + <li>Fixed bug <?php githubissuel('php/php-src', 8847); ?> (PHP hanging infinitly at 100% cpu when check php syntax of a valid file).</li> <li>Fixed bug <?php githubissuel('php/php-src', 8030); ?> (Segfault with JIT and large match/switch statements).</li> </ul></li> <li>Reflection: <ul> - <li>Fixed bug <?php githubissuel('php/php-src', 8943); ?> (Fixed Reflection::getModifiersNames() with readonly modifier).</li> + <li>Fixed bug <?php githubissuel('php/php-src', 8943); ?> (Fixed Reflection::getModifierNames() with readonly modifier).</li> </ul></li> <li>Standard: <ul> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php