doc-en icon indicating copy to clipboard operation
doc-en copied to clipboard

Document how to debug connection issues

Open RoSk0 opened this issue 1 year ago • 2 comments

I've spent enormous amount of time trying to debug my connection issue. The main reason was lack of proper documentation on php.net which I'm trying to resolve here.

There is a TODO in the proposed change - the reason for it is that I'm not sure where that magical value 7 is coming from and what level it relates to. I've scanned the php-src code base, but found nothing useful. That TODO comment represents my findings.

RoSk0 avatar Apr 16 '24 21:04 RoSk0

@mcmic could you review this when you have time?

Girgias avatar Apr 17 '24 12:04 Girgias

Debug output goes to the STDOUT/STDERR. Not sure which as I was testing in the container environment- when script was called from CLI, the output was visible straight away, when called via output was on on php-fpm container log.

RoSk0 avatar Apr 27 '24 21:04 RoSk0