File tree Expand file tree Collapse file tree 7 files changed +15
-17
lines changed
Expand file tree Collapse file tree 7 files changed +15
-17
lines changed Original file line number Diff line number Diff line change @@ -150,19 +150,18 @@ RUN CFLAGS="-fstack-protector-strong -fpic -fpie -Os -I${INSTALL_DIR}/include -I
150150 --enable-exif \
151151 --enable-ftp \
152152 --with-gettext \
153- --enable-mbstring \
153+ --enable-mbstring=shared \
154154 --with-pdo-mysql=mysqlnd \
155155 --with-mysqli \
156156 --enable-pcntl \
157157 --with-zip \
158158 --enable-bcmath \
159- --with-pdo-pgsql=shared \
159+ --with-pdo-pgsql \
160160 # Separate .so extension so that it is not loaded by default
161161 --enable-intl=shared \
162162 # Separate .so extension so that it is not loaded by default
163163 --enable-soap=shared \
164- # Separate .so extension so that it is not loaded by default
165- --with-xsl=${INSTALL_DIR} \
164+ --with-xsl \
166165 --with-ffi \
167166 # necessary for `pecl` to work (to install PHP extensions)
168167 --with-pear \
Original file line number Diff line number Diff line change @@ -150,19 +150,18 @@ RUN CFLAGS="-fstack-protector-strong -fpic -fpie -Os -I${INSTALL_DIR}/include -I
150150 --enable-exif \
151151 --enable-ftp \
152152 --with-gettext \
153- --enable-mbstring \
153+ --enable-mbstring=shared \
154154 --with-pdo-mysql=mysqlnd \
155155 --with-mysqli \
156156 --enable-pcntl \
157157 --with-zip \
158158 --enable-bcmath \
159- --with-pdo-pgsql=shared \
159+ --with-pdo-pgsql \
160160 # Separate .so extension so that it is not loaded by default
161161 --enable-intl=shared \
162162 # Separate .so extension so that it is not loaded by default
163163 --enable-soap=shared \
164- # Separate .so extension so that it is not loaded by default
165- --with-xsl=${INSTALL_DIR} \
164+ --with-xsl \
166165 --with-ffi \
167166 # necessary for `pecl` to work (to install PHP extensions)
168167 --with-pear \
Original file line number Diff line number Diff line change @@ -149,19 +149,18 @@ RUN CFLAGS="-fstack-protector-strong -fpic -fpie -Os -I${INSTALL_DIR}/include -I
149149 --enable-exif \
150150 --enable-ftp \
151151 --with-gettext \
152- --enable-mbstring \
152+ --enable-mbstring=shared \
153153 --with-pdo-mysql=mysqlnd \
154154 --with-mysqli \
155155 --enable-pcntl \
156156 --with-zip \
157157 --enable-bcmath \
158- --with-pdo-pgsql=shared \
158+ --with-pdo-pgsql \
159159 # Separate .so extension so that it is not loaded by default
160160 --enable-intl=shared \
161161 # Separate .so extension so that it is not loaded by default
162162 --enable-soap=shared \
163- # Separate .so extension so that it is not loaded by default
164- --with-xsl=${INSTALL_DIR} \
163+ --with-xsl \
165164 --with-ffi \
166165 # necessary for `pecl` to work (to install PHP extensions)
167166 --with-pear \
Original file line number Diff line number Diff line change @@ -149,19 +149,18 @@ RUN CFLAGS="-fstack-protector-strong -fpic -fpie -Os -I${INSTALL_DIR}/include -I
149149 --enable-exif \
150150 --enable-ftp \
151151 --with-gettext \
152- --enable-mbstring \
152+ --enable-mbstring=shared \
153153 --with-pdo-mysql=mysqlnd \
154154 --with-mysqli \
155155 --enable-pcntl \
156156 --with-zip \
157157 --enable-bcmath \
158- --with-pdo-pgsql=shared \
158+ --with-pdo-pgsql \
159159 # Separate .so extension so that it is not loaded by default
160160 --enable-intl=shared \
161161 # Separate .so extension so that it is not loaded by default
162162 --enable-soap=shared \
163- # Separate .so extension so that it is not loaded by default
164- --with-xsl=${INSTALL_DIR} \
163+ --with-xsl \
165164 --with-ffi \
166165 # necessary for `pecl` to work (to install PHP extensions)
167166 --with-pear \
Original file line number Diff line number Diff line change @@ -51,3 +51,5 @@ post_max_size=6M
5151upload_max_filesize =6M
5252
5353extension_dir =/opt/bref/extensions
54+ ; Extensions enabled by default
55+ extension =mbstring
Original file line number Diff line number Diff line change @@ -52,4 +52,5 @@ upload_max_filesize=6M
5252
5353extension_dir =/opt/bref/extensions
5454; Extensions enabled by default
55+ extension =mbstring
5556zend_extension =opcache.so
Original file line number Diff line number Diff line change 11extension =intl
22extension =apcu
3- extension =pdo_pgsql
43extension =soap
You can’t perform that action at this time.
0 commit comments