From:             herps at raqtweak dot com
Operating system: Windows XP Professional
PHP version:      4.3.7
PHP Bug Type:     Mail related
Bug description:  SMTP value won't load although configured in php.ini

Description:
------------
I run a small server on WinXP Professional.
Apache 2.0.49, PHP 4.3.7 and mySQL 4.0.20

My PHP.ini file is in C:\Windows.
I see this when I do a phpinfo();

I edit register_globals from off to on for example, and restart apache.
That works.

Now, I edit 
SMTP = localhost
to
SMTP = mail.my-other-server.com

save, and restart Apache.
Mail function doesn't work. So I check my phpinfo();
It STILL shows localhost. PHP.ini shows mail.my-other-server.com

It just does not seem to load this value from PHP.ini

Expected result:
----------------
Change in phpinfo();

Actual result:
--------------
No change.

-- 
Edit bug report at http://bugs.php.net/?id=28645&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=28645&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=28645&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=28645&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=28645&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=28645&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=28645&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=28645&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=28645&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=28645&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=28645&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=28645&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=28645&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=28645&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=28645&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=28645&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=28645&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=28645&r=float

Reply via email to