Releases: weirdan/run-without-xdebug
Releases · weirdan/run-without-xdebug
2.1.0
What's Changed
- Update phpunit/phpunit requirement from ^7.0 || ^8.0 || ^9.0 to ^7.0 || ^8.0 || ^9.0 || ^11.0 by @dependabot in #19
New Contributors
- @dependabot made their first contribution in #19
Full Changelog: 2.0.0...2.1.0
2.0.0
Fixed wrapper to work on Mac OS
Fixed
- #13 - the wrapper didn't work on Mac OS due to differences between GNU and BSD
readlink
Allow PHP 8 and XdebugHandler 2.0
1.5.0 Update README
Avoid reexecution in grandchild processes
Previously RWX auto_prepend file was referenced in the temporary php.ini that xdebug-handler generated. This caused RWX to be needlessly executed for all PHP processes spawned by the restarted process (e.g paratest). Now auto_prepend_file is removed from the generated ini, avoiding this re-executions.
Quote arguments properly
Update to XdebugHander 1.3
Merge pull request #7 from weirdan/XH-1.3 Update to XdebugHandler 1.3
Dropped monolog requirement
Merge pull request #5 from weirdan/drop-monolog Drop monolog requirement
Disable xdebug for the whole process tree
This also fixes the issue where phpunit-spawned test processes (aka process-isolated tests) did not get xdebug disabled
Use composer/xdebug-handler:1.1
This removes blacklist and allows using latest stable composer/xdebug-handler