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?
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?
as of this link you have to add this to your php.ini:
extension=php_ftp.dll