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

Pull Requests

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