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
 [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: Sun Apr 28 19:01:28 2024 UTC