Quoting [EMAIL PROTECTED]:

> Hi,
> 
> Installed RPM's from RedHat (latest patches) and using PHP with Apache
> under RH7.1 Linux, lots of scripts, no problems.
> 
> The hitch is that a user just tried ftp_connect(), and got the
> "unknown function" error.
> 
> Okay, so I expected this to be a missing php.so loadable module.
> However, it appears more like an option "--enable-ftp" needs to be
> specified at _compile time_ to get it working.
> 
> Is this really the case? Does RedHat _really_ not distribute with this
> feature already on? Am I even barking up the right tree?!?

Use phpinfo() to know how your PHP was compiled. If it comes as a module, you
should see a --enable-feature=shared. Don't know it ftp support can be compiled
as shared, but....

Saludos... :-)


-- 
Porqué usar una base de datos relacional cualquiera,
si podés usar PostgreSQL?
-----------------------------------------------------------------
Martín Marqués                  |        [EMAIL PROTECTED]
Programador, Administrador, DBA |       Centro de Telematica
                       Universidad Nacional
                            del Litoral
-----------------------------------------------------------------


-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/

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

Reply via email to