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
6 changes: 3 additions & 3 deletions 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/bf2aa8470908159ea4870bfbb577238d14abc793.tar.gz 402c0e3bf216b3f532dbbd9b2f22e70dd04bcd63850b460493a8b6b28160e58d
download_and_check https://github.com/JakubOnderka/simdjson_php/archive/fca6281abb48da61ed77843b6775110c5b60b37b.tar.gz 5438bd5436063142ba52311349368d2a4b379db59331f8bbf18c29b114c43457
phpize
CPPFLAGS="$DEFAULT_FLAGS" ./configure --silent
make -j$NPROC
Expand All @@ -53,7 +53,7 @@ mv modules/*.so /build/php-modules/
# Compile zstd library and zstd extension
mkdir /tmp/zstd
cd /tmp/zstd
download_and_check https://github.com/kjdev/php-ext-zstd/archive/ac2cef86b4d04322ee703d23a684e67f1763cded.tar.gz 68327fcdfe317b97b60327115e020404bd514aff283c799ec0b2465ca5678dd1
download_and_check https://github.com/kjdev/php-ext-zstd/archive/refs/tags/0.15.2.tar.gz 3543a86b0e2ddffd7da2e94aaf97e03701e0efbf0a94d6904e084b823d8a9412
cd zstd
download_and_check https://github.com/facebook/zstd/releases/download/v1.5.7/zstd-1.5.7.tar.gz eb33e51f49a15e023950cd7825ca74a4a2b43db8354825ac24fc1b7ee09e6fa3
cd ..
Expand Down Expand Up @@ -84,7 +84,7 @@ mv modules/*.so /build/php-modules/
# Compile brotli
mkdir /tmp/brotli
cd /tmp/brotli
download_and_check https://github.com/kjdev/php-ext-brotli/archive/refs/tags/0.18.0.tar.gz ce695a22af23698f50505bd95c1d75dc75aba4d5b86c2fdfc6a7dcf3701351dc
download_and_check https://github.com/kjdev/php-ext-brotli/archive/refs/tags/0.18.3.tar.gz a725581ef0ba937b62244689ce542d186ef344078fa7cd802e953f60f3b1d61b
phpize
CFLAGS="$DEFAULT_FLAGS" ./configure --silent --with-libbrotli
make -j$NPROC
Expand Down