Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Aug 8, 2023
1 parent 9b7f078 commit 164302b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions compile.sh
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
#!/usr/bin/env bash
[ -z "$PHP_VERSION" ] && PHP_VERSION="8.1.21"
[ -z "$PHP_VERSION" ] && PHP_VERSION="8.1.22"

ZLIB_VERSION="1.2.13"
GMP_VERSION="6.2.1"
GMP_VERSION="6.3.0"
CURL_VERSION="curl-8_2_0"
YAML_VERSION="0.2.5"
LEVELDB_VERSION="1c7564468b41610da4f498430e795ca4de0931ff"
LIBXML_VERSION="2.10.1" #2.10.2 requires automake 1.16.3, which isn't easily available on Ubuntu 20.04
LIBPNG_VERSION="1.6.40"
LIBJPEG_VERSION="9e"
OPENSSL_VERSION="3.1.1"
OPENSSL_VERSION="3.1.2"
LIBZIP_VERSION="1.10.0"
SQLITE3_VERSION="3420000" #3.42.0
LIBDEFLATE_VERSION="495fee110ebb48a5eb63b75fd67e42b2955871e2" #1.18

EXT_PTHREADS_VERSION="4.2.2"
EXT_PMMPTHREAD_VERSION="6.0.6"
EXT_PMMPTHREAD_VERSION="6.0.7"
EXT_YAML_VERSION="2.2.3"
EXT_LEVELDB_VERSION="317fdcd8415e1566fc2835ce2bdb8e19b890f9f3"
EXT_CHUNKUTILS2_VERSION="0.3.5"
Expand Down
4 changes: 2 additions & 2 deletions 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%.21
set PHP_VER=%PHP_MAJOR_VER%.22
set PHP_GIT_REV=php-%PHP_VER%
set PHP_DISPLAY_VER=%PHP_VER%
set PHP_SDK_VER=2.2.0
Expand All @@ -25,7 +25,7 @@ set LEVELDB_MCPE_VER=1c7564468b41610da4f498430e795ca4de0931ff
set LIBDEFLATE_VER=495fee110ebb48a5eb63b75fd67e42b2955871e2

set PHP_PTHREADS_VER=4.2.2
set PHP_PMMPTHREAD_VER=6.0.6
set PHP_PMMPTHREAD_VER=6.0.7
set PHP_YAML_VER=2.2.3
set PHP_CHUNKUTILS2_VER=0.3.5
set PHP_IGBINARY_VER=3.2.14
Expand Down

0 comments on commit 164302b

Please sign in to comment.