swoole/swoole-cli

windows版本 cli 不支持apcu吗

Closed this issue · 1 comments

ooing commented

swoole-cli.exe -d "apc.enable_cli=1" --ri apcu

提示

Extension 'apcu' not present.

swoole-cli.exe -d "apc.enable_cli=1" --ri apcu

提示

Extension 'apcu' not present.

这个扩展在windows cygwin 默认没有启用
https://github.com/swoole/swoole-cli/blob/main/docs/extensions.md

windos cygwin 环境 php 启用 apcu extension: https://github.com/swoole/swoole-cli/pull/872/files

编译结果: https://github.com/swoole/swoole-cli/actions/runs/12371233090/job/34528563658