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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Sun Jul 06 09:01:32 2025 UTC