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
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
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
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
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
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
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
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