php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #28504 php start-up:
Submitted: 2004-05-24 12:21 UTC Modified: 2004-05-26 10:59 UTC
From: hgalt at gmx dot net Assigned:
Status: Not a bug Package: MySQL related
PHP Version: 5.0.0RC2 OS: Windows xp prof
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: hgalt at gmx dot net
New email:
PHP Version: OS:

 

 [2004-05-24 12:21 UTC] hgalt at gmx dot net
Description:
------------
Using 5.0.0RC2 for Windows.

Up to now it was working fine. Now I installed mySQL and tied to use phpMyAdmin for administrate the DB.
PhpMyAdmin is missing the mySQL DLL.
If I change the php.ini and enable the extension php_mysql.dll I got:
PHP start-up: Unable to load dynamic library: c:\php\ext\php_mssql.dll
but the File exist!

I could not found anything in the bug list.

Is this problem known?

Kind Regards,
Hans-Georg Althoff
hgalt@gmx.net


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-05-25 12:27 UTC] lars_stegelitz at col dot wunderman dot com
are you sure you haven't a typo-bug ?
'... missing the mySQL DLL. ...'
'... php_mysql.dll I got:
PHP start-up: Unable to load dynamic library: c:\php\ext\php_mssql.dll
           ^^^^^^^^

It complains about the MS-SQL Dll, not MySQL !
 [2004-05-26 08:44 UTC] derick@php.net
Mixed up mssql and mysql -> bogus.
 [2004-05-26 10:59 UTC] hgalt at gmx dot net
Sorry,
yes it is type error. It should be php_mysql.dll and not mssql in the error message.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue May 13 12:01:27 2025 UTC