如何让PHP使用curl?

时间:2015-04-19 13:07:21

标签: php curl include-path

当我尝试在PHP中使用程序/usr/bin/curl时,我收到错误

  

警告:file_exists():open_basedir限制生效。文件(/ usr / bin / curl)不在/var/www/check.inc中允许的路径中:(/ usr / share / php /:/ tmp /:/ usr / share / pear /)。第138行的PHP

如何使用PHP 5.4在debian wheezy上启用此功能?

1 个答案:

答案 0 :(得分:2)

通过将卷曲路径添加到ini.include-path

来实现

我在这个网站的apache配置中添加了这一行:

php_admin_value open_basedir "/usr/share/php/:/tmp/:/usr/share/pear/:/usr/bin/curl"