krakjoe / apcu

APCu - APC User Cache
Other
964 stars 196 forks source link

Fix division by zero error in apc.php #415

Closed foobar1643 closed 3 years ago

foobar1643 commented 3 years ago

Fixes #408 Looks like the problem was there for a while, but in PHP 8.0 DivisionByZeroError is fatal, which can become a little bit annoying.