PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
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?
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!