Hi, I have installed apache, MySQL and PHP with --with-apxs2 and --with-mysql option. And It works fine. However, I want to add ftp functions in php later. I have tried to config with --enable-ftp option,make and make install again. After restarting apache, it stills can't find FTP functions.
I want to know how to add options after installing php.