|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2004-05-27 17:47 UTC] kalas at atlas dot cz
Description: ------------ PHP fails to load any extension, that I enable in php.ini, with error message (for ex. for php_exif.dll) "PHP Startup: Unable to load dynamic library "C:\Program Files\php-5.0.rc2\ext\php_exif.dll'. Any change to extension_dir doesn't seem to work, I still get the error message whatever the path is (the modules are really stored there). I'm running Apache 2.0.49 and PHP as module. With PHP 4.3.4 it works fine with the same Apache. Regards, Radim Kalas PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 29 23:00:01 2025 UTC |
Hi, i had the same problem. PHP needs to find *all* DLL's, not only those in the "ext" dir. The libmhash.dll, libmysql.dll, etc... are on the main PHP directory. I copied them to the the extensions directory (c:\Windows in my case) and everything works now. Is it a bug that PHP doesnt find those DLL's automatically? J.