PHP Module: Difference between revisions

From Objectif Client Inc
Jump to navigation Jump to search
(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...")
 
No edit summary
 
Line 1: Line 1:
 
== Php Imap ==
* in Ubuntu for install imap use
* in Ubuntu for install imap use



Latest revision as of 15:39, 29 November 2014

Php Imap

  • 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