PHP -v
PHP 8.1.10 (cli) (built: Aug 30 2022 18:05:49) (ZTS Visual C++ 2019 x64)
Copyright (c) The PHP Group
Zend Engine v4.1.10, Copyright (c) Zend Technologies
with Xdebug v3.1.5, Copyright (c) 2002-2022, by Derick Rethans
Вот шаги, которые я использовал для его установки: >
- Последнюю версию можно получить здесь -> https: //windows.php.net/downloads/pecl/releases/pthreads/
- Извлеките php_pthreads.dll в /php/ext
- Добавьте расширение= pthreads в php.ini
- Извлеките pthreadVC2 в /php
Root composer.json requires PHP extension ext-pthreads * but it is missing from your system. Install or enable PHP's pthreads extension.
Подробнее здесь: https://stackoverflow.com/questions/741 ... on-php-8-1