cgimusic Posted September 19, 2007 Share Posted September 19, 2007 I can't use extensions with php. The same php.ini file works on other machines with php installed in the same directory. Thanks in advance to anyone who can help. Quote Link to comment Share on other sites More sharing options...
trq Posted September 19, 2007 Share Posted September 19, 2007 Which extensions in particular aren't working? Have the extensions been compiled? Quote Link to comment Share on other sites More sharing options...
cgimusic Posted September 20, 2007 Author Share Posted September 20, 2007 Which extensions in particular aren't working? Have the extensions been compiled? All of them. It's specifically MySQL that I want. If the extensions are .dll then there compiled right? If so then yes. Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted September 20, 2007 Share Posted September 20, 2007 Run phpinfo and ensure PHP is reading the php.ini you are editing. Also have a read of this FAQ. If you have gone through that FAQ, then make sure the following files: php_mysql.dll libmysql.dll Are only located in PHP's and MySQL's installation folders only. Any of those files above outside of of your installation folders either delete or rename. 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.