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. Link to comment https://forums.phpfreaks.com/topic/285923-php-extensions/ 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. Link to comment https://forums.phpfreaks.com/topic/285923-php-extensions/#findComment-1467668 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. Link to comment https://forums.phpfreaks.com/topic/285923-php-extensions/#findComment-1467736 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.