Bob Weinand

Results 326 comments of Bob Weinand

@cayolblake What have you tested that on? I've tried with your hiredis reproducer, and it only gave me the very last line.

Basically I would probably need debug information around https://github.com/ircmaxell/php-object-symbolresolver/blob/master/lib/ELF/ObjectFile.php#L78 Does it find all the `self::getSharedSearchPaths()`? (see "shared library search path" section of your `/usr/lib64/ld-linux-x86-64.so.2 --help` output (or where your dynamic...

There is a bit hardcoding into the linker itself - /lib and /usr/lib are hardcoded on Ubuntu - for everything else I'm looking at `/etc/ld.so.conf`, but possibly this is differently...

@cayolblake But anyway, added it for now just as is: https://github.com/ircmaxell/php-object-symbolresolver/commit/778bf45448f901a97c9875eb912104a311283aea

I think that makes sense, added: https://github.com/ircmaxell/php-object-symbolresolver/commit/dfe1b1aa6c15b198bdef50fff8485e98e89f2a09. I guess we can close this issue now, then?

Hey @bruecktech, This has nothing to do with `DD_DOGSTATSD_URL` itself, but only the fact that it happens to be the first env variable which is re-read on every request. I.e....

Hey @christoph-kluge, we have recently fixed a segmentation fault (#1727) which possibly is related. Could you please verify whether the crash persists with 0.79.0? Thanks!

PHP 8.1.3 had a critical bugfix related to observing attributes. (https://github.com/php/php-src/commit/2f6a06ccb0ef78e6122bb9e67f9b8b1ad07776e1) That's the only thing which stands out to me, and it's not really fixable, except by using a version...

The problem is that most code on PHP 8.1.0-8.1.2 is fine, unless it's very new code (using attributes). Adding a check might break other clients setup, where it currently runs...

Here you are: http://git.php.net/?p=php-src.git;a=commitdiff;h=5aae01104f88f98f42fd997d360757651f7cc919 [It will be released with 7.0.13, i.e. in about 4 weeks.] in your case this will be called like `phpdbg -qrrs=` and then you fwrite() the...