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
 [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: Wed Apr 24 22:01:30 2024 UTC