PEAR is archived and read-only

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

Home » Testing » PHPUnit2 » Bug #6823

xdebug dependency - there is no 2.0.0

Details

Submitted2006-02-17 21:46 UTC
Frommaximilian dot gass at arcor dot de
StatusBogus
PackagePHPUnit2
PHP VersionIrrelevant
Roadmaps(Not assigned)

Comments

[2006-02-17 21:46 UTC] maximilian dot gass at arcor dot de

Description:
------------
The current alpha of PHPUnit 3.0 depends on xdebug 2.0.0
but the newest version is 2.0.0beta5.

Therefore it's not possible to install PHPUnit3 when xdebug
is installed.

Expected result:
----------------
Did not download dependencies: pear/Image_GraphViz,
pear/Log, use --alldeps or --onlyreqdeps to download
automatically
pear/PHPUnit2 can optionally use package
"pear/Image_GraphViz"
pear/PHPUnit2 can optionally use package "pear/Log"
install ok: channel://pear.php.net/PHPUnit2-3.0.0alpha2

Actual result:
--------------
Did not download dependencies: pear/Image_GraphViz,
pear/Log, use --alldeps or --onlyreqdeps to download
automatically
pear/PHPUnit2 requires PHP extension "xdebug" (version >=
2.0.0), installed version is 2.0.0beta5
pear/PHPUnit2 can optionally use package
"pear/Image_GraphViz"
pear/PHPUnit2 can optionally use package "pear/Log"
No valid packages found
install failed

[2006-02-26 09:04 UTC] sebastian at php dot net

Thank you for taking the time to write to us, but this is not
a bug.

Last time I checked dependencies on pre-release versions did not work correctly.

By the time PHPUnit 3.0 the dependency will be correct.