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

### What happened? When SSL is enabled, `file_get_contents()` function for `https://` urls are failing on Fedora linux. I know that there can be issues dues to ca-certificates. I checked those...

bug

May fix #702 Proposing this draft for review to validate the approach mentioned in the issue's comment: https://github.com/php/frankenphp/issues/702#issuecomment-2031771260 ``` alex@alex-macos frankenphp % ./frankenphp php-cli -v 8.3.21-dev alex@alex-macos frankenphp % ./frankenphp...

I had this branch lying around for quite a while waiting for #1894 to be merged. This PR makes type conversions up to 4x faster by minimizing Cgo overhead. |...

The DX is currently not optimal as we need to touch and edit the original source file. It is still in WIP, but this PR aims to improve a lot...

### Describe you feature request If something like https://github.com/true-async/php-async gets merged into [php-src](https://wiki.php.net/rfc/true_async_engine_api) what would be the necessary steps to create an 'async' worker? In other words: a worker where...

enhancement

As per discussion here https://github.com/php/frankenphp/discussions/2060#discussioncomment-15299936 I went ahead with different repos for different php versions. Versioned support with stuff like `apt install frankenphp8.5` or `apk add frankenphp85` are technically also...

• Translate file README.md • Translate file CONTRIBUTING.md • Translate file docs/classic.md • Translate file docs/compile.md • Translate file docs/config.md • Translate file docs/docker.md • Translate file docs/early-hints.md • Translate...

### Describe your feature request That would be nice to be able to exclude some directories such as `vendor/`, `.git` and `.idea` from workers watching and hot reloading.

enhancement

Bumps the github-actions group with 3 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact), [actions/download-artifact](https://github.com/actions/download-artifact) and [actions/cache](https://github.com/actions/cache). Updates `actions/upload-artifact` from 5 to 6 Release notes Sourced from actions/upload-artifact's releases. v6.0.0 v6 - What's new [!IMPORTANT] actions/upload-artifact@v6...

dependencies
github_actions

Fast ZPP is being more and more widely used in php-src with PR such as https://github.com/php/php-src/pull/20441 or https://github.com/php/php-src/pull/20644, let's use it here as well.