Page 1 of 1

imap functions crash apache

Posted: Tue Jul 23, 2002 1:20 pm
by Galahad
I'm trying to use these imap functions on a server I set up. However, whenever I try to use imap_open(), apache crashes. To a browser, it looks like the page doesn't exist, but the apache error log says that there was a segmentation fault. I'm using php 4.1.2 and imap c-client version 2000. I have '--with-imap=shared' '--with-imap-ssl' in my configuration. Any ideas what's going on?

Posted: Wed Jul 24, 2002 8:42 am
by hex
I've had problems actually loading the module. When I try to start Apache with the extension in the php.ini, it just crashes straight away. Although I don't really use IMAP so I just commented it out!

Posted: Thu Jul 25, 2002 2:45 pm
by Galahad
I gave up and wrote my own (pop3) functions. They work great for what I'm doing. Thanks for the help.