Skip to content

Commit 157cf76

Browse files
committed
Remove extensions w/ deps from default options
This makes sure that the default options.sh does not require additional libraries/packages (apart from the ones required by the PHP interpreter itself). Fixes fpoirotte#28
1 parent 520b937 commit 157cf76

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/options.sh

-5
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,7 @@ configoptions="\
2424
--enable-ftp \
2525
--enable-mbstring \
2626
--enable-pcntl \
27-
--enable-soap \
2827
--enable-sockets \
29-
--enable-wddx \
30-
--enable-zip \
31-
--with-zlib \
32-
--with-gettext \
3328
"
3429

3530
# --enable-sqlite-utf8 was removed starting with PHP 5.4.0.

0 commit comments

Comments
 (0)