Not able to test from here, but phpinfo() may be of use
-----Original Message----- From: Ricky Malt [mailto:ric@xxxxxxxxxxxxx]
Greetings, How can i determine if my php is compiled with mysql support. and how do i do this to determine any package for its configured modules.
Indeed:
echo '<? phpinfo(); ?>' | php | grep -i mysql
jch