php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #845 Cant use mysql: unknown function mysql_connect() ?!?
Submitted: 1998-10-12 11:50 UTC Modified: 1998-10-12 11:56 UTC
Votes:1
Avg. Score:4.0 ± 0.0
Reproduced:0 of 1 (0.0%)
From: yavari at geocities dot com Assigned:
Status: Closed Package: MySQL related
PHP Version: 3.0.5 OS: win_nt
Private report: No CVE-ID: None
 [1998-10-12 11:50 UTC] yavari at geocities dot com
Fatal error: Call to unsupported or undefined function mysql_connect() in
d:\user\aresch\mysql\mysql_admin.php3 on line 14

Doing nothing but opening a mysql-connection.

Aresch

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-10-12 11:56 UTC] zeev
MySQL support isn't built to the Win32 PHP binary.
You must dynamically load php3_mysql.dll using
extension= or dl()
 [2021-08-08 12:15 UTC] git@php.net
Automatic comment on behalf of cmb69
Revision: https://github.com/php/doc-en/commit/2b782ad1abad454105767b8377c8d01716f7e654
Log: Fix #845: proc_get_status() return type
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Apr 28 16:01:31 2024 UTC