Skip to content

Commit 02c1e39

Browse files
committed
extensions: Update simdjson_php and snuffleupagus
1 parent 1088510 commit 02c1e39

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bin/misp_compile_php_extensions.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ mkdir /build/php-modules/
3434
# Compile simdjson
3535
mkdir /tmp/simdjson
3636
cd /tmp/simdjson
37-
download_and_check https://github.com/JakubOnderka/simdjson_php/archive/da16e029f9e8f946dd4f17c32d05ee45545b8b4b.tar.gz 9efb710b6d59a733a9a740f7b946eea153db7423f51fd6e009c3c979f2fd4d66
37+
download_and_check https://github.com/JakubOnderka/simdjson_php/archive/bf2aa8470908159ea4870bfbb577238d14abc793.tar.gz 402c0e3bf216b3f532dbbd9b2f22e70dd04bcd63850b460493a8b6b28160e58d
3838
phpize
3939
CPPFLAGS="$DEFAULT_FLAGS" ./configure --silent
4040
make -j$NPROC
@@ -93,7 +93,7 @@ mv modules/*.so /build/php-modules/
9393
# Compile snuffleupagus
9494
mkdir /tmp/snuffleupagus
9595
cd /tmp/snuffleupagus
96-
download_and_check https://github.com/jvoisin/snuffleupagus/archive/refs/tags/v0.12.0.tar.gz 48e8f5c453290a077d29e43d7de7229cb697d8bf98e61ae2e129d45ce3a49ebf
96+
download_and_check https://github.com/jvoisin/snuffleupagus/archive/refs/tags/v0.13.0.tar.gz 350a33cd3906bdba46f5c4cf3d00edeb81eaf6a7b9a3a7e5ef47bc967492ae90
9797
cd src
9898
phpize
9999
CFLAGS="$DEFAULT_FLAGS" ./configure --silent --enable-snuffleupagus

0 commit comments

Comments
 (0)