I just installed the latest PHP 8.3.6 module, and realized that xdebug is no longer working. I checked the bundled php.ini files, and the (out-of-the-box) configuration looks like this: OK, so the ...
To develop a PHP project, Ubuntu is a good choice. But how to debug it when you meet a problem? You can use echo, but it will make your web page messy. So Xdebug is a ...
There is a huge diffrence between xDebug 2 and xDebug 3. many parameters has been changed, so first you migrate you get this notice in phpinfo "that setting has been changed": ...
We use this image for running PHPUnit test in as part of our GitLab CI process for projects. Today I have noticed that running PHP Unit configurations with clover reports for coverage no longer ...