ibob05 Posted October 15, 2007 Share Posted October 15, 2007 Hello I have win 2003 and iis 6.0. I have tried to install PHP 5 (the newest vesrion). I have followed the steps described in the php manual and everything seems to be working right. But I have the following major problem. I have a php page called phpinfo.php where I call the phpinfo(). When I change php.ini the contents of this page don't change, actually they remain the same as the default php.ini values. However if I do on command prompt php -i then I see that the changes that I made are applied. Do you have any idea what that might be? The problem is that I want to turn on the mysql support. In the command prompt output the mysql support is activated. However it's not activated in the phpinfo html output... Thanks Quote Link to comment Share on other sites More sharing options...
tester2007 Posted October 18, 2007 Share Posted October 18, 2007 May be this will help: 1) You need to set enviroment variable PHPRC to point to the folder where php.ini is stored. 2) If you change the setting in php.ini you may need to restart your IIS server. tester2007 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.