PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Testing » PHPUnit » Bug #560

inclusion of PEAR-package PHPUnit which requires PHP5

Details

Submitted2004-01-12 15:07 UTC
Frommichael at elfimov dot com
Assignedpajoye
StatusClosed
PackagePHPUnit
PHP Version4.3.4
OSWindows 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.