frankenphp icon indicating copy to clipboard operation
frankenphp copied to clipboard

🧟 The modern PHP app server

Results 375 frankenphp issues
Sort by recently updated
recently updated
newest added

memcached is now also supported on linux and macos, but since we don't have memcache included, I didn't add it

### What happened? given a simple skeleton setup like this: ``` bin composer.json composer.lock config public -> test src symfony.lock test var vendor ``` (note the symlink from public to...

bug

### What happened? Hi, I'm using the latest docker image of frankenphp. I just tried to add a second virtual server at localhost:8080 that will uses the same document-root as...

bug

### What happened? 2025/05/23 02:11:15.188 INFO frankenphp FrankenPHP started 🐘 {"php_version": "8.4.6", "num_threads": 48, "max_threads": 48} But libphp.so was updated to 8.4.7. FrankenPHP reports the version it was compiled against,...

bug

### What happened? I'm using openapi-generator to generate code from a openapi spec. The resulting bundle will be placed into `generated/api-bundle`. According to the documentation, the composer.json should be edited...

bug

Prepare the move to the PHP organization.

### What happened? cURL error: 77: error setting certificate file /etc/pki/tls/certs/ca-bundle.crt only in version 1.7.0 ### Build Type Docker (Debian Bookworm) ### Worker Mode Yes ### Operating System GNU/Linux ###...

bug

### What happened? Cannot make http request via symfony http client > (Symfony\Component\HttpClient\Exception\TransportException(code: 0): Error setting certificate file: /etc/pki/tls/certs/ca-bundle.crt As per https://frankenphp.dev/docs/known-issues/#troubleshooting-tlsssl-issues-with-static-binaries, i tried setting these env vars on starting...

bug

1. Added example of setting timeouts to "Using Classic Mode" page. 2. Added example of enabling metrics to "Metrics" page. Congrats on joining PHP :tada: