Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Feb 15, 2023
1 parent 765ca99 commit b2207cf
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,15 +1,15 @@
#!/bin/bash
[ -z "$PHP_VERSION" ] && PHP_VERSION="8.0.27"
[ -z "$PHP_VERSION" ] && PHP_VERSION="8.0.28"

ZLIB_VERSION="1.2.13"
GMP_VERSION="6.2.1"
CURL_VERSION="curl-7_87_0"
CURL_VERSION="curl-7_88_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.39"
LIBJPEG_VERSION="9e"
OPENSSL_VERSION="1.1.1s"
OPENSSL_VERSION="1.1.1t"
LIBZIP_VERSION="1.9.2"
SQLITE3_YEAR="2022"
SQLITE3_VERSION="3400100" #3.40.0
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.0
set PHP_VER=%PHP_MAJOR_VER%.27
set PHP_VER=%PHP_MAJOR_VER%.28
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 b2207cf

Please sign in to comment.