Skip to content

Commit a8ae366

Browse files
committed
Update PHP and dependency versions
1 parent 8884039 commit a8ae366

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

compile.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
[ -z "$PHP_VERSION" ] && PHP_VERSION="8.1.22"
2+
[ -z "$PHP_VERSION" ] && PHP_VERSION="8.1.23"
33

44
ZLIB_VERSION="1.3"
55
GMP_VERSION="6.3.0"
@@ -10,8 +10,8 @@ LIBXML_VERSION="2.10.1" #2.10.2 requires automake 1.16.3, which isn't easily ava
1010
LIBPNG_VERSION="1.6.40"
1111
LIBJPEG_VERSION="9e"
1212
OPENSSL_VERSION="3.1.2"
13-
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)
14-
SQLITE3_VERSION="3420000" #3.42.0
13+
LIBZIP_VERSION="1.10.1"
14+
SQLITE3_VERSION="3430000" #3.43.0
1515
LIBDEFLATE_VERSION="495fee110ebb48a5eb63b75fd67e42b2955871e2" #1.18
1616

1717
EXT_PTHREADS_VERSION="4.2.2"
@@ -873,7 +873,7 @@ function build_libzip {
873873
if cant_use_cache "$libzip_dir"; then
874874
rm -rf "$libzip_dir"
875875
write_download
876-
download_github_src "nih-at/libzip" "$LIBZIP_VERSION" "libzip" | tar -zx >> "$DIR/install.log" 2>&1
876+
download_github_src "nih-at/libzip" "v$LIBZIP_VERSION" "libzip" | tar -zx >> "$DIR/install.log" 2>&1
877877
write_configure
878878
cd "$libzip_dir"
879879

windows-compile-vs.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
REM For future users: This file MUST have CRLF line endings. If it doesn't, lots of inexplicable undesirable strange behaviour will result.
44
REM Also: Don't modify this version with sed, or it will screw up your line endings.
55
set PHP_MAJOR_VER=8.1
6-
set PHP_VER=%PHP_MAJOR_VER%.22
6+
set PHP_VER=%PHP_MAJOR_VER%.23
77
set PHP_GIT_REV=php-%PHP_VER%
88
set PHP_DISPLAY_VER=%PHP_VER%
99
set PHP_SDK_VER=2.2.0

0 commit comments

Comments
 (0)