CHANGELOG
+-----------------------------------------------------------------------------+
+-- PHP_Debug : A simple and fast way to debug your PHP code |
+-- |
+-- Support : Vernet Loic (qrf_coil@yahoo.fr) |
+-----------------------------------------------------------------------------+
== RELEASE & CHANGES LOG [SourceForge ID] =====================================
--> http://sourceforge.net/tracker/?atid=612377&group_id=95715&func=browse
/!\ = Major modification since previous release.
== V2.0.0 - Sept 2006 ==========================================================
- All :)
- PHP5 version, all code rewrited with Pear coding standards
- PHP_Error handler
- View source with Pear::Text_Highlighter
- Variable watcher
- New style
- New friendly public function name
- Automatic add of __FILE__, __LINE__
- ...
== V1.1.1 - June 2005 ==========================================================
- [1221786] corrected search function in IE.
== V1.1.0 - May 2005 ===========================================================
- [1202500] Improved global design, css style sheet used.
- [ 861991] Improved design of view source script, now using external script.
- [1202367] Pear::SQL_Parser integration (you must enable Pear see FAQ)
- [ 861919] Made output XHTML 1.0 strict compliant
- [ 861983] Customize wich debug infos to display, debugmode implemented.
- [1200031] Fixed font style when viewing source (source.php)
- [1196959] Fixed style in FireFox
== V1.0 - Jan 2004 =============================================================
(this version was never released)
- [865955] Change the way DebugDisplay() function is called
/!\ New syntax is : <?php $Dbg->DebugDisplay() ?>
- [861986] Now big queries are displayed on multiple lines
(length is parametrable)
- [861988] Combo box to select only debug infos of a type
- [861994] Search is case sensitive or not via a checkbox
- [861981] Made source Code Pear standarts compliant
- [862998] New debugline type, DEBUGLINE_SQLPARSE, (for SQL parsing)
- [865778] Rewrite the way that Debug and DebugLine Object Communicate
/!\ : Now debug object must be created with syntax :
<?php $Dbg = & new Debug(); ?>
- [862026] Mode DBG_MODE_OFF desactivate all public functions
- [862998] New debugline type, DEBUGLINE_SQLPARSE, witch is for a SQL parse
error.
- [862838] Added an anchor to access directly debug infos with an htlm link
- [862011] Now all datas processing and formatting are made at debug display
- [862078] Distinct query and explain links from query string
- [861984] Enable or disable PHPMyAdmin links
- [861927] Distinct view source and edit link from source path
== BETA1.0 - 14 Dec 2003 =======================================================
- This is the initial release of the PHP_Debug Class
|