Make WordPress Core

Opened 2 years ago

Closed 2 years ago

Last modified 2 years ago

#56305 closed defect (bug) (invalid)

Deprecated mbstring.func_overload after PHP 7.2 update.

Reported by: hilayt24's profile hilayt24 Owned by:
Milestone: Priority: normal
Severity: major Version:
Component: External Libraries Keywords:
Focuses: coding-standards Cc:

Description

/Users/smitrathod/local sites/wp-testing-site/app/public/wp-includes/random_compat/byte_safe_strings.php	33	24	warning	INI directive 'mbstring.func_overload' is deprecated since PHP 7.2
/Users/smitrathod/local sites/wp-testing-site/app/public/wp-includes/random_compat/byte_safe_strings.php	87	24	warning	INI directive 'mbstring.func_overload' is deprecated since PHP 7.2

Change History (2)

#1 @hilayt24
2 years ago

  • Keywords needs-patch dev-feedback removed
  • Resolution set to invalid
  • Status changed from new to closed

#2 @SergeyBiryukov
2 years ago

  • Component changed from General to External Libraries
  • Milestone Awaiting Review deleted

Hi there, thanks for the ticket!

random_compat is an external library, any suggested changes would need to be submitted upstream.

It is excluded from PHPCS checks in the WordPress' phpcs.xml.dist configuration file.

Note: See TracTickets for help on using tickets.