Hey All,
I was writing a script today that contained FTP Functions, once I ran the script I got a fatal error telling me these FTP functions did not exist. So I recompiled PHP using the --enable-ftp flag, once I finished that I tried executing my script again. Same thing, Fatal Error - Call to undefined function: ftp_connect() . Here is exactly what I typed to recompile PHP:
./configure --enable-ftp
make
make install
Do I need to do anything with apache or what? Any suggestsions would be helpful.
Thanks