php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #947 MySQL support not compiled in php win32
Submitted: 1998-11-23 20:33 UTC Modified: 1998-12-07 09:53 UTC
From: dagarf at dagarf dot eu dot org Assigned:
Status: Closed Package: MySQL related
PHP Version: 3.0.5 OS: windows 95
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: dagarf at dagarf dot eu dot org
New email:
PHP Version: OS:

 

 [1998-11-23 20:33 UTC] dagarf at dagarf dot eu dot org
Well I won't give you a script because it simply says it doesn't know the function I want to use (for instance mysql_connect).
In your manual it says that mysql support is precompiled in php3 but this does not seem to be the case.
odbc works fine but mysql didn't. The way I work around it now is just to dynamically load the mysql.dll (I copied this from php3_mysql.dll because I hoped this was the problem) using the dl() function.

In the php3.ini support for mysql is uncommented and it should have worked...

I use a windows 95 system with MS PWS, ASP, PHP3 win32 and MySQL win32

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-12-07 09:53 UTC] shane
not a bug

use extension= in php3.ini or the dl() function to load php3_mysql.dll
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Apr 28 09:01:29 2024 UTC