Do to a hardware system failure I have set up a new server to run the 3.0 PHPRunner web site. All applications are running well but I am getting an error when PHPrunner code attempts to connect to MySql. The error I get is:
Fatal error: Call to undefined function: mysql_connect() in /var/www/html/tfpprod/include/dbconnection.php on line 9
Dbcommon.Php settitng:
<?php
$user="tfpdbopr";
$pwd="12345";
$host="194.145.222.10";
$port="";
$sys_dbname="tmchtloc01";
New server application version:
Red Hat Version:
Red Hat Enterprise Linux ES (v.4 for 32-bit x86)
Label: rhel-i386-es-4
MYSQL Version:
Server version 5.0.37
Protocol version 10
PHP Version 4.3.9
Apache/2.0.52 (Red Hat)
PHPRunner 3.0 (Build 119)
Is there an issue with the version of PHP . If so which version will work? will upgrading to latest version of PHPrunner solve the problem.