ID:               43348
 Updated by:       [EMAIL PROTECTED]
 Reported By:      RQuadling at GMail dot com
 Status:           Critical
 Bug Type:         Mail related
 Operating System: Windows XP SP2
 PHP Version:      5.3CVS-2007-11-20 (snap)
 New Comment:

Scott, you had some fix, just commit that, I have no time for this.


Previous Comments:
------------------------------------------------------------------------

[2008-07-04 08:53:44] [EMAIL PROTECTED]

This is a regression caused by http://bugs.php.net/bug.php?id=42657

Check in was
http://cvs.php.net/viewvc.cgi/ZendEngine2/zend_ini.c?r1=1.39.2.2.2.18.2.6&r2=1.39.2.2.2.18.2.7

It affects any place that relied on INI_STR to return NULL for the
original value.



------------------------------------------------------------------------

[2008-07-03 12:53:48] [EMAIL PROTECTED]

This needs to be fixed before 5.3 goes out the door.

------------------------------------------------------------------------

[2008-04-22 15:46:42] RQuadling at GMail dot com

Nuno, 

if (!sendmail_path || !*sendmail_path)

works for me on 5.3 CVS. Not tested HEAD as I've not got ICU yet.

Richard.

------------------------------------------------------------------------

[2008-04-20 00:49:21] [EMAIL PROTECTED]

Nuno I posted about the underlying change that broke this to internals
last week.

It's potentially broken in more places that relied on INI_STR to turn
NULL as it now returns "".

------------------------------------------------------------------------

[2008-04-19 23:59:46] [EMAIL PROTECTED]

a better fix is:
if (!sendmail_path || !*sendmail_path)

let me know if you want me to commit this.

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/43348

-- 
Edit this bug report at http://bugs.php.net/?id=43348&edit=1

Reply via email to