Bob Weinand

Results 46 issues of Bob Weinand

Letsencrypt seems to reorder domain names alphabetically - acme currently puts the well_known file into the wrong path.

Starting with dd-trace-php version 0.75.0, PHP 5.x will be supported in maintenance mode, which means Datadog will continue to provide full implementation of existing features including support for bug &...

cat:devtools

`shutdownTLS` and `setupTLS` indicate that a sockets TLS can be setup or shutdown. However, an encrypted socket may want to expose that information without offering to change the TLS state...

### What does this PR do? Extending the amount of cases where double quoted strings are treated as real to be filtered strings to not only include `=` (see ba8253ee1b0272ca56fe1985f67e45abd803ed05),...

changelog/no-changelog
team/agent-apm
7.37.0-drop
7.38.0-drop
7.39.0-drop
7.41.0-drop
7.42.0-drop
7.44.0-drop
7.45.0-drop
7.46.0-drop
7.47.0-drop
7.48.0-drop
7.49.0-drop
7.50.0-drop
7.51.0-drop
7.52.0-drop

I'd like to be able to grab the trailing args: ``` php foo.php -d val foo bar php foo.php -d val -- foo bar ``` Then I want to get...

enhancement

Let me start with my current working setup: ``` # Setup a veth pair into a network namespace ip netns add $NS ip netns exec $NS ip link set lo...

``` Nov 08 19:38:23 php8.1[534963]: PHP Fatal error: Uncaught Amp\ByteStream\ClosedException: The stream is not writable in /vendor/amphp/byte-stream/lib/ResourceOutputStream.php:218 Nov 08 19:38:23 php8.1[534963]: Stack trace: Nov 08 19:38:23 php8.1[534963]: #0 /vendor/amphp/byte-stream/lib/ResourceOutputStream.php(164): Amp\ByteStream\ResourceOutputStream->send('\x81~'!{"memory":[6805852160,6805...',...

Given two modules with each a ModuleInitializer defined, one assembly will win, the other ModuleInitializer will be ignored. The static constructor of the root `` class should never be ignored,...

### Description Stacked on top of the #1746 span stacks PR. Quite lightweight, but adding crash safety on bailout on PHP 8.1. ### Readiness checklist - [ ] (only for...