Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
shell_exec()在使用HHVM 执行的 PHP 脚本中使用时出现错误:
shell_exec()
Warning: Unable to execute '/usr/bin/svn update /daniele/myproject' in /daniele/myproject/controllers/evolution.php on line 122
即使以 root 权限执行,该脚本也会返回此警告。shell_exec()有谁知道HHVM中是否有问题?
谢谢!
我在使用 HHVM 2.2.0 时遇到过类似的问题。无法重现它,sudo su -s /bin/bash hhvm并且在 hhvm 服务重新启动后它总是消失,所以它看起来像是某种泄漏。几周前迁移到 HHVM 3.1.0 后,还没有注意到此类错误(还没有?)。
sudo su -s /bin/bash hhvm