Skip to content

Commit

Permalink
Enable zlib for PHP
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcdawkins committed Oct 26, 2023
1 parent 210b834 commit f0a2b3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build-php-brew.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ rm -f sapi/cli/php
--with-openssl \
--with-pear=no \
--without-pcre-jit \
--with-zlib \
--disable-all \
OPENSSL_CFLAGS="-I$SSL_DIR_PATH/include" \
OPENSSL_LIBS="-L$SSL_DIR_PATH/lib -lssl -lcrypto"
Expand Down
2 changes: 1 addition & 1 deletion ext/extensions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ posix
^xml
^xmlreader
^xmlwriter
^zlib
zlib
^zip

0 comments on commit f0a2b3f

Please sign in to comment.