php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #41753 non working MySQL extension
Submitted: 2007-06-21 07:46 UTC Modified: 2007-06-29 01:00 UTC
From: filip at mxd dot biz Assigned:
Status: No Feedback Package: MySQL related
PHP Version: 5.2.3 OS: W2K
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: filip at mxd dot biz
New email:
PHP Version: OS:

 

 [2007-06-21 07:46 UTC] filip at mxd dot biz
Description:
------------
After upgrading from PHP 5.2.2 for Windows, the bundled MySQL libraries do not work, either original libmysql.dll from 5.0 installation. Entry point for character set procedure cannot be found.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-06-21 13:31 UTC] sniper@php.net
Did you upgrade all dlls? And you don't have stale dlls laying around elsewhere?
 [2007-06-29 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 [2007-07-14 01:23 UTC] ng dot sick dot no at gmail dot com
This will happen if ALL of the conditions are met:

  1. If you have installed MySQL server on the same machine and during MySQL installation, you have chosen to register MySQL in Window's PATH environment variable OR MySQL dll is placed in %WINDIR% / %WINDIR%\system32
  2. You did not put PHP's directory to the PATH environment variable OR MySQL's folder has precedence over php's folder
  3. Your installed MySQL version is not the same as PHP's MySQL library version on the same machine 


Try to upgrade MySQL to 5.0.45 and then copy libmysql.dll in MySQL's bin folder to:
  1. Your PHP folder
  2. %WINDIR%
And check that PHP's directory is in the PATH environment variable, then the problem should be fixed
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 03:01:29 2024 UTC