We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a74844e commit f26abe5Copy full SHA for f26abe5
bin/misp_compile_php_extensions.sh
@@ -37,7 +37,7 @@ mkdir /build/php-modules/
37
# Compile simdjson
38
mkdir /tmp/simdjson
39
cd /tmp/simdjson
40
-download_and_check https://github.com/JakubOnderka/simdjson_php/archive/b11c4b23ff5ee7e5b0adc9fcd2e95a1ec15c3ec8.tar.gz baabcb65af535406f421a9d8b75d9e2f93f93df09acbd3f9965986887f79553d
+download_and_check https://github.com/JakubOnderka/simdjson_php/archive/7c2497afffc1eb8002b21d6e2c7b672da90abce5.tar.gz 191004bd7b1a48fa58571bcccf3257277ef229c55a67ebfefebc5a30e6e80b1a
41
phpize
42
CPPFLAGS="$DEFAULT_FLAGS" ./configure --silent
43
make -j$NPROC
0 commit comments