Skip to content

Commit b2bc1ff

Browse files
committed
I don't have access to publish this properly, and we need this fix to make clang stop barfing on the build
1 parent ba5f6da commit b2bc1ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ EXT_LEVELDB_VERSION="317fdcd8415e1566fc2835ce2bdb8e19b890f9f3"
2121
EXT_CHUNKUTILS2_VERSION="0.3.5"
2222
EXT_XDEBUG_VERSION="3.3.1"
2323
EXT_IGBINARY_VERSION="3.2.15"
24-
EXT_CRYPTO_VERSION="0.3.2"
24+
EXT_CRYPTO_VERSION="abbe7cbf869f96e69f2ce897271a61d32f43c7c0"
2525
EXT_RECURSIONGUARD_VERSION="0.1.0"
2626
EXT_LIBDEFLATE_VERSION="0.2.1"
2727
EXT_MORTON_VERSION="0.1.2"

windows-compile-vs.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ set PHP_YAML_VER=2.2.3
2929
set PHP_CHUNKUTILS2_VER=0.3.5
3030
set PHP_IGBINARY_VER=3.2.15
3131
set PHP_LEVELDB_VER=317fdcd8415e1566fc2835ce2bdb8e19b890f9f3
32-
set PHP_CRYPTO_VER=0.3.2
32+
set PHP_CRYPTO_VER=abbe7cbf869f96e69f2ce897271a61d32f43c7c0
3333
set PHP_RECURSIONGUARD_VER=0.1.0
3434
set PHP_MORTON_VER=0.1.2
3535
set PHP_LIBDEFLATE_VER=0.2.1

0 commit comments

Comments
 (0)