Skip to content

Commit

Permalink
Merge pull request #96 from platformsh/php-8.2
Browse files Browse the repository at this point in the history
Update PHP to 8.2 and enable zlib
  • Loading branch information
akalipetis authored Oct 26, 2023
2 parents 63c7d29 + f0a2b3f commit 252aea5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PHP_VERSION = 8.0.30
PHP_VERSION = 8.2.11
LEGACY_CLI_VERSION = 4.10.3

GORELEASER_ID ?= platform
Expand Down
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 252aea5

Please sign in to comment.