Skip to content

Commit 8e1c0e0

Browse files
chore: use my pthread wrapper which set thread names properly
1 parent 62f80c7 commit 8e1c0e0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

compile.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ LIBGRPC_VER="1.76.0"
2727
LIBSNAPPY_VER="1.2.2"
2828
SASL2_VERSION="2.1.28"
2929

30-
EXT_PMMPTHREAD_VERSION="6.3.0"
30+
EXT_PMMPTHREAD_VERSION="de0d03b6ffecb1a03c06bb47912c2257c0b02b65"
3131
EXT_YAML_VERSION="2.3.0"
3232
EXT_LEVELDB_VERSION="88071eb1b1eae96af043229104b9d813f7cbe40c" #release not tagged
3333
EXT_CHUNKUTILS2_VERSION="0.3.5"
@@ -1430,7 +1430,7 @@ function get_pecl_extension {
14301430
cd "$BUILD_DIR/php"
14311431
write_out "PHP" "Downloading additional extensions..."
14321432

1433-
get_github_extension "pmmpthread" "$EXT_PMMPTHREAD_VERSION" "pmmp" "ext-pmmpthread"
1433+
get_github_extension "pmmpthread" "$EXT_PMMPTHREAD_VERSION" "larryTheCoder" "ext-pmmpthread"
14341434

14351435
get_github_extension "yaml" "$EXT_YAML_VERSION" "php" "pecl-file_formats-yaml"
14361436

0 commit comments

Comments
 (0)