phpDocumentor PHP_Debug
[ class tree: PHP_Debug ] [ index: PHP_Debug ] [ all elements ]

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.

== V1.1.0 - May 2005 ==========================================================

OMG !! (finally i'am back to PHP !!!!!!!) Yesssssss ! :)

- [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

- Website :
	- Added a FAQ
	- Various modifications

- Renamed public functions :
	- getColorCode() -> getColorCodeType()
	- getBoldCode() -> getBoldCodeType()
	- UnitTests() -> runUnitTests()

- Added public functions :
	- getColorCodeType($DebugLineType)
	- setColorCodeType($DebugLineType, $color)
	- getBoldCodeType($DebugLineType)
	- setBoldCodeType($DebugLineType, $BoldStatus)
	- getTypeInSearch($DebugLineType)
	- setTypeInSearch($DebugLineType, $Status)
	- getMaxQueryLineLength()
	- setMaxQueryLineLength($Length)
	- getPhpMyAdminStatus()
	- setPhpMyAdminStatus($status)
	- getDatabaseName()
	- setDatabaseName($DataBaseName)
	
- Public functions moved to private :
	- HighLightKeyWords() -> _HighLightKeyWords()

- Private functions moved to public :
	- NONE


== BETA1.0 - 14 Dec 2003 ======================================================

- This is the initial release of the PHP_Debug Class


== END ========================================================================


Documentation generated on Sun, 12 Jun 2005 14:52:13 +0200 by phpDocumentor 1.3.0RC3