You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove redundant Xdebug configurations from Dockerfile
This change simplifies Xdebug installation in the Dockerfile by:
- Keeping the Xdebug extension installation via PECL
- Removing inline configurations that are now managed through php.ini
- Eliminating risks of contradictory configurations between different files
This approach centralizes all configuration in the php.ini file,
improving maintainability and reducing potential sources of errors.
0 commit comments