Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enable igbinary serializer support? #1196

Closed
pb66 opened this issue Jun 7, 2017 · 3 comments
Closed

enable igbinary serializer support? #1196

pb66 opened this issue Jun 7, 2017 · 3 comments

Comments

@pb66
Copy link

pb66 commented Jun 7, 2017

Hi guys. I just found v3.1.3RC1 on PECL and thought I might give it a spin, during setup I was asked

enable igbinary serializer support? [no] :

I just accepted the default of "no", is this a beta only question or will this be present in the production release?

Are you aware of a command or option switch to accept the default for an unattended install?

@yatsukhnenko
Copy link
Member

Hi, @pb66.
It will be in production release.
You need to type 'yes' to enable this option.

@pb66
Copy link
Author

pb66 commented Jun 8, 2017

Ok, thanks @yatsukhnenko

I have found I can automatically accept the default using the following command (on Linux)

sudo pecl install redis-3.1.3RC1 <<<''

@pb66 pb66 closed this as completed Jun 8, 2017
@poisa
Copy link

poisa commented Aug 31, 2018

For anyone else that is interested, you can always use the yes utility to auto-answer all questions installers ask with the same string. In this case,

yes | pecl install redis

will install with all options set to "y". If you wanted to negate all options you could do:

yes 'n' | pecl install redis

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants