Hi, i uploaded a script, which checks my inbox for new messages by using the imap extension for php. However, everything was working just fine, but now every time i try to access my script, i get a "server not found" error and the logs say:
[Wed Mar 27 21:21:13 2002] [notice] child pid 11854 exit signal Segmentation fault (11) I tracked it down to: $box = imap_open("{".$mail_server.":110/pop3}INBOX", $mail_username, $mail_password); Whenever any php file includes this line, it aborts and produces the above error. Well, strange thing is, that it was working perfect a few hours ago and i didnt change a thing on my server till then! Maybe anyone has an idea? Thanks in advance, Duncan