From: Chris Brown Date: Mon, 2 Nov 2020 17:15:04 +0000 (-0500) Subject: Fix typo in UPGRADING X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4d16d3cc385b240c47141537ecb5356564b37b4a;p=php Fix typo in UPGRADING Closes GH-6395. --- diff --git a/UPGRADING b/UPGRADING index ed7dd70ea9..37cf35cb47 100644 --- a/UPGRADING +++ b/UPGRADING @@ -390,7 +390,7 @@ PHP 8.0 UPGRADE NOTES aliases for better interoperability with the iconv extension. The mbregex ISO 8859 aliases with underscores (ISO_8859_* and ISO8859_*) have also been removed. - . mb_ereg() and mb_eregi() will now return boolean true on a successfuly + . mb_ereg() and mb_eregi() will now return boolean true on a successful match. Previously they returned integer 1 if $matches was not passed, or max(1, strlen($reg[0])) is $matches was passed.