Skip to content

https://pecl.php.net/ serves responses gzip-compressed unconditionally #107

Open
@cschug

Description

@cschug

Description

Unsure if that's the correct issue tracker for website issues with https://pecl.php.net/ but https://bugs.php.net/report.php?package=Website%20problem states it no longer accepts issues.

Anyway, since today apparently https://pecl.php.net/ serves responses gzip-compressed unconditionally, even if requesting no compression.

To reproduce:

$ curl -s --no-compressed https://pecl.php.net/ | file --mime-type -
/dev/stdin: application/gzip

Expected result:

$ curl -s --no-compressed https://pecl.php.net/ | file --mime-type -
/dev/stdin: text/html

I'm pretty sure it was working at least until yesterday, 2025-06-30.

PHP Version

not relevant, https://pecl.php.net/ website issue.

Operating System

not relevant, https://pecl.php.net/ website issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions