DietPi-Software | Allow installing webservers without PHP #5043
Replies: 1 comment
-
That is an old discussion indeed. I personally would split webserver, PHP and database into dedicated selectable software options and even remove the webserver stacks like Probably I can remove the dependency for PHP from the webservers at least, I'll have a look with one of the future releases, but no ETA as there are other much more urgent tasks. About PHP versions, if you mean to add Ondrej's repo: We will never ever again offer to install a different PHP version than what is natively shipped with the underlying Debian version. We did that one time to get PHP7.3 up on Stretch, and this caused a whole lot of additional support effort, and does until now, as many users do not know the impact of a 3rd party repository, that they pull in additional PHP instances when installing the meta packages like But what I plan to do is autodetecting an installed PHP version and keep using that one instead of installing an additional one. So one can manually add Ondrej's repo, knowing and living with the consequences, and |
Beta Was this translation helpful? Give feedback.
-
I was wondering that nginx from the Software Catalog comes with PHP 7.4. I would have expected to get only nginx when I select nginx to install.
Wouldn't it be better to split nginx and PHP into two software products? This would have the advantage that only what you need is installed and in addition you could offer more granular PHP-Version 7.4 or PHP 8.
So at the end three separate products:
Beta Was this translation helpful? Give feedback.
All reactions