我现在安装了Asterisk6.12 32位,并像这样运行代码php:
<?php
$link = 'http://www.bongda.com.vn/feed/';
$content = file_get_contents($link);
print_r($content);
?>
file_get_contents
:(不起作用,但我可以在Windows 7的wamp服务器上运行代码php。
- PHP 安装中可能缺少 URL 的流包装器
- allow_url_fopen 在/etc/php 中禁用.ini
- 某种防火墙设置(iptables)阻止传出访问
若要帮助调试,请检查/var/log/httpd/error_log。我建议将 php cURL 库用于在线资源而不是file_get_content。