<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE package SYSTEM "http://pear.php.net/dtd/package-1.0">
<package version="1.0">
  <name>Benchmark</name>
  <summary>Framework to benchmark PHP scripts or function calls.</summary>
  <description>Framework to benchmark PHP scripts or function calls.</description>
  <maintainers>
    <maintainer>
      <user>sebastian</user>
      <name>Sebastian Bergmann</name>
      <email>sb@sebastian-bergmann.de</email>
      <role>lead</role>
    </maintainer>
  </maintainers>
  <release>
    <version>1.2.2</version>
    <date>2005-01-19</date>
    <license>PHP License</license>
    <state>stable</state>
    <notes>* Fixed bug #1365: _getOutput() table not XHTML complaint.

* Fixed bug #2727: Output ist not valid XHTML. Patch by Helgi Þormar &lt;helgi@trance.is&gt;.

* Fixed bug #2295: Timer.php: undefined index &quot;Stop&quot; on line 208.</notes>
    <deps>
      <dep type="ext" rel="has" optional="yes">bcmath</dep>
    </deps>
    <filelist>
      <file role="doc" baseinstalldir="Benchmark" md5sum="411bb0c4f48ca5578c2c520242ad70dc" name="doc/timer_example.php"/>
      <file role="php" baseinstalldir="Benchmark" md5sum="a6c90b0bdc403f3565b33d4b4faf3397" name="Timer.php"/>
      <file role="php" baseinstalldir="Benchmark" md5sum="d0cffd9df4d9b63da8996b3e4729a121" name="Iterate.php"/>
      <file role="php" baseinstalldir="Benchmark" md5sum="5cf7c6048d1a0aff8f7c4cf690eafc23" name="Profiler.php"/>
    </filelist>
  </release>
  <changelog>
    <release>
      <version>1.2.1</version>
      <date>2003-05-20</date>
      <state>stable</state>
      <notes>+ 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.
      
</notes>
    </release>
    <release>
      <version>1.2.0</version>
      <date>2002-09-25</date>
      <state>stable</state>
      <notes>+ Added Profiler class. (Contribution by Matthias Englert)
      
</notes>
    </release>
    <release>
      <version>1.1.0</version>
      <date>2002-01-26</date>
      <state>stable</state>
      <notes>+ 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)
      
</notes>
    </release>
  </changelog>
</package>
