Page 1 of 1

Editing of PHP.iNi

Posted: Mon Jan 19, 2004 2:38 am
by Flash05
In Windows XP/iiS, if you edit the php.ini; let us say error_reporting turn on from off. Will take effect immediately? Incase not, should I restart the whole pc or the service only? Tnx for help... :D

Posted: Mon Jan 19, 2004 2:42 am
by phpcoder
I think restarting machine is better coz i did editing on linux machine and after restarting the chnges took effect

Posted: Mon Jan 19, 2004 3:00 am
by breath
restart your iis server is enough..

Posted: Mon Jan 19, 2004 3:41 am
by malcolmboston
just restart the server, that should be sufficient

Posted: Mon Jan 19, 2004 5:05 am
by JayBird
Yeah, just restart the server, no need to restart the machine.

Mark

Posted: Mon Jan 19, 2004 6:10 am
by Flash05
Follow up: i was able to use localhost iis/smtp server in mail(). Unfortunately, when i got back to my pc i can no longer send. Im sure with my code. Is there a setting on how I can send again using my iis' default smtp? Tnx!

Posted: Mon Jan 19, 2004 8:19 am
by twigletmac
Could you explain a bit more? Did you change the value for the smtp server and it stopped working? Did localhost work as the value and then, for no explicable reason stop working?

Mac

Posted: Mon Jan 19, 2004 6:31 pm
by Flash05
I am using XP/iiS5.01 and was testing mail(). I was able to send some email to my inbox. The value of SMTP on my php.ini was localhost and i commented out the mail_from. Then when I got back again to test my script, i no longer works. Is there a setting in php.ini or iis or smtp to be able for me send again? Please help me. tnx!