[PHP-INSTALL] Unable to create selectable TCP socket

[email protected] (ros)
Newsgroups php.install
Message-ID <[email protected]>
Hi! I have a simple PHP script:

$mbox = imap_open ("{localhost:993/imap/ssl}INBOX", "[email protected]",
"123");
if(!$mbox) {
        echo 'Error: '.imap_last_error().'<br/>';
}

Script works fine from local PC, but results to error when executed at web
hoster site.
The error is: "Error: Unable to create selectable TCP socket (2090 >= 1024)"

What could cause this error?

Thanks!
-- 
View this message in context: http://www.nabble.com/Unable-to-create-selectable-TCP-socket-tp16055596p16055596.html
Sent from the Php - Install mailing list archive at Nabble.com.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.