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

2007-01-11 Thread trystano
This may also be of use to you... http://www.php.net/manual/en/install.windows.manual.php Somewhere on there it states the directories in which PHP looks for the php.ini file (one of which is in the Apache root, so you may have a file there that is causing issues). Tryst -Orig

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

2007-01-11 Thread trystano
There is a small free app you can download called ExamDiff that allows you to compare two files. This may be off use to you? Tryst -Original Message- From: [EMAIL PROTECTED] To: php-windows@lists.php.net CC: [EMAIL PROTECTED] Sent: Thu, 11 Jan 2007 3.45PM Subject: Re: [PHP-W

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

2007-01-11 Thread Kevin Ruiz
Finally...i guess my ini must have been corrupt. I tried using the contents from the ini-dist file (I was using the ini-recommended) and everything works. Thanks for all the help. Kevin Ruiz wrote: I think the issue with php failing to execute may have been a result of my having C:\PHP in m

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

2007-01-11 Thread Kevin Ruiz
I think the issue with php failing to execute may have been a result of my having C:\PHP in my system PATH and my PHPRC variables. I was previously trying to run php on IIS. I removed C:\PHP from both variables and now I can run php with my php.ini in my C:\Directory. I am still having the sam

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

2007-01-11 Thread Kevin Ruiz
dropping it in C:\windows\system32 yields the same results as C:\windows. It seems I can place the ini file in any directory other than the directory where php is installed. Daniel Kaliel wrote: What happens if you put it in c:\Windows\system32 -Original Message- From: Kevin Ruiz

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