View Single Post
Old 11-05-2005, 05:36 PM  
_panic_
Senior Member
 
Join Date: Jul 2005
Posts: 153
Default

Quote:
Originally Posted by neoxed
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).
on a related note, the version of php shipped with 5.8.6 is still fairly old. i'm be updating to the latest php release as soon as i deal with the issues we're discovering with this release.
_panic_ is offline   Reply With Quote