From: Trevor Rowbotham Date: Thu, 19 Jul 2018 19:14:39 +0000 (-0400) Subject: [ci skip] Add new global MBString constants to UPGRADING X-Git-Tag: php-7.3.0beta1~99 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fb0faf0208490ddec39b0c2b27aa3e2d5fe31301;p=php [ci skip] Add new global MBString constants to UPGRADING The constants are mentioned further up in the New Features section, but weren't explicitly listed under the New Global Constants section. --- diff --git a/UPGRADING b/UPGRADING index 0db37b27e7..db01dc0064 100644 --- a/UPGRADING +++ b/UPGRADING @@ -432,6 +432,13 @@ Curl: JSON: . JSON_THROW_ON_ERROR +MBString: + . MB_CASE_FOLD + . MB_CASE_LOWER_SIMPLE + . MB_CASE_UPPER_SIMPLE + . MB_CASE_TITLE_SIMPLE + . MB_CASE_FOLD_SIMPLE + PGSQL: . Requires Postgres 9.3 - PGSQL_DIAG_SCHEMA_NAME