Re: [PHP-WIN] php_ftp.dll

2003-06-01 Thread Frank M. Kromann
The FTP extension is compiled in on Win32. You don't need a dll for this extension. - Frank > 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

[PHP-WIN] php_ftp.dll

2003-06-01 Thread Canadaka
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 aswell. So where