Home » Testing » PHPUnit » Bug #560
inclusion of PEAR-package PHPUnit which requires PHP5
Details
| Submitted | 2004-01-12 15:07 UTC |
|---|---|
| From | michael at elfimov dot com |
| Assigned | pajoye |
| Status | Closed |
| Package | PHPUnit |
| PHP Version | 4.3.4 |
| OS | Windows XP |
| Roadmaps | (Not assigned) |
Comments
[2004-01-12 15:07 UTC] michael at elfimov dot com
Description:
------------
In php-4.3.4 distribution included PEAR package PHPUnit-1.0.0-alpha2.tgz,
which is require PHP5 (Zend Engine 2) to use
(as described on
http://pear.php.net/package-changelog.php?package=PHPUnit).
In package source code exists 'abstract', 'interface', 'implements'
keywords and so on. Those keywords is undefined in php-4.3.4.