-
Notifications
You must be signed in to change notification settings - Fork 52
Closed
Description
Here is my operation:
# sudo pear channel-update pear.corneltek.com
Updating channel "pear.corneltek.com"
Update of Channel "pear.corneltek.com" succeeded
# sudo pear upgrade-all
Will upgrade channel://pear.corneltek.com/cliframework
corneltek/CLIFramework requires PHP extension "reflection" (version >= 0.0.0), installed version is $Revision: 313665 $
corneltek/CLIFramework requires PHP extension "pcre" (version >= 0.0.0), installed version is 0
No valid packages found
upgrade-all failed
But I am sure of that the reflection and pcre are installed.
# php -m
...
pcre
...
Reflection
...
Any suggestion to this problem?
Metadata
Metadata
Assignees
Labels
No labels