For work, I have installed a php app that requires eLoader, but it errors out with a custom error the I need version 5.2.0 of e-loader library. I haven't worked with eLoader before, but I used this site to download the dll's and added them to the extentions listed in php.ini. eAccelorator doesn't seem to have a problem, but eLoader does. My development box runs Windows XP, and I have tried it with installations of both PHP 5.2.0 and 5.2.1.
Here is the error I receive when I run PHP from the command line with PHP 5.2.0:
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'eLoader095_5.2.0.dll' in Unknown on line 0
and a similar one for PHP 5.2.1:
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'eLoader095_i284_5.2.1.dll' in Unknown on line 0
Is there anything more I need to do than copy the files to my extension directory and add it to php.ini?
Thanks,
Trevor


Joined: 2007-04-02