1 Description of Spike PHPCoverage 0.8.2 library import into Moodle
8 * src/PEAR.php | => Already in lib/pear
12 * index.html - prevent directory browsing on misconfigured servers
13 * readme_moodle.txt - this file ;-)
15 Our changes: /// Look for "moodle" in code
16 * src/parser/PHPParser.php - comment some debug lines causing some notices in moodle
17 * src/parser/PHPParser.php - added support for the T_ABSTRACT token
18 * src/reporter/HtmlCoverageReporter.php, src/reporter/html/indexheader.html,
19 src/reporter/html/header.html, src/reporter/html/footer.html - various xhtml fixes
20 * removed deprecated "=& new"
21 * src/phpcoverage.remote.bottom.inc.php | => Prevent execution (not used and unsecure)
22 src/phpcoverage.remote.top.inc.php |
23 * E_STRICT fix - add static to "public function getLogger" in /src/src/util/Utility.php
25 20090621 - Eloy Lafuente (stronk7): Original import of 0.8.2 release