Re: [PHP-WIN] php installed on IIS: changes to php.ini not taking affect

2007-01-11 Thread trystano
-WIN] php installed on IIS: changes to php.ini not taking affect Try checking out phpinfo() when it works and compare that to what's in your php.ini and look for the differences. Maybe some option or extension or something you're trying to run is exploding. Maybe print out the

Re: [PHP-WIN] php installed on IIS: changes to php.ini not taking affect

2007-01-11 Thread Kevin Ruiz
Ruiz [mailto:[EMAIL PROTECTED] Sent: January 11, 2007 10:54 AM To: php-windows@lists.php.net Subject: Re: [PHP-WIN] php installed on IIS: changes to php.ini not taking affect I can't let this go...I can't get anything else done until I can figure this out...I'm pretty sure this will

Re: [PHP-WIN] php installed on IIS: changes to php.ini not taking affect

2007-01-11 Thread Kevin Ruiz
I can't let this go...I can't get anything else done until I can figure this out...I'm pretty sure this will ultimately lead to my demise. Okay, so I installed apache thinking it'd be good to test this problem with another server. I'm having the same problem with apache. If I have my ini file

Re: [PHP-WIN] php installed on IIS: changes to php.ini not taking affect

2007-01-11 Thread tg-php
Try checking out phpinfo() when it works and compare that to what's in your php.ini and look for the differences. Maybe some option or extension or something you're trying to run is exploding. Maybe print out the successful phpinfo() and your php.ini that's causing the trouble and go over both

Re: [PHP-WIN] php installed on IIS: changes to php.ini not taking affect

2007-01-11 Thread Kevin Ruiz
Thanks for the suggestion...I tried that...i didn't make a difference. Here's another thing I noticed. PHP seems to be using the default settings. When I drop a php.ini file in C:\Windows (where php is looking for my ini file) php fails execute. If I remove the ini file...the code executes fin

Re: [PHP-WIN] php installed on IIS: changes to php.ini not taking affect

2007-01-10 Thread tg-php
Could be a permissions issue with reading the new php.ini file you created. On this page, it tells you how to figure out what user your IIS is executing as: http://www.php.net/manual/en/install.windows.iis.php " 1. In IIS Admin, go to Application Pools 2. Right click on the pool your site is runn

Re: [PHP-WIN] php installed on IIS: changes to php.ini not taking affect

2007-01-10 Thread Kevin Ruiz
okay...turns out there was something strange going on with my ini file. I copied its contents into a new file, saved that as "php.ini"...now whenever I drop that in either C:\Windows or C:\PHP php will not execute. If I move the file out of either of those two directories, it executes fine. D

Re: [PHP-WIN] php installed on IIS: changes to php.ini not taking affect

2007-01-10 Thread tg-php
I had a similar issue a couple years ago when I was running Apache/PHP on a Windows box at a previous job. The information below helped. Check all the locations (regardless of what PHP is reporting it's using for php.ini's path). Try making some simple change that will show up on phpinfo().