Enable the imap in support in xampp server


As default, the IMAP support for PHP is deactivated in XAMPP due to some mysterious initialization errors with some home versions like Windows 98. If you work with NT systems, you can open the file "\xampp\php\php.ini" to activate the php exstension by removing the beginning semicolon at the line ";extension=php_imap.dll". It should be:


extension=php_imap.dll

Now restart Apache and IMAP should work. You can use the same steps for every extension, which is not enabled in the default configuration.

Comments

  1. As at 2020/3/11 the extension=php_imap.dll does not exist in the php.ini file.
    I am a newbie so I just mention as an observation.

    ReplyDelete
    Replies
    1. You only have to add that line in the extensions of the php.ini file

      Delete
  2. In version 7.0 its change to.
    ;extension=imap;
    only remove the first semicolon 😉👍👍👍👍

    ReplyDelete

Post a Comment

Popular posts from this blog