Installing PHP

From Leechfinger
Revision as of 21:52, 17 May 2024 by Qais (talk | contribs) (Created page with "== Installing PHP == Installing PHP and useful components. <syntaxhighlight lang="bash" line> # 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 </syntaxhighlight> Category:PHP")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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