php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2329 "unsupported or undefined function mysql_errno() " w/ MySQL-3.23.1-alpha
Submitted: 1999-09-20 02:45 UTC Modified: 1999-12-29 11:28 UTC
From: jasata at tuug dot fi Assigned:
Status: Closed Package: MySQL related
PHP Version: 3.0.12 OS: Linux 2.2.6
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: jasata at tuug dot fi
New email:
PHP Version: OS:

 

 [1999-09-20 02:45 UTC] jasata at tuug dot fi
        mysql_pconnect("localhost", "httpd", "httpd");
        mysql_select_db("test");
        mysql_query("DESC test.test");
        mysql_errno();

Albeit I suspect I have picked the blood out of my nose myself choosing to use 3.23 aplha??

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-12-29 11:28 UTC] rasmus at cvs dot php dot net
Fixed in CVS - wil be in 3.0.13
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Apr 29 07:01:30 2024 UTC