* Version 1.2.8 (stable) - API 1.2.7 (stable) - 2010-10-25


QA release
Doc Bug #8596 	Called stable without user doc
Request #14777 	Improve PHPCS results
 

* Version 1.1.0 (stable) - API 1.1.0 (stable) - 2002-01-26


+ Added getOutput() to print the results in human readable format and display() to show it. This functions will automatically detect the environment to select HTML or text output.

+ Added a new parameter $auto to constructor. When TRUE is passed, the results will be output automatically at the end of the script execution. (Contribution by Ludovico Magnocavallo)
   

* Version 1.2.0 (stable) - API 1.2.0 (stable) - 2002-09-25


+ Added Profiler class. (Contribution by Matthias Englert)
   

* Version 1.2.1 (stable) - API 1.2.1 (stable) - 2003-05-20


+ Profiler: Added calculation of netto execution time of sections.
+ Profiler: Optional output to an array instead of screen. (Contributed by Jean-Marc Fontaine)
* Profiler: Fixed typos.
   

* Version 1.2.2 (stable) - API 1.2.2 (stable) - 2005-01-19


* Fixed bug #1365: _getOutput() table not XHTML complaint.
* Fixed bug #2727: Output ist not valid XHTML. Patch by Helgi &THORN;ormar <helgi@trance.is>.
* Fixed bug #2295: Timer.php: undefined index "Stop" on line 208.
   

* Version 1.2.3 (stable) - API 1.2.3 (stable) - 2005-06-11


Sebastian Bergman devolves the maintainance to Bertrand Gugger on 04/15/2005
* bug #3620 CRITICAL: non-ISO-8859-1 characters in package.xml must be entitied
* Profiler
 + fix comments and fix bug #3369 Profiler : Manual mode generates automatic output
 + fix bug #2957 zero devision when calling getAllSectionsInformations
 + CS/WS fixes
 + Typo in private var _auto use (thanks sascha Eissler)
* Timer
 + Example 2 corrected
 + Bug #4346 : wrong totals, also potential bug if several sessions (display shift)
 + The output has been extented to optionnaly display the totals.
* Iterate
 + Request #1160  	Feature Addition: Simple Output on Benchmark_Iterate
 + $GLOBALS[] instead of global $...
   

* Version 1.2.4 (stable) - API 1.2.4 (stable) - 2005-11-05


- Change licence to the new BSD License
  (see http://www.opensource.org/licenses/bsd-license.php)
   

* Version 1.2.6 (stable) - API 1.2.6 (stable) - 2006-03-02


- Fixed extra table tag for text input
- Formatted text output properly (bug #6972)
   

* Version 1.2.7 (stable) - API 1.2.7 (stable) - 2007-06-23


- Make output XHTML compliant (bug #1365)
- Fix unknown index error in timeElapsed (bug #2295)
- Fix class destructor behaviour on PHP 4 (bug #8748)
- Fix documentation strings, add user docs.
- Migrated to package2.xml.
   

* Version 1.2.8 (stable) - API 1.2.7 (stable) - 2010-10-25


QA release
Doc Bug #8596 	Called stable without user doc
Request #14777 	Improve PHPCS results
   

