OllieJones / sqlite-object-cache

A WordPress persistent object cache for the rest of us.
GNU General Public License v2.0
24 stars 4 forks source link

php deprecations. #35

Closed OllieJones closed 1 year ago

OllieJones commented 1 year ago

Got this deprecation notice from php 8.1. Deprecated: round(): Passing null to parameter #1 ($num) of type int|float is deprecated in /home/plumisla/public_html/upload/wp-content/plugins/sqlite-object-cache/includes/lib/class-sqlite-object-cache-statistics.php on line 354

OllieJones commented 1 year ago

I'm pretty sure 1.3.5 corrects php deprecations up to 8.2. Please let me know of any others you find with a new issue.