PHP Module
Revision as of 15:39, 29 November 2014 by Nicolas Rollin (talk | contribs) (Created page with " * in Ubuntu for install imap use <pre>sudo apt-get install php-imap</pre> '''and imap by default not enabled by php so use this command to enable imap extention''' <pre>su...")
- in Ubuntu for install imap use
sudo apt-get install php-imap
and imap by default not enabled by php so use this command to enable imap extention
sudo php5enmod imap
- then restart your apache
sudo service apache2 restart