warchyld
IS-IT--Management
- Aug 6, 2003
- 16
Hello -
Trying to upgrade from PHP4 to PHP5.0.4 on a Win2003/IIS6 box and having a problem getting it to read my php.ini file.
PHP is running - phpinfo() returns the info page.
However, I am specifying my SMTP server in my INI file, and I also have display errors=off, BUT when I try to run my form email script I receive an error saying mailserver "localhost" not found. Again, SMTP is specified, and in addition I should not be seeing errors at all.
My php.ini file is in my windows directory, and I've also tried setting registry key HKEY_LOCAL_MACHINE/PHP/IniFilePath and pointing it to my win directory, but that doesn't make any difference.
And yes, I'm using the new ini file that came with the PHP5.0.4 zip file, not my old 4 file.
Any ideas?
Thanks!
Trying to upgrade from PHP4 to PHP5.0.4 on a Win2003/IIS6 box and having a problem getting it to read my php.ini file.
PHP is running - phpinfo() returns the info page.
However, I am specifying my SMTP server in my INI file, and I also have display errors=off, BUT when I try to run my form email script I receive an error saying mailserver "localhost" not found. Again, SMTP is specified, and in addition I should not be seeing errors at all.
My php.ini file is in my windows directory, and I've also tried setting registry key HKEY_LOCAL_MACHINE/PHP/IniFilePath and pointing it to my win directory, but that doesn't make any difference.
And yes, I'm using the new ini file that came with the PHP5.0.4 zip file, not my old 4 file.
Any ideas?
Thanks!