hyperf / box

Box is committed to helping improve the programming experience of PHP applications, expecially for Hyperf, managing the PHP environment and related dependencies, providing the ability to package PHP applications as binary programs, and also providing reverse proxy services for managing and deploying Swoole/Swow applications.
143 stars 20 forks source link

box命令怎么安装php扩展? #73

Closed DIFF0815 closed 1 year ago

DIFF0815 commented 1 year ago

比如在window下box安装的php8.0,默认安装了这些扩展,我想安装amqp扩展要怎么安装? ` PS E:\php-box\swow-skeleton> box php -m [PHP Modules] bcmath bz2 Core ctype curl date dom FFI fileinfo filter hash json libxml mbstring mysqli mysqlnd openssl pcre PDO pdo_mysql Phar redis Reflection session SimpleXML sockets SPL standard Swow tokenizer xml xmlreader xmlwriter yaml Zend OPcache zip zlib zstd

[Zend Modules] Zend OPcache

`

DIFF0815 commented 1 year ago

看了下现在还不支持 https://github.com/hyperf/box/issues/67