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

[amqp] Upgrade php-amqplib to v2.9 #951

Closed
gnumoksha opened this issue Sep 18, 2019 · 5 comments
Closed

[amqp] Upgrade php-amqplib to v2.9 #951

gnumoksha opened this issue Sep 18, 2019 · 5 comments

Comments

@gnumoksha
Copy link
Contributor

gnumoksha commented Sep 18, 2019

From queue-interop/amqp-interop#16

I'm getting the error stream_select(): unable to select [4]: Interrupted system call (max_fd=6) on my consumers. This error was fixed in version 2.9 of php-amqplib however php-enqueue requires version 2.8.

@gnumoksha gnumoksha changed the title [amqp] Allow php-amqplib v2.9 [amqp] Upgrade php-amqplib to v2.9 Sep 18, 2019
@Steveb-p
Copy link
Contributor

"php-amqplib/php-amqplib": "^2.8",

Composer file you linked states that any version higher that 2.8, but below 3.0 is compatible.

@gnumoksha
Copy link
Contributor Author

Yeah, at first I've misunderstood composer syntax, this is why I've changed the title to "upgrade". It seems to me that php-enqueue should require a version free of bugs (i.e. >=2.9)

@Steveb-p
Copy link
Contributor

Technically enqueue is compatible with 2.8, but considering that this is a major bug in that extension I believe we should do an exception.

@makasim WDYT?

@ramunasd
Copy link
Contributor

library version upgraded in #967

@gnumoksha
Copy link
Contributor Author

Thank you all

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