Installing PHP: Difference between revisions
From Leechfinger
Jump to navigationJump to search
Line 7: | Line 7: | ||
Modules needed for Images. | Modules needed for Images. | ||
<syntaxhighlight lang="bash" line> | <syntaxhighlight lang="bash" line> | ||
# apt install php-intl php-imagick php-gmp php-common php-apcu composer imagemagick | # apt install php-intl php-imagick php-gmp php-common php-apcu composer imagemagick libmagickcore-6.q16-6-extra libtool | ||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category:PHP]] | [[Category:PHP]] |
Latest revision as of 00:38, 18 May 2024
Installing PHP
Installing PHP and useful components.
# apt install -y php libapache2-mod-php php-cli php-fpm php-json php-pdo php-mysql php-zip php-gd php-mbstring php-curl php-xml php-pear php-bcmath
Modules needed for Images.
# apt install php-intl php-imagick php-gmp php-common php-apcu composer imagemagick libmagickcore-6.q16-6-extra libtool