-
I am getting an error with gmp_sign function on production website. I managed to solve it locally on laravel sail by installing the gmp extension. However, installing the extension on the production s…
-
### Bug report
Hi, I was testing the new Laravel 11 with Datadog APM & PHP 8.3 and it's breaking when returning a New Illuminate\Http\JsonResponse object. This only happens when I enable the APM.
…
-
Caddy allows the responses in reverse_proxy to be intercepted via [handle_response](https://caddyserver.com/docs/caddyfile/directives/reverse_proxy#handle_response) like so:
```
php_fastcgi unix//…
aleho updated
4 months ago
-
In the docs https://github.com/dunglas/symfony-docker/blob/main/docs/production.md there last section says that you can pass env variables adding the .env.prod.local env_file to compose.prod.yaml.
…
-
### What happened?
Hello, we tried to switch from a normal `laravel/fpm` configuration to a `frankenphp/octane` one.
the fist step was configuring our local environment to work and that was almost…
-
### Bug description
When updating to Statamic 5.6.0 or above, the new stacks feature is breaking our application by seemingly duplicating pushes to a stack.
### How to reproduce
I can't find a quic…
-
### Describe you feature request
**Is your feature request related to a problem? Please describe.**
There are some known issues with connecting to the database #290, #233, #438, and there may be o…
-
From manual page: https://php.net/intro-whatcando
> Writing desktop applications ... PHP-GTK
Last release of PHP-GTK is from 2015-01-15 with PHP 5.5
I think this is totally outdated and shoul…
kw-pr updated
3 months ago
-
I'm a complete beginner in frankenphp. I want to try it out. I'm using Docker Desktop on macOS Sonoma 14.4.1.
When using the oneliner `docker run -v $PWD:/app/public -p 443:443 dunglas/frankenphp`.…
-
Alternative PHP servers like RoadRunner don't unload PHP processes and process multiple requests per process allowing to get a significant performance increase. Unfortunately, Twig is not fully compat…