Kévin Dunglas

Results 166 issues of Kévin Dunglas

Fix for https://github.com/dunglas/frankenphp/issues/563, https://bugs.xdebug.org/view.php?id=2216, and likely many other random bugs and crashes with ZTS builds. Rationale: The function table is (as expected) a different copy for each thread, but each...

This would be super useful to have the ability to build everything with debug symbols. This would make debugging issues such as https://github.com/php/php-src/issues/13648 easier. To implement this, we could add...

enhancement
kind/framework

Currently, Musl is used, but there are many known issues with Musl. Would it be possible to add a flag to use the static glibc instead of Musl?

help wanted
question
os/linux

Currently, users are encouraged to fork this repository and to set up GitHub Actions workflows in their own forks to build the static binaries they want. This causes several issues:...

new feature
help wanted
kind/workflow

Hi, First thanks for this great library. Since version 1.2, if the path contains a `@`, it fails to update the document. This is similar to #61 but it's not...

This patch uses Composer to automatically detect the required extensions of an app embedded in a standalone binary, and build only these!

The default musl allocator is slow for multi-threaded apps such as FrankenPHP and triggers weird bugs such as https://github.com/php/php-src/issues/13648. The trickery in this patch (massively inspired by [this article by...

Needs https://github.com/php/php-src/pull/13468.

Continuation of #99. Closes #46, closes #99.