phpdbg
The PHP language runtime engine
Install
- All systems
-
curl cmd.cat/phpdbg.sh
- Debian
-
apt-get install php-phpdbg - Ubuntu
-
apt-get install php-phpdbg -
Alpine
-
apk add php-phpdbg - Arch Linux
-
pacman -S php-phpdbg - Kali Linux
-
apt-get install php-phpdbg - Fedora
-
dnf install php-dbg - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install php-phpdbg - Raspbian
-
apt-get install php-phpdbg - Docker
-
docker run cmd.cat/phpdbg phpdbgpowered by Commando
php-dbg
The PHP language runtime engine
php-phpdbg
server-side, HTML-embedded scripting language (PHPDBG binary) (default)
This package provides the /usr/bin/phpdbg command interpreter, useful for stepthrough debugging of PHP code. PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. This package is a dependency package, which depends on Debian's default PHP version (currently 7.0).