Damien Churchill schreef:
Is there a known issue with using stream_select with apache2 mod_php? I have a script (http://php.pastebin.com/m601965d) that when run with mod_php doesn't work, but when run with php-cgi from the command line works fine.
define "doesn't work". what exact php & apache version? are you using shared hosting thats blocking all sorts of stuff form being done via the apache process? have you checked bugs.php.net for anything resembling your problem? you seem to be trying to connect to an imap server, have you tried the imap_*() functions as an alternative? http://php.net/imap
Thanks in advance, Damien
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php