According PHP5, ftp_connect() function is available. I had PHP 4.3 before and the script wasn't crashing. On PHP 5 the script crashed and give me the error message. What can cause this error message?
Fatal error: Call to undefined function ftp_connect() in /home/backup.php on line 31What happens if you use the --enable-ftp flag during build configuration?I compile PHP 5 without this option. Is is possible to enable ftp? If so how?You'll have to compile PHP again with the option
Fatal error: Call to undefined function ftp_connect() in /home/backup.php on line 31What happens if you use the --enable-ftp flag during build configuration?I compile PHP 5 without this option. Is is possible to enable ftp? If so how?You'll have to compile PHP again with the option