php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #29277 Can't get MySQL extension
Submitted: 2004-07-20 12:51 UTC Modified: 2004-07-20 16:30 UTC
From: nag at wanadoo dot fr Assigned:
Status: Not a bug Package: MySQL related
PHP Version: 5CVS-2004-07-20 (dev) OS: Win2K3
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: nag at wanadoo dot fr
New email:
PHP Version: OS:

 

 [2004-07-20 12:51 UTC] nag at wanadoo dot fr
Description:
------------
Hi !

i have this problem since i try to get working php 5.XX version :

when i want ton load php_mysql.dll, apache return me this error : "can't load c:\php\ext\php_mysql.php" . Module not found !

the module is in c:\php\ext, i have read the reported bugs about this subject, but for me in the latest CVS version, the problem still not fixed, and the mysql support was not build in the latest CVS...

What's about this ?

thanks in advance.

Nag.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-07-20 12:57 UTC] tony2001@php.net
Fix filename first:
c:\php\ext\php_mysql.php --> c:\php\ext\php_mysql.dll
 [2004-07-20 13:04 UTC] nag at wanadoo dot fr
Hi !

i have this problem since i try to get working php 5.XX version :

when i want ton load php_mysql.dll, apache return me this error : "can't
load c:\php\ext\php_mysql.dll" . Module not found !

the module is in c:\php\ext, i have read the reported bugs about this
subject, but for me in the latest CVS version, the problem still not
fixed, and the mysql support was not build in the latest CVS...

What's about this ?

thanks in advance.

Nag.
 [2004-07-20 16:30 UTC] philip@php.net
If MySQL support was built into your PHP than that would be a bug.  Read the docs, there is more to do than simply enabling that one DLL: php.net/mysql
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 16 11:01:29 2024 UTC