Hi Fella!

    I found the problem and fixed it.  I only have one php.ini which is
found under 'c:\winnt\'.  What happen was that a couple of months ago,
someone in my company without my knowledge had made a backup copy of php.ini
and put it into hte D:\ drive.  So, IIS for some reason didn't go to
c:\winnt\ directory and jumped from c: drive to d: drive and use the backup
php.ini.  I fixed the problem by renaming hte file, from php.ini to
php.ini_safe.  This then cause the IIS to revert back to the php.ini in
c:\winnt.

    Hope this knowledge will help everyone one day.  The weird thing is that
when I use phpinfo().  It didnt show any file path.  It just said the
filepath is 'php.ini', no 'c:\winnt\php.ini' at all.  It just said 'php.ini'
before I renamed the file.  After renaming the file, it still say 'php.ini'
as if nothing had changed.

Take care,
 Scott

P.S. Rad Craig, try to find it there is duplicate php.ini somewhere and
renamed it to something like 'php.ini_safe'.

"Rad Craig" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I have been trying to get my email working.  I have made some changes in
the
> php.ini file in the Windoze directory, but when I run phpinfo() the
changes
> I make aren't changing on what it prints out.
>
> I have logging turned on in my php.ini file, but phpinfo() says it's
turned
> off.
>
> Any ideas?
> ================================
> Rad Craig
>
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to