MB_ONIGURUMA_VERSION

ConstantDeprecated in PHP 8.6

MB_ONIGURUMA_VERSION — The Oniguruma version, e.g. 6.9.4. Available as of PHP 7.4.

PHP 5
PHP 7.0-7.3
PHP 7.4
Added
PHP 8.0-8.1
PHP 8.2-8.3
PHP 8.4
PHP 8.5
PHP 8.6
Deprecated
/** @deprecated Constant MB_ONIGURUMA_VERSION is deprecated since 8.6, because the underlying library is no longer maintained */
MB_ONIGURUMA_VERSION = "6.9.9";

Changes to the MB_ONIGURUMA_VERSION Constant

PHP 8.6

  • Constant deprecated
var_dump(MB_ONIGURUMA_VERSION);
// 6.9.9
Constant MB_ONIGURUMA_VERSION is deprecated since 8.6, because the underlying library is no longer maintained

PHP 7.4

  • Constant added

MB_ONIGURUMA_VERSION Constant Availability

PHP VersionAvailability
PHP 8.6Upcoming Release Yes Deprecated
PHP 8.5Supported (Latest) Yes
PHP 8.4Supported Yes
PHP 8.3Security-Fixes Only Yes
PHP 8.2Security-Fixes Only Yes
PHP 8.1Unsupported Yes
PHP 8.0Unsupported Yes
PHP 7.4Unsupported Yes
PHP 7.3Unsupported No
PHP 7.2Unsupported No
PHP 7.1Unsupported No
PHP 7.0Unsupported No
PHP 5.6Unsupported No
PHP 5.5Unsupported No
PHP 5.4Unsupported No
PHP 5.3Unsupported No