Re: [EMAIL PROTECTED] php extensions, help

2005-10-31 Thread Tom Cat
This is really a PHP question not an Apache question. Check out: http://us2.php.net/manual/en/ref.imap.php To get these functions to work, you have to compile PHP with --with-imap[=DIR], where DIR is the c-client install prefix. From our example above, you would use

[EMAIL PROTECTED] php extensions, help

2005-10-28 Thread Efren Bravo
Hi, I've installed Apache1.3x and PHP5.0.x on a freebsd5.4 box and I need to use the functions: imap_open(), imap_close(), etc. I know I've to install the imap extension, I've done on windows. How do I do it on freebsd? I mean, I haven't the imap extension (.so). Where can I find it?