Jason Woods
Jason Woods
### Overview If you use this plugin then after deploying attempt to change logging settings in serverless.yml, then it will not update, because all methods have overridden settings from the...
Fixes #475 The EntityQueryType was getting cached in function scope for a `condition` call and because it wasn't handled by dynamic return it reused. So if you had `condition` before...
I've been hitting some issues for a month or so where randomly after switching a branch I would see several "Missing explicit access check on entity query" reported. However, they're...
**Package manager/ecosystem** Composer v2 **Manifest contents prior to update** ``` { "name": "drupal/recommended-project", "description": "Project template for Drupal 8 projects with a relocated document root", "type": "project", "license": "GPL-2.0-or-later", "homepage":...
The TCP streaming receiver in 2.10.0 aborts connections if they send too much data. This is normally part of the courier protocol where a client won't send more than X...
Builds in PPA started failing after updating to Jammy. Looks like that Jammy uses a newer GLIBC and the cross-compilation isn't compatible now with versions prior to Jammy. So the...
### Bug report ``` $test = createOrNotObject(); $error = ''; if (!$test) { $error = 'yes'; } if ($error) { exit; } $test->test(); ``` The above passes fine, but if...
**Description:** When deploying PHP 8.3 with FPM it seems to pickup OPENSSL_CONF from the fine but if that configuration requests legacy provider for OpenSSL 3 it will not work. It...
**Description:** When a lambda invoke error occurs, you get an error like follows in CloudWatch: ``` 7a3b55ac-f1df-417f-9414-230fda2acb1f Invoke Error { "errorType": "ErrorException", "errorMessage": "Warning: Trying to access array offset on...
When building PHP < 8.1 on macOS and you have openssl@3 installed via Homebrew, you can get an error about SSL padding because it tries to link to openssl@3 and...