Unable to create selectable TCP socket

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi! I have a simple PHP script:

$mbox = imap_open ("{localhost:993/imap/ssl}INBOX", "test@xxxxxxxxxx",
"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-tp16055595p16055595.html
Sent from the PHP - General mailing list archive at Nabble.com.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux