-
### Environment
- sentry-symfony v4.3.0
- [roadrunner](https://github.com/php-runtime/roadrunner-symfony-nyholm)
- symfony 6
- monolog
```yaml
monolog:
handlers:
sentry:
…
-
### Bug description
```
PHP Fatal error: Invalid opcode 137/1/0. in phar:///usr/local/bin/composer/vendor/composer/class-map-generator/src/PhpFileCleaner.php on line 168
```
and
```
PHP Fatal …
-
- Sail Version: 1.16.2
- Laravel Version: 9.40.1
- PHP Version: 8.1.12
- Host operating system: Windows / Linux / macOS Linux Arch 6.0.9 kernel
### Description:
First of all, sorry if this i…
-
### Bug description
Hi,
When calling
```
GlobalTracer::get()->flush();
```
in our Laravel commands, the application fails with
```
Segmentation fault (core dumped)
```
This is how …
-
- Octane Version: 0.1.0
- Laravel Version: 8.36.1
- PHP Version: 8.0.3
- Database Driver & Version:
### Description:
Most of PHP's output usages like `echo`, `var_dump` output its content to …
-
> ℹ️ Note that this is not about configuration file names. It is about [config groups](https://github.com/yiisoft/config/blob/master/README.md#config-groups).
## Problem
- Names do not show what…
-
I've been playing with Buggregator recently via Docker, but keep hitting this error:
`[2022-03-10 14:24:02] production.ERROR: SQLSTATE[HY000]: General error: 5 database is locked {"exception":"[obj…
-
Currently, in worker mode, FrankenPHP automatically catches exceptions: https://github.com/dunglas/frankenphp/blob/main/frankenphp.c#L187-L196
Exceptions would be better handled in userland. This w…
-
First of all thanks a lot for this great package. Together with roadrunner it has given us insane possibilities to improve performance! :)
Mainly we are getting this performance boost by loading lo…
-
Symphony and Laravel UploadedFile class consider all uploded as invalid due to the is_uploaded_file check.
vendor/symfony/http-foundation/File/UploadedFile.php
public function isValid()
…