sunnybrook Posted August 1, 2006 Share Posted August 1, 2006 This is a really naive question I know but, having modified the php.ini (SMTP setting) how on earth do I get it to reload? I am running under xampp. Link to comment Share on other sites More sharing options...
Jan Zonjee Posted August 1, 2006 Share Posted August 1, 2006 how on earth do I get it to reload? I am running under xampp. Restart the Apache server if you ask me... Link to comment Share on other sites More sharing options...
sunnybrook Posted August 1, 2006 Author Share Posted August 1, 2006 Restart the Apache server if you ask me... Sounds sensible but it hasn't worked. I assume its the ini in xampp\php. Ahhhhh...perhaps it's the one in xampp\apache\bin :) Link to comment Share on other sites More sharing options...
sunnybrook Posted August 1, 2006 Author Share Posted August 1, 2006 Yep, that helps. Just had to remember to take out the ; at the start of sendmail_from too. Link to comment Share on other sites More sharing options...
kgt Posted August 1, 2006 Share Posted August 1, 2006 If you have more than one php.ini, you should find out which one (if any of them) are really being used if trial and error doesn't work. You can find this by creating a file called info.php: <?php phpinfo(); ?> And running it from your browser. It will give you the full path to the php.ini file. If it doesn't give you a path to a file, then it is using internal defaults. Contributions Discount Coupon Codes Donations Link to comment Share on other sites More sharing options...
sunnybrook Posted August 1, 2006 Author Share Posted August 1, 2006 If you have more than one php.ini, you should find out which one (if any of them) are really being used if trial and error doesn't work. You can find this by creating a file called info.php: <?php phpinfo(); ?> And running it from your browser. It will give you the full path to the php.ini file. If it doesn't give you a path to a file, then it is using internal defaults. Thanks for that :) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.