I want to know if it's possible to update PHP to support MySQL via a file.
The problem I have is the webserver has a LAMP (Linux+Apache+MySQL+PHP) installed and PHP was not compiled to support mysql. When I look to the web page phpinfo(), the section on mysql is missing. I want to know if it's possible, without having to recompile php, to add support for mysql.
