Edit report at https://bugs.php.net/bug.php?id=63126&edit=1
ID: 63126 Comment by: r...@php.net Reported by: r...@php.net Summary: DISABLE_AUTHENTICATOR ignores array Status: Open Type: Bug Package: IMAP related Operating System: GNU/Linux (Fedora 18) PHP Version: 5.4.7 Block user comment: N Private report: N New Comment: This also affects php 5.3 Previous Comments: ------------------------------------------------------------------------ [2012-09-21 06:33:46] r...@php.net Description: ------------ According to source code, DISABLE_AUTHENTICATOR could be a string or an array. Works as expected: imap_open($srv,$user,$pass,OP_HALF_OPEN,1, array('DISABLE_AUTHENTICATOR'=>'GSSAPI'); Doesn't works: imap_open($srv,$user,$pass,OP_HALF_OPEN,1, array('DISABLE_AUTHENTICATOR'=>array('GSSAPI','NTLM')); The trivial attached patch should fix this (but cannot test it) ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=63126&edit=1