1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125
|
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE package SYSTEM "http://pear.php.net/dtd/package-1.0">
<package version="1.0" packagerversion="1.5.4">
<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>anant</user>
<name>Anant Narayanan</name>
<email>anant@kix.in</email>
<role>lead</role>
</maintainer>
</maintainers>
<release>
<version>1.2.7</version>
<date>2007-06-23</date>
<license>New BSD</license>
<state>stable</state>
<notes>- 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.
</notes>
<deps>
<dep type="ext" rel="has" optional="yes">bcmath</dep>
</deps>
<filelist>
<file role="doc" baseinstalldir="Benchmark" name="LICENSE"/>
<file role="doc" baseinstalldir="Benchmark" name="doc/timer_example.php"/>
<file role="php" baseinstalldir="Benchmark" name="Benchmark/Timer.php"/>
<file role="php" baseinstalldir="Benchmark" name="Benchmark/Iterate.php"/>
<file role="php" baseinstalldir="Benchmark" name="Benchmark/Profiler.php"/>
</filelist>
</release>
<changelog>
<release>
<version>1.2.7</version>
<date>2007-06-23</date>
<state>stable</state>
<notes>- 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.
</notes>
</release>
<release>
<version>1.2.6</version>
<date>2006-03-02</date>
<state>stable</state>
<notes>- Fixed extra table tag for text input
- Formatted text output properly (bug #6972)
</notes>
</release>
<release>
<version>1.2.4</version>
<date>2005-11-05</date>
<state>stable</state>
<notes>- Change licence to the new BSD License
(see http://www.opensource.org/licenses/bsd-license.php)
</notes>
</release>
<release>
<version>1.2.3</version>
<date>2005-06-11</date>
<state>stable</state>
<notes>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 $...
</notes>
</release>
<release>
<version>1.2.2</version>
<date>2005-01-19</date>
<state>stable</state>
<notes>* 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.
</notes>
</release>
<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>
|