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
 [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: Sat Apr 27 21:01:29 2024 UTC