> Me and a friend have been trying to make a php ftp client, it works fine on
> *nix systems, but not on Windows. We looked at everything, until i finaly
> noticed that php 4.2.3 is missing in the php.ini the extension=php_ftp.dll
> line. The actualy file in the extensions dir is missing as well.
> 
> So where did it go? and where can i get it? can anyone send it too me? I was
> unable to find one on google. Or is there a reason its gone?

>From the manual (php.net/ftp):

 "The windows version of PHP has built in support for this extension. 
 You do not need to load any additional extension in order to use 
 these functions."

Also, consider using PHP 4.3.2

Regards,
Philip


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

Reply via email to