-
-
Notifications
You must be signed in to change notification settings - Fork 483
Answer prompted questions when installing pecl #310
Copy link
Copy link
Open
Labels
Feature RequestEnhancement to existing functionality or new functionalityEnhancement to existing functionality or new functionalityWaiting on ContributorAwaiting on the person who raised this to updateAwaiting on the person who raised this to update
Metadata
Metadata
Assignees
Labels
Feature RequestEnhancement to existing functionality or new functionalityEnhancement to existing functionality or new functionalityWaiting on ContributorAwaiting on the person who raised this to updateAwaiting on the person who raised this to update
Type
Fields
Give feedbackNo fields configured for issues without a type.
🗣️ Foreword
Hi, I'm having a problem to install a pecl because I can't answer the prompted questions.
:person_frowning: Problem Statement
When installing the pecl
redis(https://pecl.php.net/package/redis) on the command line withpecl install redis, I get prompted some questions (in this case, to enable igbinary serializer support):I need to somehow answer yes to this question.
❔ Possible Solution
Allow me to answer yes to the question. One option on the command line is
yes | pecl install redisI didn't managed to get it working by playing with the available options.
➕ Additional context
At the moment I install it with
php_pearlike so: