Skip to content

Commit 66c56a4

Browse files
committed
Disable intl for PHP 7.4 and PHP 8.0
1 parent d687d4e commit 66c56a4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ if (test "${THIRTYTWO}" = "32bit"); then
153153
OPTIONS="$OPTIONS --without-curl"
154154
fi
155155
if (test "${MINI_VERSION}" = "8.0"); then
156-
OPTIONS="$OPTIONS --without-openssl"
156+
OPTIONS="$OPTIONS --without-openssl --disable-intl"
157157
fi
158158
else
159159
OPTIONS="--with-gettext --with-gd --enable-gd --with-jpeg --with-freetype --with-jpeg-dir=/usr \
@@ -195,9 +195,11 @@ else
195195
OPTIONS="$OPTIONS --without-openssl --disable-intl"
196196
fi
197197
if (test "${MINI_VERSION}" = "7.4"); then
198+
OPTIONS="$OPTIONS --disable-intl"
198199
export PKG_CONFIG_PATH="/usr/local/openssl-1.1/lib/pkgconfig"
199200
fi
200201
if (test "${MINI_VERSION}" = "8.0"); then
202+
OPTIONS="$OPTIONS --disable-intl"
201203
export PKG_CONFIG_PATH="/usr/local/openssl-1.1/lib/pkgconfig"
202204
fi
203205
fi

0 commit comments

Comments
 (0)