Ray Ward

Results 12 comments of Ray Ward

We have a similar requirement where some clients require stricter ssl. So we're also needing the ability to set ciphers (and the protocols, eg. tls 1.1, 1.2) dynamically on a...

@ghedo thanks for jumping on this! per-connection rather than per-request works for us. I wonder if it would be possible to support dynamic protocols with a change to the nginx/openresty...

Thanks for the insight, yeh I can understand that such a change would likely not go in. We'll have to stick with dynamically building nginx server blocks to meet our...

@bastelfreak any chance of a review on this one?

I doubt existing users will have any automated way of installing this that would affect them in such a way. You could always add a changelog to document the behavioural...

New release would be appreciated!

@danhunsaker thanks for the feedback. Our infrastructure configuration necessitates a complex worker/queue setup and unfortunately we can't prioritise by just adding more workers for each individual queue (due to the...

I've also included a fix for autoloading. Composer prepends autoloaders such that the last autoloader always takes precedence. If `APP_INCLUDE` is used and that app itself requires php-resque, then the...

Also looks like there's a pre-existing issue with hhvm that's causing the travis build to fail - https://github.com/facebook/hhvm/issues/6286 Will see if I can implement a work-around.