Skip to content

Commit

Permalink
ext-encoding 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Nov 6, 2023
1 parent f69aaf6 commit 963e112
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ EXT_LIBDEFLATE_VERSION="0.2.1"
EXT_MORTON_VERSION="0.1.2"
EXT_XXHASH_VERSION="0.2.0"
EXT_ARRAYDEBUG_VERSION="0.2.0"
EXT_ENCODING_VERSION="0.2.1"
EXT_ENCODING_VERSION="0.2.3"

function write_out {
echo "[$1] $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 @@ -36,7 +36,7 @@ set PHP_LIBDEFLATE_VER=0.2.1
set PHP_XXHASH_VER=0.2.0
set PHP_XDEBUG_VER=3.2.2
set PHP_ARRAYDEBUG_VER=0.2.0
set PHP_ENCODING_VER=0.2.1
set PHP_ENCODING_VER=0.2.3

set script_path=%~dp0
set log_file=%script_path%compile.log
Expand Down

0 comments on commit 963e112

Please sign in to comment.