Title: PHP 7 compatibility issues
Last modified: November 15, 2018

---

# PHP 7 compatibility issues

 *  Resolved [Franky](https://wordpress.org/support/users/liedekef/)
 * (@liedekef)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/php-7-compatibility-issues-7/)
 * Using a php compatibility checker, I get 3 times this error:
 * ‘object’ is a soft reserved keyword as of PHP version 7.0 and a reserved keyword
   as of PHP version 7.2 and should not be used to name a class, interface or trait
   or as part of a namespace (T_CLASS)
 * This appears in vendor/underdev/utils/src/Cache/Object.php (line 15), inc/Cron/
   Object/Event.php (line 7) and inc/Cron/Object/Schedule.php (line 7)
 * I’m guessing Object is best renamed to something else.

Viewing 1 replies (of 1 total)

 *  Plugin Author [Kuba Mikita](https://wordpress.org/support/users/kubitomakita/)
 * (@kubitomakita)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/php-7-compatibility-issues-7/#post-10886492)
 * Hi [@liedekef](https://wordpress.org/support/users/liedekef/), thanks for the
   message!
 * This issue is already on our list and you are right about the renaming. It will
   be resolved in the next release.

Viewing 1 replies (of 1 total)

The topic ‘PHP 7 compatibility issues’ is closed to new replies.

 * ![](https://ps.w.org/advanced-cron-manager/assets/icon.svg?rev=3096140)
 * [Advanced Cron Manager - debug & control](https://wordpress.org/plugins/advanced-cron-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/advanced-cron-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/advanced-cron-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/advanced-cron-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/advanced-cron-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/advanced-cron-manager/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Kuba Mikita](https://wordpress.org/support/users/kubitomakita/)
 * Last activity: [7 years, 5 months ago](https://wordpress.org/support/topic/php-7-compatibility-issues-7/#post-10886492)
 * Status: resolved