Howdy folks,
I have PHP 4.2.2 installed on RedHat 9.0. It has been working for a while running a Wiki for us. Now I would like to run a new php based application which requires the mysql module be loaded. I thought that this was set up in the php.ini file, I can copy my file for you if it will help. The real test was to get the following code to display all 1's.
<?
echo PHP_VERSION . "<br>";
echo "XML:" . extension_loaded('xml') . "<br>";
echo "imap:" . extension_loaded('imap') . "<br>";
echo "mysql:" . extension_loaded('mysql') . "<br>";
?>
When I execute the code it does not display a 1 for the mysql extension. What do I need to do to correct this problem?
Jim Beard
counterclaim.com, Inc
http://www.counterclaim.com
http://openefm.sourceforge.net
(800) 264-8145