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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Tue Jun 03 09:01:26 2025 UTC