diff --git a/ext-support.md b/ext-support.md index c84a3a33..bb813258 100644 --- a/ext-support.md +++ b/ext-support.md @@ -49,7 +49,7 @@ | soap | untested | | | | sockets | untested | yes | | | sqlite3 | untested | untested | | -| swow | | | | +| swow | | yes | | | swoole | [faulty](https://github.com/crazywhalecc/static-php-cli/issues/32) | [faulty](https://github.com/crazywhalecc/static-php-cli/issues/32) | | | tokenizer | yes | yes | | | xml | yes | yes | | diff --git a/src/SPC/builder/macos/library/libuv.php b/src/SPC/builder/macos/library/libuv.php index e267698d..d818f3bc 100644 --- a/src/SPC/builder/macos/library/libuv.php +++ b/src/SPC/builder/macos/library/libuv.php @@ -16,6 +16,7 @@ class libuv extends MacOSLibraryBase [,,$destdir] = SEPARATED_PATH; shell()->cd($this->source_dir) + ->exec('./autogen.sh') ->exec( "{$this->builder->configure_env} ./configure " . '--enable-static --disable-shared ' .