Recommend this page to a friend! |
Download .zip |
Info | View files (9) | Download .zip | Reputation | Support forum (1) | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2004-02-01 (12 years ago) | 46% | Total: 3,695 This week: 1 | All time: 861 This week: 1,047 |
Version | License | Categories | ||||
php_debug 1.0 | The PHP License | Debug |
Description | Author | |
This package is meant to trace the execution steps of PHP scripts to assist in their eventual debugging. |
* +--------------------------------------------------------------------------+ * +-- PHP_Debug : A simple and fast way to debug PHP code | * +-- | * +-- Support : Vernet Loic (coil@strangebuzz.com) | * +--------------------------------------------------------------------------+ * | | * | This PHP debug libray offers you the ability to debug your PHP code | * | | * | - Pear integration | * | - PHP Process time | * | - Database and query process time | * | - Dump of all type of variable in a graphical way | * | - Functionnal debug | * | - Debug queries | * | - Show number of database queries executed | * | - Allow to search in all debug infos | * | - Direct links to test queries in Phpmyadmin | * | - Show globals var ( $GLOBALS, $_POST, $_GET ... ) | * | - Enable or disable the debug infos you want to see | * | - Check performance of chunk of php code | * | - Customize the general display of your debug | * | - ... ( see doc for complete specification ) | * +--------------------------------------------------------------------------+ == PHP_Debug Project infos ==================================================== == Project Home : Sourge Forge --> http://sourceforge.net/projects/phpdebug/ == Project Maintainer(s) --> https://sourceforge.net/users/c0il/ LEAD : COil ( coil@strangebuzz.com or c0il@users.sourceforge.net ) It's me ! :) Send of all your HELP / SUPPORT / INSTALL / CHANGE request to COil. == Documentation --> Check basic documentation in INSTALL --> Check full doc at https://sourceforge.net/docman/?group_id=95715 == Tutorials --> Check tests directory. == Installation Notes --> Check INSTALL == Changes Logs / Release --> Check CHANGELOG == Download / Check last version at : --> http://sourceforge.net/project/showfiles.php?group_id=95715 == CVS Server ( Open Source ) --> http://cvs.sourceforge.net/viewcvs.py/phpdebug/ == And What's next ? --> Check TODO == Mailing Lists --> General : phpdebug-gen@lists.sourceforge.net == PHP_Debug ================================================================== |
Files |
File | Role | Description |
---|---|---|
CHANGELOG | Data | The changes log |
debug.php | Class | Debug Class |
Debug_test.php | Example | Full expample |
Debug_test_min.php | Example | Minimum example |
FAQ | Doc. | The PHP_Debug FAQ |
INSTALL | Doc. | Installation notes |
README | Data | Readme file |
Source.php | Aux. | Source view script |
TODO | Data | The changes request of future relase |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
User Ratings | ||||||||||||||||||||||||||||||
|
Applications that use this package |
PHP_debug Website Of course ! |
If you know an application of this package, send a message to the author to add a link here.
Related pages |
PHP_Debug Project home The home page of PHP_Debug Project :) |
Source Forge Home Source Forge project home page |
Pages that reference this package |
Setting up debug mode? It really depends on what version of PHP your running 4 or 5. Most likely your running 5 so go here:... |