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
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: 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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 18:01:28 2024 UTC