Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 582 Bytes

mbstring.md

File metadata and controls

29 lines (17 loc) · 582 Bytes

The mbstring extension

Configure the mbstring extension.

This extension provides the multibyte string support.

PHP_EXT_MBSTRING

  • Default: OFF
  • Values: ON|OFF

Enable the extension.

PHP_EXT_MBSTRING_SHARED

  • Default: OFF
  • Values: ON|OFF

Build extension as shared.

PHP_EXT_MBSTRING_MBREGEX

  • Default: ON
  • Values: ON|OFF

Enable multibyte regex support (requires Oniguruma).