-
```
The object $img doesn't exist inside scope of
HTMLDiffer::endElement()@line:138, resulting in an PHP-E_STRICT-error (Creating
default object from empty value) if you pass an empty HTML-tag.
I th…
-
### What happened?
### Description
After upgrading a Craft 4 website to Craft 5 and running the `php craft db/convert-charset` command as described in the [Upgrading from Craft 4](https://craftcms.co…
-
Created based on discussion: https://github.com/PHPCSStandards/PHP_CodeSniffer/discussions/680
## Describe the bug
After adjusting (1) the Sniff according to https://github.com/PHPCSStandards/PH…
-
### 1. Why is this change necessary?
- Using the message queue with a transport such as SQS is problematic for large email messages because a transport such as SQS only supports messages up to 256 KB…
-
Hi, i have a fresh install of the pos plugin however after adding a product i am not able to process checkout
```
[previous exception] [object] (PDOException(code: 23000): SQLSTATE[23000]…
-
Currently the `Signer\OpenSSL` pulls the `Key` content way before its actual usage, and this is a problem because we need to carry around the `#[SensitiveParameter]` attribute, potentially forgetting …
-
### Description
Essentially https://github.com/php/php-src/issues/16793 also exists with PHP native classes as pointed out in https://github.com/php/php-src/issues/16793#issuecomment-2476296549
Th…
-
PS C:\wamp\www\neo4j> php artisan neo4j:make:migration User
ReflectionException
Method Vinelab\NeoEloquent\Console\Migrations\MigrateMakeCommand::__invoke() does not exist
at vendor\l…
-
I can see a configuration in `config/set/laravel.php` and a reference to it in `src/ValueObject/Set/SetList.php`, but trying to use the following in my `ecs.php` file:
```
(...)
->withPrepare…
-
### Description
`_GNU_SOURCE` enabled `sys/mman.h` is needed for `memfd_create` and `MFD_CLOEXEC`, yet the needed pre-processor instructions at the top of `zend_shared_alloc.c` are useless since they…