Page 1 of 1

Using IMAP with PHP

PostPosted: 28. May 2005 01:44
by sscotti
Thank you for the responses regarding Mercury. I seem to be up and running with that.

Now I have another problem. I am trying to set up something called NOCC (PHP front end for mailserver) to use with Mercury. When I try to start up NOCC I get the following error:


Warning: dl() [function.dl]: Not supported in multithreaded Web servers - use extension=imap.so in your php.ini in C:\apachefriends\xampp\htdocs\nocc\conf.php on line 287
error loading imap library

Is it possible to disable multithreading in Apache 2. If not, what do I need to do to enable IMAP and get NOCC up and running.

Thanks.

PostPosted: 28. May 2005 01:58
by Wiedmann
extension=imap.so

What's this (imap.so)?

The IMAP extension for PHP/Windows is: "php_imap.dll". You can enable it in the "php.ini".

Is it possible to disable multithreading in Apache 2.

No.

PostPosted: 30. May 2005 01:12
by sckoh
imap.so is for Linux, isn't it?