2025-11-27 09:45:43 +01:00
|
|
|
# Prestashop
|
|
|
|
|
|
|
|
|
|
```shell
|
|
|
|
|
apt install --no-install-recommends php-xxx
|
|
|
|
|
phpenmod xxx
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
- curl
|
|
|
|
|
- gd
|
|
|
|
|
- intl
|
|
|
|
|
- mbstring
|
|
|
|
|
- xml
|
|
|
|
|
- zip
|
|
|
|
|
|
|
|
|
|
### Memcached
|
|
|
|
|
|
|
|
|
|
```shell
|
|
|
|
|
apt install --no-install-recommends memcached
|
|
|
|
|
apt install --no-install-recommends libmemcached-tools
|
|
|
|
|
apt install php-memcache
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
apt install --no-install-recommends php-bcmath
|
|
|
|
|
```
|