Title: PHP deprecated
Last modified: January 12, 2024

---

# PHP deprecated

 *  Resolved [Marc Bernard](https://wordpress.org/support/users/luxxor/)
 * (@luxxor)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/php-deprecated-44/)
 * Plugin Name: Advanced Database Cleaner PRO
   Version: 3.2.3
 * Scanning causes thousands of log entries on PHP 8.1 (in my case 1.1 million entries):
 *     ```wp-block-code
       [10-Jan-2024 19:10:10 UTC] PHP Deprecated:  Implicit conversion from float 11.55 to int loses precision in /.../htdocs/mbt/wp-content/plugins/advanced-database-cleaner-pro/includes/functions_pro.php on line 883[10-Jan-2024 19:10:10 UTC] PHP Deprecated:  Implicit conversion from float -24.75 to int loses precision in /.../htdocs/mbt/wp-content/plugins/advanced-database-cleaner-pro/includes/functions_pro.php on line 885
       ```
   
 *     ```wp-block-code
       function aDBc_search_for_partial_match
       ...
       	$aDBc_percent1 = 35;
       	$aDBc_item_part1 = substr($item_name, 0, (($aDBc_percent1 * $aDBc_item_name_len) / 100));
       	$aDBc_percent2 = 75;
       	$aDBc_item_part2 = substr($item_name, -(($aDBc_percent2 * $aDBc_item_name_len) / 100)); 
       ```
   
 * Thanks for the fix

Viewing 1 replies (of 1 total)

 *  Plugin Author [Younes JFR.](https://wordpress.org/support/users/symptote/)
 * (@symptote)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/php-deprecated-44/#post-17338320)
 * Hi Marc,
   Thank you for reporting this. I’m working on it to provide a fix in 
   the few coming days.Best regards,Younes

Viewing 1 replies (of 1 total)

The topic ‘PHP deprecated’ is closed to new replies.

 * ![](https://ps.w.org/advanced-database-cleaner/assets/icon-256x256.png?rev=3405580)
 * [Advanced Database Cleaner – Optimize & Clean Database to Speed Up Site Performance](https://wordpress.org/plugins/advanced-database-cleaner/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/advanced-database-cleaner/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/advanced-database-cleaner/)
 * [Active Topics](https://wordpress.org/support/plugin/advanced-database-cleaner/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/advanced-database-cleaner/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/advanced-database-cleaner/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Younes JFR.](https://wordpress.org/support/users/symptote/)
 * Last activity: [2 years, 4 months ago](https://wordpress.org/support/topic/php-deprecated-44/#post-17338320)
 * Status: resolved