Skip to content

Commit

Permalink
Merge pull request #25 from flownative/enable-bcmath
Browse files Browse the repository at this point in the history
Enable BCMath support
  • Loading branch information
robertlemke authored Jul 17, 2023
2 parents 6366516 + 8975c96 commit 610b705
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions root-files/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ build_compile_php() {
--prefix=${PHP_BASE_PATH} \
--with-config-file-path="${PHP_BASE_PATH}/etc" \
--with-config-file-scan-dir="${PHP_BASE_PATH}/etc/conf.d" \
--enable-bcmath \
--disable-cgi \
--enable-calendar \
--enable-exif \
Expand Down Expand Up @@ -182,6 +183,7 @@ build_compile_php() {
--prefix=${PHP_BASE_PATH} \
--with-config-file-path="${PHP_BASE_PATH}/etc" \
--with-config-file-scan-dir="${PHP_BASE_PATH}/etc/conf.d" \
--enable-bcmath \
--disable-cgi \
--enable-calendar \
--enable-exif \
Expand Down

0 comments on commit 610b705

Please sign in to comment.