xwp / stream

🗄️ Stream plugin for WordPress
https://wordpress.org/plugins/stream/
GNU General Public License v2.0
410 stars 116 forks source link

Do not start Xdebug automatically, use sessionkey instead #1510

Closed delawski closed 2 months ago

delawski commented 2 months ago

This change prevents console errors when running PHPUnit tests as described in https://github.com/xwp/stream/pull/1508#discussion_r1682716907

Xdebug will no longer be automatically enabled whenever a request comes in. Instead, a request should contain a sessionkey added by a browser extension like Xdebug helper.

Checklist

delawski commented 2 months ago

This is superseded by #1511.