Hi,I've setup osTicket, but for some reason the imap module isn't recognized. I have found other threads where the solution is given as adding "extensions=imap.so" to the php.ini, however I do not have the module as it's an LSAPI build of PHP and should have it statically linked (since --with-imap-ssl, correct me if I'm wrong).How exactly should a working imap module look in phpinfo()? This is my configure:Configure Command'./configure' '--prefix=/usr/local/lsws/lsphp5' '--with-mysqli' '--with-mysql' '--with-zlib' '--with-gd' '--enable-shmop' '--enable-sockets' '--enable-sysvsem' '--enable-sysvshm' '--enable-mbstring' '--with-iconv' '--with-litespeed' '--with-pdo-mysql=mysqlnd' '--with-curl' '--with-jpeg-dir=/usr/local' '--with-mcrypt' '--enable-zip' '--with-openssl' '--with-imap-ssl' 'ac_cv_decimal_fp_supported=no'The curl module shows (possibly unrelated):Protocolsdict, file, ftp, ftps, gopher, http, https, imap, imaps, pop3, pop3s, rtsp, smtp, smtps, telnet, tftpAnd under "Module Authors" this is there:IMAPRex Logan, Mark Musone, Brian Wang, Kaj-Michael Lang, Antoni Pamies Olive, Rasmus Lerdorf, Andrew Skalski, Chuck Hagenbuch, Daniel R KalowskyShould there be any more information regarding the IMAP module? If not, and this is how it's supposed to show, why would osTicket not find it?This is:Server InformationosTicket Versionv1.9.5.1 (1faad22)Web Server SoftwareLiteSpeedMySQL Version5.1.70PHP Version5.6.5on FREEBSD 8-STABLE. Thanks in advance for any help.