We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Ubuntu 22.04.4 LTS
--- ip: "192.168.56.56" memory: 2048 cpus: 2 provider: virtualbox authorize: ~/.ssh/id_rsa.pub keys: - ~/.ssh/id_rsa folders: - map: ~/xdebug-test to: /home/vagrant/xdebug-test sites: - map: xdebug-test.test to: /home/vagrant/xdebug-test/public php: "5.6" databases: - homestead features: - mariadb: false - postgresql: false - ohmyzsh: false - webdriver: false services: - enabled: - "mysql"
https://gist.github.com/ChrisTaylorDeveloper/46f178d0af7349d481c2a53ca8c8a4d3
xdebug for php5.6 should be enabled.
xdebug for php5.6 is not enabled. If I run ls /etc/php/5.6/fpm/conf.d/ the xdebug.ini is not in the list of enabled modules.
ls /etc/php/5.6/fpm/conf.d/
vagrant up
The text was updated successfully, but these errors were encountered:
Because the configuration changes over time, I believe the only out-of-the-box valid Xdebug configuration will be for the current version of PHP.
Sorry, something went wrong.
No branches or pull requests
Versions
Host operating system
Ubuntu 22.04.4 LTS
Homestead.yaml
Vagrant destroy & up output
https://gist.github.com/ChrisTaylorDeveloper/46f178d0af7349d481c2a53ca8c8a4d3
Expected behavior
xdebug for php5.6 should be enabled.
Actual behavior
xdebug for php5.6 is not enabled. If I run
ls /etc/php/5.6/fpm/conf.d/
the xdebug.ini is not in the list of enabled modules.Steps to reproduce
vagrant up
using my Homestead.ymlls /etc/php/5.6/fpm/conf.d/
The text was updated successfully, but these errors were encountered: