depends on where you got PHP. If you compiled from source then you
need to add --with-ftp or --enable-ftp in your ./configure command. Do
a ./configure --help to find out more, ie which one.

If you got it with an RPM based linux distro, then you probably need
to install a php-ftp rpm.

Oh, and shouldn't that be FTP in PHP 5?

If all you need to do is change something in PHP.ini, look for a line
with ;extension=ftp.so or ;extension=ftp.dll under windos, and remove
the ;.

What OS are you running, and where did you get PHP?

On Mon, 3 Jan 2005 00:01:25 +0000, Jerry Swanson <[EMAIL PROTECTED]> wrote:
> How I can enable php in FTP 5? What I should change in PHP.INI file?
> 
> Thanks
> 
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to