Skip to content

Commit 4613359

Browse files
committed
Make mbstring extension optional
We're using Symfony polyfill now to be in line with phpMyAdmin. Signed-off-by: Michal Čihař <[email protected]>
1 parent 69c2471 commit 4613359

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
* Make mbstring extension optional (though Symfony polyfill).
6+
57
## [4.2.2] - 2017-09-28
68

79
* Added support for binding parameters.

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"require": {
1919
"php": ">=5.3.0",
20-
"ext-mbstring": "*"
20+
"symfony/polyfill-mbstring": "^1.3"
2121
},
2222
"require-dev": {
2323
"phpunit/php-code-coverage": "*",
@@ -27,6 +27,7 @@
2727
"phpmyadmin/motranslator": "<3.0"
2828
},
2929
"suggest": {
30+
"ext-mbstring": "For best performance",
3031
"phpmyadmin/motranslator": "Translate messages to your favorite locale"
3132
},
3233
"bin": [

0 commit comments

Comments
 (0)