oerdnj / deb.sury.org

Public bugreports for anything ppa:ondrej/*
801 stars 26 forks source link

Please add phpx.x-xdebug zlib compression support #2061

Closed nickchomey closed 4 months ago

nickchomey commented 6 months ago

Frequently asked questions

Is your feature request related to a problem? Please describe. I would like to be able to gzip the cachegrind files that are generated by the Xdebug profiler. However, I get an error message saying that zlib hasn't been compiled into the xdebug build

image

Describe the solution you'd like Please add zlib support, with the instructions here: https://xdebug.org/docs/errors#CFG-W-NOZLIB

Distribution (please complete the following information):

Package(s) (please complete the following information):

root@Ubuntu-2204-jammy-amd64-base /home/rplscom/webapps # apt policy php8.1-xdebug
php8.1-xdebug:
  Installed: 3.3.0-1+ubuntu22.04.1+deb.sury.org+1
  Candidate: 3.3.0-1+ubuntu22.04.1+deb.sury.org+1
  Version table:
 *** 3.3.0-1+ubuntu22.04.1+deb.sury.org+1 500
        500 https://ppa.launchpadcontent.net/ondrej/php/ubuntu jammy/main amd64 Packages
        100 /var/lib/dpkg/status
     3.1.2+2.9.8+2.8.1+2.5.5-4 500
        500 http://mirror.hetzner.com/ubuntu/packages jammy/universe amd64 Packages
        500 http://de.archive.ubuntu.com/ubuntu jammy/universe amd64 Packages

Additional context I only checked php8.1, but I assume this problem exists for the rest of the versions.

oerdnj commented 4 months ago

Done