Bob Weinand
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 &...
`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),...
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...
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...