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

Remove APC Dependency? #6

Closed stevencorona closed 10 years ago

stevencorona commented 10 years ago

APC-proper is deprecated in 5.5.

lcf commented 10 years ago

@stevencorona you can install http://pecl.php.net/package/APCu extension to have the required functions available.

lcf commented 10 years ago

Closing. Let me know if there is a problem with that extension. Works great for me.