|
Question : Can I compile php with mysql without having mysql sources?Answer :Yes it is possible to compile php with mysql support without having mysql sources on your machine, this is only possible for mysql because mysql is bundeld by default in php. To get more information look at:
http://www.php.net/manual/en/install.configure.php#install.configure.databases
|