小编Mic*_*uga的帖子

PHP CLI 有几秒钟的延迟

当我在 CLI 模式下运行 PHP 时(CentOS 6.5 下的 PHP 5.6.6 使用 VirtualBox 作为 VM 运行)它有几秒钟的延迟,即使我只检查版本并且禁用了 php.ini 文件:

time php -n -v
PHP 5.6.6 (cli) (built: Apr  2 2015 14:18:24) 
Copyright (c) 1997-2015 The PHP Group
Zend Engine v2.6.0, Copyright (c) 1998-2015 Zend Technologies

real    0m5.066s
user    0m0.012s
sys     0m0.006s
Run Code Online (Sandbox Code Playgroud)

php centos delay command-line-interface

3
推荐指数
1
解决办法
256
查看次数

标签 统计

centos ×1

command-line-interface ×1

delay ×1

php ×1