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 difference)

Revision as of 15:39, 29 November 2014

  • 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