-
Notifications
You must be signed in to change notification settings - Fork 102
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
Missing php.ini: Loaded Configuration File (none) #145
Comments
We were following the approach of the base image (official docker php) by using default vanilla values and customizing them via fpm config and Just in case, I'm attaching a diff between the old (vanilla defaults) and production ini changes:
|
Hi,
My application works well, but when I tried to set up XDebug I faced the issue, that PHP is missing
php.ini
.There are
php.ini-development
andphp.ini-production
in/usr/local/etc/php/
, but the are not used.What should I do to make
php.ini
loaded and set up XDebug?The text was updated successfully, but these errors were encountered: