Skip to content

php_fpm: add new ini file configs, fix and support php8.1

Jean-Yves requested to merge Fix_php_7_fpm into master

Support new variables in php ini :

  • php_max_execution_time
  • php_upload_max_filesize
  • php_post_max_size

Add support for php 8.1 package installation

Fix bug on opcache_interned_strings_buffer invalid regex

Fix ansible lint warnings (https://ansible-lint.readthedocs.io/)

Split tasks in more files

Merge request reports