Skip to content

Conversation

joanhey
Copy link
Contributor

@joanhey joanhey commented Aug 3, 2025

No description provided.

@msmith-techempower msmith-techempower merged commit 6aca8dd into TechEmpower:master Aug 11, 2025
4 checks passed
@joanhey joanhey deleted the phpixie-adapterman branch August 11, 2025 18:53
@joanhey
Copy link
Contributor Author

joanhey commented Aug 26, 2025

@n0nag0n
Copy link
Contributor

n0nag0n commented Aug 26, 2025

I don't think I added phpixie to the benchmark, but still really cool to see!

@joanhey
Copy link
Contributor Author

joanhey commented Aug 26, 2025

It's to encourage you with Flight !!

PD: this fw do it correctly. First start the app and config, and later only wait for the Request

global $pixie;
$pixie = new \App\Pixie();
$pixie->bootstrap($root);

function run(): string
{
    global $pixie;
    ob_start();

    $pixie->handle_http_request();
    header(HeaderDate::$date); // To pass the bench, nginx auto add it

    return ob_get_clean();
}

@joanhey
Copy link
Contributor Author

joanhey commented Aug 26, 2025

This fw still use PHP 8.0 and for that need Adapterman 0.6.
But it's working OK.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants