Linux anchor 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
Apache/2.4.18 (Ubuntu)
Server IP : 10.10.100.4 & Your IP : 216.73.216.195
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
owncloud-prm /
lib /
composer /
symfony /
debug /
Delete
Unzip
Name
Size
Permission
Date
Action
Exception
[ DIR ]
drwxr-xr-x
2018-04-19 18:15
FatalErrorHandler
[ DIR ]
drwxr-xr-x
2018-04-19 18:15
Resources
[ DIR ]
drwxr-xr-x
2018-04-19 18:15
Tests
[ DIR ]
drwxr-xr-x
2018-04-19 18:15
BufferingLogger.php
752
B
-rw-r--r--
2018-04-19 18:15
CHANGELOG.md
1.31
KB
-rw-r--r--
2018-04-19 18:15
Debug.php
1.75
KB
-rw-r--r--
2018-04-19 18:15
DebugClassLoader.php
16.21
KB
-rw-r--r--
2018-04-19 18:15
ErrorHandler.php
28.74
KB
-rw-r--r--
2018-04-19 18:15
ExceptionHandler.php
31.98
KB
-rw-r--r--
2018-04-19 18:15
LICENSE
1.04
KB
-rw-r--r--
2018-04-19 18:15
README.md
482
B
-rw-r--r--
2018-04-19 18:15
composer.json
967
B
-rw-r--r--
2018-04-19 18:15
phpunit.xml.dist
988
B
-rw-r--r--
2018-04-19 18:15
Save
Rename
CHANGELOG ========= 3.4.0 ----- * deprecated `ErrorHandler::stackErrors()` and `ErrorHandler::unstackErrors()` 3.3.0 ----- * deprecated the `ContextErrorException` class: use \ErrorException directly now 3.2.0 ----- * `FlattenException::getTrace()` now returns additional type descriptions `integer` and `float`. 3.0.0 ----- * removed classes, methods and interfaces deprecated in 2.x 2.8.0 ----- * added BufferingLogger for errors that happen before a proper logger is configured * allow throwing from `__toString()` with `return trigger_error($e, E_USER_ERROR);` * deprecate ExceptionHandler::createResponse 2.7.0 ----- * added deprecations checking for parent interfaces/classes to DebugClassLoader * added ZTS support to symfony_debug extension * added symfony_debug_backtrace() to symfony_debug extension to track the backtrace of fatal errors 2.6.0 ----- * generalized ErrorHandler and ExceptionHandler, with some new methods and others deprecated * enhanced error messages for uncaught exceptions 2.5.0 ----- * added ExceptionHandler::setHandler() * added UndefinedMethodFatalErrorHandler * deprecated DummyException 2.4.0 ----- * added a DebugClassLoader able to wrap any autoloader providing a findFile method * improved error messages for not found classes and functions 2.3.0 ----- * added the component