首页
下载
文档
社区
视频
捐赠
源代码
赞助商
AOT 编译器
AI 助理
商业产品
PHP AOT 原生编译器
Swoole-Compiler 代码加密器
CRMEB 新零售社交电商系统
登录
注册
全部
提问
分享
讨论
建议
公告
开发框架
CodeGalaxy
发表新帖
pcntl 安装问题。php是编译的
Configure Command './configure' '--prefix=/home/php/php' '--enable-mbstring' '--with-mhash' '--with-apxs2=/home/php/apache/bin/apxs' '--with-config-file-path=/home/php/php' '--with-mysql=mysqlnd' '--with-mysqli=mysqlnd' '--with-pdo-mysql=mysqlnd' '--enable-opcache' '--with-curl=/home/php/tar/curl' '--enable-sockets' '--enable-pcntl' 在phpinfo中有一条 pcntl Jason Greene, Arnaud Le Blanc 但 还是提示 PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'pcntl.so' in Unknown on line 0
发布于10年前 · 2 次浏览 · 来自
提问
j
jiage
Configure Command './configure' '--prefix=/home/php/php' '--enable-mbstring' '--with-mhash' '--with-apxs2=/home/php/apache/bin/apxs' '--with-config-file-path=/home/php/php' '--with-mysql=mysqlnd' '--with-mysqli=mysqlnd' '--with-pdo-mysql=mysqlnd' '--enable-opcache' '--with-curl=/home/php/tar/curl' '--enable-sockets' '--enable-pcntl' 在phpinfo中有一条 pcntl Jason Greene, Arnaud Le Blanc 但 还是提示 PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'pcntl.so' in Unknown on line 0
赞
0
收藏
提问
分享
讨论
建议
公告
开发框架
CodeGalaxy
登录
后参与评论
评论
2016-09-17
m
m35
你在编译PHP时指定了enable-pcntl,就不再需要在php.ini中加extension=pcntl.so了。
赞
0
回复