WAMPGuy Posted February 2, 2010 Share Posted February 2, 2010 I appreciate it if I can get help setting up PHP. I downloaded it to the path c:/php and don't see a php.ini file to configure. I only see php.ini-production and php.ini-development. I've rebooted several times with the same results. Please advise. Thanks! Quote Link to comment Share on other sites More sharing options...
trq Posted February 2, 2010 Share Posted February 2, 2010 php.ini-production and php.ini-development are example php.ini's, just rename one to php.ini (depending on whether or not its a dev or prod machine) customize it and restart your server. Quote Link to comment Share on other sites More sharing options...
WAMPGuy Posted February 2, 2010 Author Share Posted February 2, 2010 Thanks Thorpe. I will try that and keep yo posted. Now, when I pull up one of those instances, I should get the display of configuration details, correct? Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted February 2, 2010 Share Posted February 2, 2010 You should rename the file named as php.ini-recommended to just php.ini. Opening the php.ini will allow to configure PHP. Running the PHP function called phpinfo() will allow to see how PHP is configured. You may need to add your PHP folder to the PATH Environment Variable in order for the PHP Interpreter to be able to find the php.ini 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.