在 Windows 上的 xampp 上使用 cakeresque
Posted
技术标签:
【中文标题】在 Windows 上的 xampp 上使用 cakeresque【英文标题】:Use cakeresque on xampp on windows 【发布时间】:2015-10-22 03:42:33 【问题描述】:我想在 cakeresque 上运行,首先我需要安装 phpRedis。 当我用 composer.json 安装 cakeresque 时,它给了我这个错误:
kamisama/php-resque-ex 1.3.0 需要 ext-pcntl * -> 请求的 PHP 扩展 > pcntl 从您的系统中丢失。
那么如何在 windows 的 xampp 上安装 ext-pcntl 呢?
【问题讨论】:
【参考方案1】:你不做这一切,因为这是不可能的。
http://php.net/manual/en/pcntl.installation.php
注意: 目前,此模块无法在非 Unix 平台 (Windows) 上运行。
https://github.com/kamisama/php-resque-ex#warning
警告
php-resque 需要 pcntl php 扩展,在 Windows 平台上不可用。如果您尝试在 Windows 机器上安装此软件包,则 Composer 安装将失败。如果您仍想继续安装,风险自负,请使用
--ignore-platform-reqs
选项执行 composer install 命令。
https://github.com/kamisama/php-resque-ex/pull/6
因此,要么强制安装kamisama/php-resque-ex
并忍受由于缺少 PCNTL 扩展而受到的限制,要么使用具有 PCNTL 支持的操作系统的 VM。
【讨论】:
以上是关于在 Windows 上的 xampp 上使用 cakeresque的主要内容,如果未能解决你的问题,请参考以下文章
Flashdrive 上的 XAMPP 无法在 Windows 7 上启动 Apache、MySQL
在 XP 和 Windows 7 上的外部硬盘驱动器上运行 xampp
Pygments 代码中的行号在 Windows 上的 xampp 中突出显示
我无法在我的系统 windows 7 32 位上的 XAMPP 上启动 Apache