php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4291 Unable to load dynamic library 'c:\PHP3/php3_mysql.dll'
Submitted: 2000-05-02 08:54 UTC Modified: 2001-02-10 15:42 UTC
From: gverron at worldnet dot fr Assigned:
Status: Closed Package: MySQL related
PHP Version: 3.0.16 OS: Win98
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: gverron at worldnet dot fr
New email:
PHP Version: OS:

 

 [2000-05-02 08:54 UTC] gverron at worldnet dot fr
I am trying to have PHP,MySql, and Apache working together.
They all work well separately, and PHP works under Apache.
I have successfully installed:
- winclients-3.23.14
- php-4.0RC1-Win32
- php-3.0.16-win32
- mysql-shareware-3.22.34-win


- "extension=php_mysql.dll" is uncommented in hppd.conf
- dl("php3_mysql.dll"); is included inside my PHP scripts.
- php3_mysql.dll is in my PHP3 repertory.

Still I got the following error.

Fatal error: Unable to load dynamic library 'c:\PHP3/php3_mysql.dll'

It seems that a library required for the execution of this program has not been found. Which one could it be?

When the library is found, I get a crash error from my Norton crash guard.

I am ready to send a copy of my php3.ini file and OleMainThreadWndName.txt(1.40Ko) reporting error from Norton CrashGuard.

Thanks for the reply.

    

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-02-10 15:42 UTC] jimw@php.net
looks like you are trying to mix php3 and php4 in strange ways.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed May 07 15:01:31 2025 UTC