Automattic / wp-memcached

Memcached Object Cache for WordPress.
https://wordpress.org/plugins/memcached/
GNU General Public License v2.0
160 stars 55 forks source link

Use php-native functions #13

Closed mjangda closed 7 years ago

mjangda commented 7 years ago

Continued from #11; absint is not safe in certain contexts like when used with Batcache. Switch to intval instead.