Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
en:documentation:admin_installation:apache_install_archlinux [2017/10/31 10:32] 127.0.0.1 external edit |
en:documentation:admin_installation:apache_install_archlinux [2018/04/01 20:32] (current) Chester Wisniewski Updated to latest PHP spec and added missing gettext extension, image magick is uncommented by default |
||
---|---|---|---|
Line 4: | Line 4: | ||
<code> | <code> | ||
# Edit /etc/php/php.ini and uncomment these lines | # Edit /etc/php/php.ini and uncomment these lines | ||
- | extension=iconv.so | + | extension=gettext |
- | extension=imap.so | + | extension=iconv |
- | extension=ldap.so | + | extension=imap |
- | extension=gd.so | + | extension=ldap |
- | # Edit /etc/php/conf.d/imagick.ini and uncomment the next line | + | extension=gd |
- | extension=imagick.so | + | |
</code> | </code> | ||