Martin Pihl Jensen <[EMAIL PROTECTED]> said: 

> Armand A. Verstappen wrote:
> >
> > > Is the binary Midgard-PHP RPM build with support for IMAP, and
> > > how would I have checked this myself?
> >
> > I don't know, but you can check it by creating a page with this content:
> >
> > <?php phpinfo(); ?>
> >
> > ,and calling that from your browser. It will show you a lot, and also the
> > compile options that where used for your php module.
> >
> I have already tried the phpinfo-thing
> (http://skydebanen.net/~martin/phpinfo.php), but I am not able to find
> anything about compile options. Could you please tell me which variable I
> should look for.
> 
The configure options list only works with midgard1.4 

simple test - just do a 
if (function_exists(imap_somefunction)) {
 print   "we have imap";
} else {
  print "looks like we need to use the source luke :)";
}
  


> /Martin
> ____________________________________
> Martin Pihl Jensen - skydebanen.net
> E-post: [EMAIL PROTECTED]
> Web: http://www.skydebanen.net
> 
> 
> --
> This is The Midgard Project's mailing list. For more information,
> please visit the project's web site at http://www.midgard-project.org
> 
> To unsubscribe the list, send an empty email message to address
> [EMAIL PROTECTED]
> 
> 
> 



-- 
Technical Director
Linux Center (HK) Ltd.
www.hklc.com



--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org

To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]

Reply via email to