logo
Published on Technical articles on: Windows servers, Apache Web Server, MySQL, PHP, IIS (http://www.sitebuddy.com)

eLoader problem with PHP 5.2.0 & 5.2.1

By TrevorJacobs
Created 2 Apr 2007 - 1:45pm

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

‹ EA with or without Zend? 0.95 stability and compatibilty for PHP 4.4.6? ›

Source URL:
http://www.sitebuddy.com/forum/eaccelerator/eloader_problem_with_php_5_2_0_5_2_1