Use of undefined constant FTP_BINARY - assumed 'FTP_BINARY

用Laravel中的filesystems里面的ftp上传文件时报错。在windows上开发,文件上传的时候碰到上面的问题,搜了些资料,发现是php7的ftp拓展默认未开启。

第一步:检查extension里面有没有ftp.dll拓展:

我的拓展默认目录是:

D:\phpStudy\php\php-7.1.9-nts\ext
  • 1

第二步:进到php.ini里面去,解开以下注释:

extension=php_ftp.dll
  • 1

再次测试,就不报这个错误了。

参考链接:https://stackoverflow.com/questions/34173996/php-7-ftp-extension-is-not-loaded-in-windows-7/34174158

原创地址:http://blog.csdn.net/zhezhebie/article/details/77969565

posted @ 2018-03-06 18:44  生如逆旅,一苇以航  阅读(846)  评论(0编辑  收藏  举报