ID: 33053 Updated by: [EMAIL PROTECTED] Reported By: cajus at naasa dot net -Status: Open +Status: Feedback Bug Type: IMAP related Operating System: Debian GNU/Linux Sarge PHP Version: 4.3.10 New Comment:
Is error logging enabled and if so can PHP write to the error log file? Previous Comments: ------------------------------------------------------------------------ [2005-05-18 12:57:18] cajus at naasa dot net Description: ------------ When connecting IMAP servers via imap_open, I'm hiding messages. This doesn't not work for imap_open, neither with error_reporting(0), nor with @. Reproduce code: --------------- $mbox = @imap_open($cfg['connect'], $admin, $password, OP_HALFOPEN); Expected result: ---------------- No output Actual result: -------------- Notice: (null)(): Connection failed to vserver-02.test.net, 143: Connection refused (errflg=2) in Unknown on line 0 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=33053&edit=1
