Forum Moderators: coopster
Fatal error: Call to undefined function ftp_ssl_connect()
I have openssl and libssh2 both installed and phpinfo is showing both are enabled. I also used the ssh2 functions and got the same undefined function message.
My php server is redhat linux. Has anyone had a simillar problem? Your help is appreciated.
devguy
Why this function may not exist: ftp_ssl_connect() is only available if OpenSSL [php.net] support is enabled into your version of PHP. If it's undefined and you've compiled FTP support then this is why. For Windows you must compile your own PHP binaries to support this function.
The answer actually may lie in the openssl requirements. Don't know where else to point you.