Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bin/misp_compile_php_extensions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ mkdir /build/php-modules/
# Compile simdjson
mkdir /tmp/simdjson
cd /tmp/simdjson
download_and_check https://github.com/JakubOnderka/simdjson_php/archive/544b95f6d51da146908ee7c6c21b3479f780f0d0.tar.gz 8b05a876b31c11dfebfd444164e35728cf270fae6bfdb7e2150c4e9bd909a0e1
download_and_check https://github.com/JakubOnderka/simdjson_php/archive/da16e029f9e8f946dd4f17c32d05ee45545b8b4b.tar.gz 9efb710b6d59a733a9a740f7b946eea153db7423f51fd6e009c3c979f2fd4d66
phpize
CPPFLAGS="$DEFAULT_FLAGS" ./configure --silent
make -j$NPROC
Expand Down