upwork / phystrix

Phystrix is a latency and fault tolerance library for PHP, inspired by Netflix’s Hystrix
Apache License 2.0
1 stars 0 forks source link

add apcu storage for php 7 support #15

Closed hasankryeziuSRF closed 8 years ago

lcf commented 8 years ago

You should be able to enable backwards compatibility in apcu so that it creates aliases for new functions. See https://github.com/krakjoe/apcu-bc. Have you tried that?

hasankryeziuSRF commented 8 years ago

No, thanks!