|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
PHP + FTP module?
Hi,
I'm trying to use some of the FTP functions, like ftp_connect in a PHP script. I compiled PHP with the "--with-ftp" parameter during configuration, and the FTP functions still don't seem to work for me, although other PHP functions and mySQL are working fine (I compiled using "--with-mysql" also). I'm returned this error when I try calling ftp_connect: Fatal error: Call to undefined function: ftp_connect() Is there something I'm doing wrong? An additional module I might need to use FTP maybe? Or something I need to enable in Apache? Any advice would be much appreciated. Thanks... |
|
#2
|
|||
|
|||
|
U have to configure PHP with: "--enable-ftp".
When I did that so it's worked. My wrote: ./configure --with-xml --with-mysql=/usr/local/mysql --with-gd --with-ftp --with-apache=../apache_1.3.20 --enable-ftp --enable-track-vars I hope it helps! ..........PeterG......... |
|
#3
|
|||
|
|||
|
Thanks, Peter! That worked perfectly.. thanks a ton!
|
|
#4
|
|||
|
|||
|
ftp module problem
Hi,
I am having the same problem. I need ftp part of php installed. I actually have mysql,apache and php already on my server, and don't want to mess up the already configured server and the files, just add the ftp part. How do I do this? I tried: ./configure --with-xml --with-mysql=/usr/local/mysql --with-gd --with-ftp --with-apache=../apache_1.3.20 --enable-ftp --enable-track-vars However I get an ERROR: configure: error: Invalid Apache directory - unable to find httpd.h under /home/dmalhotr/downloads/linux/php/apache_1.3.20 when I do whereis apache I get: /usr/lib/apache /usr/include/apache I am not sure how to do this. Any help would be greatly appreciated. Thanks DHRUV |
![]() |
| Viewing: Dev Shed Forums > System Administration > FTP Help > PHP + FTP module? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|