当前位置: 首页 > 工具软件 > phpsh > 使用案例 >

centos下 php未安装posix扩展 安装phpsh导致的问题fix

寿丰
2023-12-01

尽管php5之后有了interactive shell(php -a 打开此模式),但是还是想装下phpsh[https://github.com/facebook/phpsh](闲的蛋疼)

 

安装好python之后开始安装,phpsh导致错误,error code 255,

通过这两个pull_request修复:

Php dependencies and infinite loops #9

Removed dependency on posix module; replaced posix_getpid with getmypi #19

转载于:https://www.cnblogs.com/gameboy90/p/3584883.html

 类似资料: