|
43 | 43 | - Apache-2.4 (Include HTTP/2 module: [nghttp2](https://github.com/nghttp2/nghttp2), [mod_http2](https://httpd.apache.org/docs/2.4/mod/mod_http2.html))
|
44 | 44 | - Apache Additional Modules: [mod_wsgi](https://github.com/GrahamDumpleton/mod_wsgi), [mod_security](https://github.com/SpiderLabs/ModSecurity), [mod_jk](https://tomcat.apache.org/download-connectors.cgi)
|
45 | 45 | - MySQL-5.7, MySQL-8.0, MariaDB-10.3, MariaDB-10.4, MariaDB-10.5, MariaDB-10.6, MariaDB-10.11
|
46 |
| -- PHP-7.4, PHP-8.0, PHP-8.1 |
| 46 | +- PHP-7.4, PHP-8.0, PHP-8.1, PHP-8.2 |
47 | 47 | - PHP Additional extensions: [Zend OPcache](https://www.php.net/manual/en/book.opcache.php), [ionCube Loader](https://www.ioncube.com/loaders.php), [PDFlib](https://www.pdflib.com/), [APCu](https://pecl.php.net/package/APCu), [imagick](https://pecl.php.net/package/imagick), [libsodium](https://github.com/jedisct1/libsodium-php), [memcached](https://github.com/php-memcached-dev/php-memcached), [redis](https://github.com/phpredis/phpredis), [mongodb](https://pecl.php.net/package/mongodb), [swoole](https://github.com/swoole/swoole-src), [yaf](https://github.com/laruence/yaf), [yar](https://github.com/laruence/yar), [msgpack](https://pecl.php.net/package/msgpack), [psr](https://github.com/jbboehr/php-psr), [phalcon](https://github.com/phalcon/cphalcon), [grpc](https://github.com/grpc/grpc), [xdebug](https://github.com/xdebug/xdebug)
|
48 | 48 | - Other Software: [OpenSSL](https://github.com/openssl/openssl), [ImageMagick](https://github.com/ImageMagick/ImageMagick), [Memcached](https://github.com/memcached/memcached), [phpMyAdmin](https://github.com/phpmyadmin/phpmyadmin), [Adminer](https://github.com/vrana/adminer), [Redis](https://github.com/redis/redis), [re2c](https://github.com/skvadrik/re2c), [KodExplorer](https://github.com/kalcaddle/KodExplorer)
|
49 | 49 |
|
|
67 | 67 |
|
68 | 68 | | PHP & Additional extensions | Version |
|
69 | 69 | |-------------------------------|-----------------------------------------------------------|
|
70 |
| -| PHP | 7.4.33, 8.0.29, 8.1.20 | |
71 |
| -| ionCube Loader | 12.0.2 | |
| 70 | +| PHP | 7.4.33, 8.0.29, 8.1.20, 8.2.7 | |
| 71 | +| ionCube Loader | 12.0.5 | |
72 | 72 | | PDFlib | 10.0.0 |
|
73 | 73 | | APCu extension | 5.1.21 |
|
74 | 74 | | gRPC extension | 1.45.0 |
|
|
102 | 102 |
|
103 | 103 | ## Installation
|
104 | 104 |
|
105 |
| -- If your server system: Amazon Linux 2/CentOS/Rocky Linux |
| 105 | +- If your server system: Amazon Linux 2/CentOS/Rocky Linux/AlmaLinux |
106 | 106 | ```bash
|
107 | 107 | yum -y install wget git
|
108 | 108 | git clone https://github.com/teddysun/lamp.git
|
|
0 commit comments