nanobox-io/nanobox-engine-php

Add phpdbg package

mbrodala opened this issue · 4 comments

The phpdbg package should be added for debugging and code coverage reporting.

phpdbg should be available with the php 7.0 and 7.1 packages, and now the php 5.6

Thanks, what is the package name? I cannot see anything in the pkgsrc. I tried phpdbg but only got an error.

It looks like the phpdbg interactive debugger is distributed with php 5.6 and newer. It should be part of the base php package. Yesterday I recompiled the php 5.6 package and added the phpdbg in the build.

Indeed, it's there, thanks!