|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-09-29 14:55 UTC] derick@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 13:00:01 2025 UTC |
Description: ------------ I'm using IIS 6.0 web server and I'm trying to enable MySQL support on my php-5.0.2. But I recieve an error: Unable to load dynamic library 'C:\Program Files\php-5.0.2-Win32\ext\php_mysql.dll' - The specified module could not be found. (Note that the path is correct and there IS php_mysql.dll) I read the information. On the web server i've allowed any type of scripts and executables to run. In the path variable I've inserted the path to the php folder ('C:\Program Files\php-5.0.2-Win32'), the path to the extention folder ('C:\Program Files\php-5.0.2-Win32\ext'). There is a copy of libmySQL.dll in '%Systemroot%'. Changes in php.ini (base is the php.ini-dist): ... extension_dir = "C:\Program Files\php-5.0.2-Win32\ext" ... extension=php_mysql.dll ... I'm using the compiled binaries from php.net. I've tryed everything but nothing help. Please supply more informataion about this problem. I'm not the only one, who has it (the problem). With php 4.x.x everythings fine...