php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #31551 Call to undefined function
Submitted: 2005-01-14 14:17 UTC Modified: 2005-01-15 01:04 UTC
From: mike at sytech dot ru Assigned:
Status: Not a bug Package: *Compile Issues
PHP Version: 5.0.3 OS: Fedore Core 3
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: mike at sytech dot ru
New email:
PHP Version: OS:

 

 [2005-01-14 14:17 UTC] mike at sytech dot ru
Description:
------------
PHP was configured like --with-mysql
Error was - Call to undefined function mysql_connect() 

Reproduce code:
---------------
$this->_connectionID = mysql_connect($argHostname,$argUsername,$argPassword,


Actual result:
--------------
Fatal error: Call to undefined function mysql_connect() in /var/www/portal/adodb/drivers/adodb-mysql.inc.php on line 261

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-01-14 21:22 UTC] tony2001@php.net
Please give us link to your config.log (don't post it here).
 [2005-01-15 01:04 UTC] derick@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 10:01:26 2024 UTC