Installing
-
2. Installing LAMP
To Install Apache, MySQL & PHP 8.x on Mageia
Simply play:su -c "dnf install mysql apache php php-cli"
Next to Install PHP Modules.
su -c "dnf install php-pear php-mysqlnd php-gd php-mbstring php-mcrypt php-xml"
To Search for More stuff use:
dnf search php | grep module
Contents