Home > php教程 > php手册 > lnmp开启fsockopen()函数

lnmp开启fsockopen()函数

WBOY
Release: 2016-06-06 20:09:51
Original
1107 people have browsed it

网站是使用ecshop架设的,在后台配置邮箱信息时提示“服务器没有开起fsockopen”,查看了相关文档,并结合php的环境lnmp,发现lnmp对php的某些函数进行了限制使用,解决办法就是从禁止使用函数列表里面去除该函数名。 具体操作方法: 编辑/usr/local/php/etc/

网站是使用ecshop架设的,在后台配置邮箱信息时提示“服务器没有开起fsockopen”,查看了相关文档,并结合php的环境lnmp,发现lnmp对php的某些函数进行了限制使用,解决办法就是从禁止使用函数列表里面去除该函数名。
具体操作方法:

编辑/usr/local/php/etc/php.ini 查找disable_functions 
将里面的fsockopen 去掉执行: /etc/init.d/php-fpm restart
Copy after login

重启完后直接可以使用fsockopen,其他的函数也可以参考此方法,先检查一下有没有被配置文件给禁用了

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template