Recent content by Damcios

  1. D

    Installing xdebug for lsphp81 on ubuntu 22.04

    I have tried the method from the first link, but compiling it requires php-dev, or lsphp81-dev in this case. But when I install lsphp81-dev from the package manager, it again installs php 8.1.2-1ubuntu2.8. I can't seem to be able to switch back to lsphp81 after that. Is there another way to...
  2. D

    Installing xdebug for lsphp81 on ubuntu 22.04

    I'm using the litespeedtech/openlitespeed:1.7.16-lsphp81 docker image with ubuntu 22.04 and I'm trying to set up testing for Wordpress. The tests run, now I need to set up coverage. This needs xdebug, so I need to install it. The easy method would be to run apt install php-xdebug but this also...
Top