Skip to content

Commit

Permalink
Update PHP and dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Sep 4, 2023
1 parent 8884039 commit d1acfac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions compile.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
[ -z "$PHP_VERSION" ] && PHP_VERSION="8.1.22"
[ -z "$PHP_VERSION" ] && PHP_VERSION="8.1.23"

ZLIB_VERSION="1.3"
GMP_VERSION="6.3.0"
Expand All @@ -10,8 +10,8 @@ LIBXML_VERSION="2.10.1" #2.10.2 requires automake 1.16.3, which isn't easily ava
LIBPNG_VERSION="1.6.40"
LIBJPEG_VERSION="9e"
OPENSSL_VERSION="3.1.2"
LIBZIP_VERSION="b9cb7e263936f7c112377626c1247a78aa3ace6b" #git head as of 2023-08-23 - 1.10.0 breaks on static builds (https://github.com/nih-at/libzip/issues/399)
SQLITE3_VERSION="3420000" #3.42.0
LIBZIP_VERSION="1.10.1"
SQLITE3_VERSION="3430000" #3.43.0
LIBDEFLATE_VERSION="495fee110ebb48a5eb63b75fd67e42b2955871e2" #1.18

EXT_PTHREADS_VERSION="4.2.2"
Expand Down
2 changes: 1 addition & 1 deletion windows-compile-vs.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
REM For future users: This file MUST have CRLF line endings. If it doesn't, lots of inexplicable undesirable strange behaviour will result.
REM Also: Don't modify this version with sed, or it will screw up your line endings.
set PHP_MAJOR_VER=8.1
set PHP_VER=%PHP_MAJOR_VER%.22
set PHP_VER=%PHP_MAJOR_VER%.23
set PHP_GIT_REV=php-%PHP_VER%
set PHP_DISPLAY_VER=%PHP_VER%
set PHP_SDK_VER=2.2.0
Expand Down

0 comments on commit d1acfac

Please sign in to comment.