php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #30272 Problem running MySQL support under PHP5:"Unable to load dynamic library...
Submitted: 2004-09-29 12:25 UTC Modified: 2004-09-29 14:55 UTC
From: frix at abv dot bg Assigned:
Status: Not a bug Package: MySQL related
PHP Version: 5.0.2 OS: Windows 2003 Server Enterprice
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: frix at abv dot bg
New email:
PHP Version: OS:

 

 [2004-09-29 12:25 UTC] frix at abv dot bg
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...


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-09-29 14:55 UTC] derick@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 01:01:28 2024 UTC