Skip to content

Commit 47e497d

Browse files
committed
Include mbstring extension
1 parent 4bb99c0 commit 47e497d

3 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ We build executor from `PHP 8.2.1` with the following extensions enabled and com
3737
* parallel
3838
* openssl
3939
* zlib
40+
* mbstring
4041

4142
## Build from source
4243

build-bash-base.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ if [[ "$BUILD_DEV" == "1" ]]; then
5555
BUILD_EXTRA=(
5656
"--enable-dom"
5757
"--with-libxml"
58-
"--enable-mbstring"
5958
"--enable-tokenizer"
6059
"--enable-xml"
6160
"--enable-xmlwriter"

build-linux

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ fi
4141
--enable-sockets \
4242
--enable-zts --enable-parallel \
4343
--with-openssl --with-zlib \
44+
--enable-mbstring \
4445
"${BUILD_EXTRA[@]}"
4546

4647
if [[ "$BUILD_STATIC" == 1 ]]; then

0 commit comments

Comments
 (0)