We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a74844e commit cdeaf74Copy full SHA for cdeaf74
1 file changed
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/3d8ebb7a44f339d9cad1a6d3f6c3bda061d2c543.tar.gz aefa687423ebca1c5e75000f47de051c64f5d372a3ba355930f34c2433d6b0f1
41
phpize
42
CPPFLAGS="$DEFAULT_FLAGS" ./configure --silent
43
make -j$NPROC
0 commit comments