-
PHPLogger can open separate log files to write error log messages depending on the error severity levels. Several error severity levels are available: debug, info, notice, warning and error.Error messages of all severity levels are written to the default error log file. Error and warning messages are also written to separate files.Requirements: PHP 5.0 or higher
-
The messages associated with different types of script activity are tracked so that PHP Debug can later generate a report.Features of PHP Debug:- PEAR integration- Tracks PHP script execution time- Shows the execution time of specified chunks of PHP code- Shows of all types of variables in HTML- Show globals variables ($GLOBALS, $_POST, $_GET ...)- Tracks function calls- Tracks database ...
-
The outputted debugging information includes the time and values of passed variables.SVG Debug can generate multiple SVG files to fit all the information that is stored, as well HTML files that can be used to view the generated SVG files.
-
Simple Debug is a debug tool for WordPress sites. The plugin is for WP developers working on new themes and plugins, allowing them to test their code before launching into production. Webmasters can also use it to test if their current WordPress installation is running up to par. Features of Simple Debug:- Show general diagnostics tool- Show PHP.ini settings- Show ...
-
PHP Debugger and Helper can be use to help debugging PHP applications. It can capture and log any errors and thrown exceptions even when PHP error reporting options are disabled.The logged errors are translated into more readable error messages providing hints for possible fixes that may need to be applied to the faulty code. The messages can be localized to ...
-
oDebug can perform several actions that help debugging PHP scripts like displaying PHP environment variables, included scripts, run-time errors, the time a page took to generate or database queries took to execute.The tracked debug information can be displayed in HTML tables.Requirements: - PHP 5.0 or Higher
-
PHP Debugger is a simple script that can output debugging information about the current PHP script that is being executed.PHP Debugger has one main function that uses PHP backtracing support to determine from where it was called, ancestor functions or classes that called the current function and the argument types and values that were passed.PHP Debugger displays this debug information ...
-
DFL can take a file with a program in the DFL language to parse the program code and execute its statements. Debugging is supported by outputting details of the DFL program processing.Requirements: PHP 4.2.0 or higher
-
The variable definition dump is displayed in a color table, similar Coldfusion's cfdump tag command. dBug uses Javascript to make the table expand and collapse so the nested data structures can be conviniently displayed.CSS stylesheets are used to customize the presentation details of the dumped table.
-
debugTools generates HTML and Javascript to display a draggable menu on the current page with options that can be used to inspect information about the PHP script, which generated the page.The menu can open and close areas with smooth animation to show details such as the current script SERVER, REQUEST, POST, GET, COOKIE, FILES and ENV variables, included files, defined ...
-
adebug can be used to check the values of given PHP variables and verify whether they contain values of the expected types. It provides many functions that can check whether given values are of the basic PHP types: array, boolean, double, integer and string.adebug may also check whether the tested values are objects of a given class or sub-class, a ...
-
MoxieLogger is contained in one PHP class but it still has some powerful features to log error and debug messages.Key Features of MoxieLogger:- Log levels.- Log rotation.- Message format configuration.- File name format configuration.
-
This PHP class is a mySQL database access wrapper. PHP mySQL Database Wrapper Class provides methods for interracting with a mySQL database from within PHP easily and securely.Features of PHP mySQL Database Wrapper Class:- connecting to a mySQL host and selecting a database- method that is an alias of PHP's native mysql_query() function with the main differences being that, if ...
-
A class that makes it ridiculously easy to use mySQL, Oracle8, Inerbase/Firebase, PostgreSQL, SQLite (PHP), SQLite (C++) and/or MS-SQL database(s) within your PHP/C++ script. Includes lots of examples making it very easy to understand how to work with databases.ezSQL has excellent debug functions making it lightning-fast to see what’s going on in your SQL code. ezSQL can dramatically decrease development ...
-
MPdbMySQL class allows you to connect and query MySQL databases with optional verbose debug mode.

