View Single Post
Old 11-05-2005, 03:03 AM  
neoxed
Too much time...
 
Join Date: May 2003
Posts: 1,326
Default

Quote:
Originally Posted by dink-puller
does this mean io is not compatible with versions of php newer than 4.x, and that in order to use ftp functions in php I have to use the crappy IIS ftpd??
No, that PHP error has almost nothing to do with ioFTPD. When the PHP team makes an API change, they require all binary modules (extensions as they call them) to be recompiled against the latest PHP API. So you cannot mix modules for an older PHP version with a newer PHP version, and vice versa.

ioFTPD is built against PHP 5.x, so you must use PHP modules built for PHP 5.x.

PS: You can change the default PHP extension path in php.ini to prevent these collisions (extension_dir).
neoxed is offline   Reply With Quote