We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72e75ea commit 4900086Copy full SHA for 4900086
buildphp.sh
@@ -99,7 +99,8 @@ export ZLIB_LIBS="-L${zlib_dir}/dist-install/lib -lz"
99
--exec-prefix=${php_dir}/dist-install \
100
--with-mysqli \
101
--with-openssl \
102
- --with-iconv="$iconv_dir/dist-install"
+ --with-iconv="$iconv_dir/dist-install" \
103
+ --with-zlib="$zlib_dir/dist-install"
104
echo "Build PHP..."
105
make install
106
0 commit comments