3
0
mirror of https://github.com/rvalitov/zabbix-php-fpm.git synced 2023-11-05 03:30:27 +01:00

[add] details about pm ondemand issue

This commit is contained in:
Ramil Valitov 2019-12-19 14:29:04 +03:00
parent 718ae76828
commit 5797127be2
No known key found for this signature in database
GPG Key ID: 645768E8FD0E18C7

View File

@ -11,7 +11,7 @@
- Supported types of PHP [process manager](https://www.php.net/manual/en/install.fpm.configuration.php#pm):
- [x] dynamic
- [x] static
- [ ] ondemand - not supported yet, because of its working logic, see issue #11
- [ ] ondemand - has some problems, because of its working logic, see issue [#11](https://github.com/rvalitov/zabbix-php-fpm/issues/11)
- Supports multiple PHP versions, i.e. you can use PHP 7.2 and PHP 7.3 on the same server and we will detect them all
- Easy configuration
- Supports [ISPConfig](https://www.ispconfig.org/)