This commit is contained in:
Grzegorz Surmann 2024-07-17 22:21:11 +00:00
parent 647edcda6a
commit 0314c78df0

View File

@ -2,11 +2,17 @@
**Prerequisites to install** **Prerequisites to install**
This daemon needs PHP, tested with 5.6, 7.4 and 8.2. This daemon needs PHP, tested with 5.6, 7.4 and 8.2. On Ubuntu/Debian it is installed by:
```
apt-get -y install php-cli
```
It may work with others or may not ;) It may work with other version or it may not ;)
It needs php-cli residing in /usr/bin/php. It needs php-cli residing in /usr/bin/php. You can check it by running:
```
/usr/bin/php -v
```
Also needs the "pcntl" PHP extension and on Linux the "iproute2" package. Also needs the "pcntl" PHP extension and on Linux the "iproute2" package.