Re: [PHP-WIN] Restarting PHP on IIS

2006-03-26 Thread Karuna
Alright, now that's fixed. Somehow it happened by itself :p Now, I have another problem. I can't seem to upload files, and it seems gd can't create images. GD doesn't come up with an error but the upload script comes with a typical error which has to do with priveleges. I've assigned Internet G

Re: [PHP-WIN] Restarting PHP on IIS

2006-03-26 Thread zerof
George Pitcher escreveu: Well, I run IIS on Windows NT, but used to do it on my XP laptop before that was switched to Apache. I just need to restart the webserver (3 on the list) and 'Restart' is an option on XP. Apache and IIS at the same machine can be cause of conflicts. By default IIS

RE: [PHP-WIN] Restarting PHP on IIS

2006-03-26 Thread George Pitcher
nt: 24 March 2006 7:47 pm > To: php-windows@lists.php.net > Subject: Re: [PHP-WIN] Restarting PHP on IIS > > > PHP is reloaded when IIS is restarted. On Windows XP, this is the > way it's done: > > 1. Stop the Simple Mail Transfer Protocol (SMTP) service. > 2. Stop t

Re: [PHP-WIN] Restarting PHP on IIS

2006-03-24 Thread Aaron Kenney
PHP is reloaded when IIS is restarted. On Windows XP, this is the way it's done: 1. Stop the Simple Mail Transfer Protocol (SMTP) service. 2. Stop the World Wide Web Publishing service. 3. Stop the IIS Admin service. 4. Start the services in reverse order. If for some reason this doesn't apply th