From: [EMAIL PROTECTED] Operating system: Red Hat 7.3 PHP version: 4.2.1 PHP Bug Type: IMAP related Bug description: Couldn't open imap conection
Good morning, sir: I get this error message when I attempt to open a IMAP conection: Warning: Couldn't open stream {localhost:143} in /var/www/html/prueba.php on line 2 This is the code line that I use; "ruclamo" is my valid system user and "123" is my password : <? $mbox=imap_open("{localhost:143}", "ruclamo" , "123"); ?> I used this code on Red Hat 7.2, with nothing problem. Actually, I am working with Red Hat 7.3, with all php and imap packages installed. Thank you, excuse my poor English, Ruth Moreno -- Edit bug report at http://bugs.php.net/?id=17364&edit=1 -- Fixed in CVS: http://bugs.php.net/fix.php?id=17364&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=17364&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=17364&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=17364&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=17364&r=support Expected behavior: http://bugs.php.net/fix.php?id=17364&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=17364&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=17364&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=17364&r=globals