"Gerald Waugh" <[EMAIL PROTECTED]> wrote: > > Alec, do get support for FTP within PHP it needs to be compiled > > with --enable-ftp set. View the output of <?php phpinfo(); ?> to see if it > > is. If not, you'll need to recompile PHP or find a package that has it > > precompiled. I take it you've tried the FTP functions and you got an error > > message saying the functions didn't exist? > > > > Thanks Steve, I don't know where I got --with-ftp from
Gerald, I think --with-ftp is what the flag was in PHP 3.x. I believe the difference between the flags that begin --with and --enable are that --with flags require installation of a library not bundled in the PHP source distro, while --enable are features that are bundled into the source distro. I could be wrong, but a quick glance at the config options seems to show that's the case. -- Steve Werby President, Befriend Internet Services LLC http://www.befriend.com/ _______________________________________________ cobalt-developers mailing list [EMAIL PROTECTED] http://list.cobalt.com/mailman/listinfo/cobalt-developers
