Anton

Results 10 comments of Anton

Hello I spent some hours on this issue and found that the issue is about the [log_errors](https://www.php.net/manual/en/errorfunc.configuration.php#ini.error-log) ini variable. If log_errors is On you can't disable errors reporting with `ini_set(...

@roborourke I think we don't need to check if xdebug is active. My solution is simple check my PR https://github.com/wp-cli/wp-cli/pull/5501/files. Any feedback is welcome.

Yes is still an issue. Can we label it as a confirmed **bug**?

@schlessera nope I think this "feature" was added because [XDebug not support stderr](https://bugs.xdebug.org/view.php?id=665).

@schlessera Is something I missing to get a review?

Happy 2022! Can we start the new year with a merge and close the oldest open issue(2016) for the project? Great idea right?

@schlessera I created a new test PR #5609 I think it's no big deal to merge it because the Issue only affects users in an unconfigured CLI environment. If you...

@drzraf What types of Gutenberg block stores escaped urls? I don't think it's about WordPress Core Gutenberg blocks.

Yes wp-cli should respect WP_DEBUG_DISPLAY. Do we really need a Travis test case? How can we move on?

[Testing results](https://github.com/ahberg/wp-cli/actions/runs/1762037082) from my own github repo.