coffeecup Posted February 4, 2014 Share Posted February 4, 2014 I am trolling through the ini file in php 5.4.4 to cross check installation and mutual relationship with My SQL . along the way i came across 'Dynamic Extensions' i went into http://pecl.php.net/ and looked in Database packages and see nothing for MySQL. Is there an extension for MySQl that should be here that i do not see as mysql_something or mod_mysql or any other varient. Thank you. Quote Link to comment Share on other sites More sharing options...
requinix Posted February 4, 2014 Share Posted February 4, 2014 mysqli or PDO+pdo_mysql. Both are regular extensions that your copy of PHP (or else your package manager) may already have available. Quote Link to comment Share on other sites More sharing options...
trq Posted February 4, 2014 Share Posted February 4, 2014 Most Linux distros include a directory of ini files used to configure and enable extensions. It's a pain to have apackage manager edit the main php.ini file. If you take a look at the output of phpinfo it will show you where this directory is. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.