de:server:services:php

This translation is older than the original page and might be outdated. See what has changed.

This is an old revision of the document!


PHP

PHP ist eine beliebte Allzweck-Skriptsprache, die sich besonders für die Webentwicklung eignet.

PHP ist schnell, flexibel und pragmatisch. Es treibt alles an, von deinem Blog bis zu den beliebtesten Webseiten der Welt.

pacman -S php php-fpm php-gd
cp /etc/php/php.ini /etc/php/php.ini.original
nano /etc/php/php.ini
date.timezone = YOURlocation
open_basedir = /srv/http/:/tmp/:/var/tmp/:/var/cache/:/usr/share/pear/:/usr/share/webapps/:/etc/webapps/
expose_php = Off
extension=pdo_mysql
extension=mysqli
extension=gd
extension=iconv
systemctl enable --now php-fpm.service
  • de/server/services/php.1662167560.txt.gz
  • Last modified: 2022/10/24 08:24
  • (external edit)