downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

Konfiguracja wykonawcza> <Wymagania
Last updated: Fri, 20 Nov 2009

view this page in

Instalacja

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 --with-imap=/usr/local/imap-2000b. This location depends on where you created this directory according to the description above. Windows users may include the php_imap.dll DLL in php.ini.

IMAP is not supported on systems earlier than Windows 2000. This is because it uses encryption functions in order to enable SSL connections to the mail servers.

Informacja: Depending on how the c-client was configured, you might also need to add --with-imap-ssl=/path/to/openssl/ and/or --with-kerberos=/path/to/kerberos to the PHP configure line.

Ostrzeżenie

Rozszerzenia IMAP, recode, YAZ i Cyrus nie mogą być używane razem. Dzieje się tak z powodu współdzielenia tych samych oznaczeń wewnętrznych.



add a note add a note User Contributed Notes
Instalacja
jimbomorrison+php at gmail dot com
08-Jun-2009 09:23
If you're having problems compiling on Linux like this:

checking whether build with IMAP works... no
configure: error: build test failed. Please check the config.log for details.

... then try adding: "--with-openssl" to your switches.

Not quite sure why but here's where I found the idea:
http://bugs.php.net/bug.php?id=29783

HTH,
J

Konfiguracja wykonawcza> <Wymagania
Last updated: Fri, 20 Nov 2009
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites