Skip to content

Releases: weirdan/run-without-xdebug

2.1.0

22 Sep 08:09
a2f9510
Compare
Choose a tag to compare

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

Full Changelog: 2.0.0...2.1.0

2.0.0

30 May 21:10
bb9f798
Compare
Choose a tag to compare

What's Changed

  • Allow xdebug-handler 3.0 and drop support for old PHP versions by @weirdan in #18

Full Changelog: 1.6.0...2.0.0

Fixed wrapper to work on Mac OS

10 Apr 22:57
c618925
Compare
Choose a tag to compare

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

09 Apr 23:54
ce0c3a5
Compare
Choose a tag to compare
1.5.0

Update README

Avoid reexecution in grandchild processes

25 Aug 01:04
9bd7ce2
Compare
Choose a tag to compare

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

30 Apr 21:52
9f98749
Compare
Choose a tag to compare

Fixed

  • (#10) RWX wasn't quoting arguments properly, and failed to pass arguments with spaces to the wrapped script (thanks @morozov)

Update to XdebugHander 1.3

31 Aug 20:31
a22ffeb
Compare
Choose a tag to compare
Merge pull request #7 from weirdan/XH-1.3

Update to XdebugHandler 1.3

Dropped monolog requirement

16 Aug 17:51
ea3b27f
Compare
Choose a tag to compare
Merge pull request #5 from weirdan/drop-monolog

Drop monolog requirement

Disable xdebug for the whole process tree

16 Aug 16:29
b8887dc
Compare
Choose a tag to compare

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

26 Jun 14:08
006dabb
Compare
Choose a tag to compare

This removes blacklist and allows using latest stable composer/xdebug-handler