FeministWiki:Server setup: Difference between revisions

Line 106: Line 106:
   
   
  apt-get install php${php_version}
  apt-get install php${php_version}
apt-get install php${php_version}-apcu
apt-get install php${php_version}-bcmath
apt-get install php${php_version}-cli
  apt-get install php${php_version}-ctype
  apt-get install php${php_version}-ctype
  apt-get install php${php_version}-curl
  apt-get install php${php_version}-curl
  apt-get install php${php_version}-gd
  apt-get install php${php_version}-gd
apt-get install php${php_version}-gmp
  apt-get install php${php_version}-iconv
  apt-get install php${php_version}-iconv
apt-get install php${php_version}-imagick
apt-get install php${php_version}-intl
  apt-get install php${php_version}-json
  apt-get install php${php_version}-json
  apt-get install php${php_version}-ldap
  apt-get install php${php_version}-ldap
  apt-get install php${php_version}-mbstring
  apt-get install php${php_version}-mbstring
  apt-get install php${php_version}-mysql
  apt-get install php${php_version}-mysql
apt-get install php${php_version}-opcache
apt-get install php${php_version}-readline
  apt-get install php${php_version}-xml
  apt-get install php${php_version}-xml
  apt-get install php${php_version}-zip
  apt-get install php${php_version}-zip