doupaoyan6083 2016-10-03 23:25
浏览 162
已采纳

在现有PHP安装中启用FTP功能

I know that when installing PHP you use --enable-ftp in the command line to enable FTP.

But if I have a PHP install that doesn't have FTP support and I want to add it, is there a way? Something in PHP.INI?

Or do I need to simply reinstall?

  • 写回答

2条回答 默认 最新

  • doujiao2000 2016-10-03 23:28
    关注

    as of this link you have to add this to your php.ini:

    extension=php_ftp.dll
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?