Derick Rethans
Derick Rethans
It doesn't really matter what you set as IDEKEY. Xdebug only cares about it when you have to use a dbgp Proxy, and almost nobody does.
I am closing this in favour of https://github.com/derickr/xdebug/tree/issue1732-flamegraph — which is rebased, and I'm in the process in making this compile with the latest Xdebug code base again. Thanks for...
Are you still interested in getting this PR finished up? It's so close now.
It can't.
At least one is, I can't guarantee the others, so I would be reluctant to just remove them. ``` $ grep -r fetch-ch rsync.php.net/cronjobs.docbuilder:10 9 * * 5 php /home/docbuilder/phpdoc-all/doc-base/scripts/fetch-chms.php...
> I agree that we should maintain a changelog for the supported timezones. @derickr, would that be suitable (since that page is auto-generated)? Not really. The IANA timezone database never...
No, the distributions deliberately patch this against our specific request. If they insist on not following recommendations and (IMO) break this, then that is their problem. Our documentation is correct...
| Symfony toolbar could manage it instead through a new UI element with similar functionality to the browser extensions? Please don't do that. That makes the support on my side...
No, `XDEBUG_STOP_SESSION_NO_EXEC` will halt execution of the script. This is something I am likely to remove. I'll investigate the `XDEBUG_STOP_SESSION` option in a bit. My todo list after the holidays...
I have had a look now, and all that `XDEBUG_SESSION_STOP` does is to unset the `XDEBUG_SESSION` cookie. It does not prevent the debugger from activating. I see two options: -...