-
# User agent(s)
```
Mozilla/5.0 (Linux; Android 9.0; SM-T865) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Mobile Safari/537.36
```
# Browscap version tested on
6001005
…
-
### What happened?
Here two Dockerfiles:
```dockerfile
FROM dunglas/frankenphp:1.2.1-php8.3.8-bookworm AS tmp
# Copy PHP extension install script
COPY --link --from=mlocati/php-extension-inst…
-
### What happened?
We have some simple class which collects some data during the request lifecycle in our symfony app. In the `KernelEvents::TERMINATE` we analyze this data and generating some jobs i…
-
A few minutes ago ./gradlew dependencyUpdates showed that 6.1.9 is available.
Upgraded to that from 6.1.8, and startup failed like this:
```
2024-06-14 07:13:50,853 DEBUG [main] DefaultListable…
-
### What happened?
We are using Dockerfile with `dunglas/frankenphp:1.2.1-php8.3.9-bookworm` without workers.
It works fine; however, when I run 4 E2E workers against the container, it gets kill…
-
I have configured `display_errors = Off` in php.ini but flight still output details of 500 Internal Server Error
Directive | Local Value | Master Value
-- | -- | --
allow_url_fopen | On | O…
-
### What steps will reproduce the problem?
```php
$number = 1;
$error = null;
$numberValidator = new \yii\validators\NumberValidator();
$numberValidator->min = 2;
$result = $numberValidato…
-
Hello,
I'm trying to create new LifterLMS pages in: LifterLMS->Settings->Courses.
I created a page with the shortcode: [lifterlms_courses].
The page is displayed fine, but when I try to define it a…
-
### Description
I'm trying build the latest tagged release of PHP. I'm following along your prompts and so I run `make test` like your prompts suggested.
To my dismay it looks like there are eigh…
-
Hello
I'm getting a SIGSEGV only while debugging using xdebug + proxy-manager-lts.
I'm not getting it if i replace proxy-manager-lts with proxy-manager, but i'm not sure whether proxy-manager-lts …