-
### What happened?
This **might** be a PHP issue, but I'd expect the following to work:
```php
fopen("php://fd/$fd", "rb"); // PHP Warning: fopen(php://fd/9): Failed to open stream: operation …
-
Hi, I was able to successfully log in and it redirects me to the dashboard however when I refresh the page, I will get back to my login page, then If I manually type /dashboard to the URL keeps me red…
-
The error is 'Cannot redeclare backgroundColor()'
I think you will need to extract the functions from the blade component, or can you try to declare as static functions.
This problem is present…
-
### What happened?
When using the FrankenPHP Docker image with a Drupal project installed, a crash happens when I'm trying to load a specific page (other pages seemed to work good till this crash).…
-
Hi everyone!
When I run my tests, I encounter an error during the creation of the test database. Here is the error message:
```bash
Could not create database `app_test` for connection named def…
-
As php takes the last ini value set, in frankenphp/conf.d
The order currently is:
app.dev.ini
app.ini
Expected would be:
app.ini
app.dev.ini
Should app.dev.ini be renamed so it is loa…
-
### Version of install-php-extensions
v.2.2.14
### Error description
When I check the php modules with `php -m` installed extensions are not even showing.
```
1dff27fb3a07:/var/www/html$ php …
-
### What happened?
Not able to install any php extensions in Gitab ci/cd pipeline, however it work locally on my Macbook.
### Build Type
Docker (Debian Bookworm)
### Worker Mode
No
### Operatin…
-
### What happened?
I use frankenphp with laravel octane , it works great and I got best performance with it , but I have a little issue , when I change php.ini configurations it looks like dose not r…
-
### What happened?
Possibly related to https://github.com/dunglas/frankenphp/issues/309.
## Steps to reproduce
1. Setup opcache following the sample above with jit enabled using `opcache.jit_…