I am writing a php script to check my DH imap server in a DH cronjob and am getting a seg fault every time I use the imap_search function. The script works locally and follows the examples I have seen.
imap_search($mbox, ‘SINCE “17 Nov 2008”’);
Has anyone else seen this behavior?