-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Remove php.ini sample #18850
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove php.ini sample #18850
Conversation
Hi @wiardvanrij. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
@wiardvanrij memory limit is already covered in Magento dev docs as well, why do we need this file at all then? |
@orlangur Oh I agree, it would be better to remove it :) - updated |
Hi @orlangur, thank you for the review. |
Hi @wiardvanrij. Thank you for your contribution. |
I think it is not very good to entirely remove this file. Is it possible to provide a updated version, as there are only bits of information flying around about this topic? |
@ncioj10 https://devdocs.magento.com/guides/v2.3/install-gde/prereq/php-settings.html should contain all the needed settings. If it's not true, it should be fixed instead of adding some file here. |
Description (*)
The current php.ini.sample is really outdated and is not really "mature". It is simple to provide users with the basics, which is only things about memory_limit at the moment. For the rest users should refer to the Magento2 version requirements.
Contribution checklist (*)