Install imap in windows

I am trying to write a script in php that requires imap functions. I found the features here . How to download and install it on Windows?

+6
source share
3 answers

I found here the functions

No - the link provided by you is the documentation for the functions.

I assume that you are on the Microsoft Windows platform since you marked your question with β€œwindows”, although this is not related to graphical interfaces or data window algorithms (in the future it may be a good idea to be more explicit, especially when it comes to installing software provision).

imap MSWindows PHP. php.ini

Run

 <?php phpinfo(); ?>

, INI . php.ini , :

;extension=php_imap.dll

( ):

extension=php_imap.dll

, php - fastcgi, , .

+13

php.ini, .

; = php_imap.dll

= php_imap.dll

+3

- XAMPP Windows, ; extension = php_imap php.ini. , suitecrm.

0

All Articles