Bob Weinand

Results 325 comments of Bob Weinand

I.e. what PHP does is taking the binary string and converting it to int, if the number fits into int, otherwise into string. This is not really trivial, like a...

Actually we can probably combine str_pad with unpack().

@trowski I'd say converting to int is the right thing to do, given that this is what php-src also does. But yes, it's unfortunate that it's a BC break.

Closing this as a duplicate of #2832.

Hey @matthewnessworthy, With dd-trace-php 1.8.0 on lambdas we start writing to /tmp/libdatadog instead of /dev/shm, which was failing. Now my question would be: do you see many / large files...

You don't actually need `$k`, the main thing you need is replacing yield from by foreach. (which will then just use the auto-incrementing default).

This PR is ready for review. It's working against the bob/live-debugger branch in dd-trace-php (which is to be merged tomorrow). I'd like to highlight in particular the changes to `utils/proxy/core.py`...

It's unbuffered by default. There's nothing you need to explicitly do to not buffer.

Hey @Veraxus, we have a `DD_TRACE_WORDPRESS_ADDITIONAL_ACTIONS` env / `datadog.trace.wordpress_additional_options` ini config option, which allows you to trace additional actions. It is not possible to have a wildcard there though, currently....