I'd like to use the php3 ftp_functions on solaris with apache. I need subscriptions about the steps I have to do before using the ftp functions. Can anybody help!
Just compile php with for apache as described in the manual, and add the -enable-ftp parameter when you confiure php. Then have a look at the manual for the ftp functions, they are pretty self-explanetory
sorry, it doesn't work. I'm working with php-3.0.13 and apache-1.3.9.
The command /export/home/oracle/software/php-3.0.13/configure --with-ftp
fails with the message: configure: ./config.log:cannot create
Any idea what's going wrong?!
"Cannot create" Sounds like a permissions problem. Are you installing under your own user-id? Do you have permission to write in those directories?