php 7.2 compatibility errors
-
In using the plugin PHP Compatibility Checker to uncover php errors before switching to php 7.2, the Adv. Cron Manager gave these PHP 7.2 compatibility errors:
FILE: /public_html/wp-content/plugins/advanced-cron-manager/inc/Cron/Object/Schedule.php
—————————————————
FOUND 1 ERROR AFFECTING 1 LINE
—————————————————
7 | 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_NAMESPACE)
———————————————————————————————————————————————————————————————————————–FILE: //public_html/wp-content/plugins/advanced-cron-manager/inc/Cron/Object/Event.php
————
FOUND 1 ERROR AFFECTING 1 LINE
—————————————————
7 | 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_NAMESPACE)
———————————————————————————-Will these errors affect the use of the plugin? Will they be changed in the near future to remove the errors? Or, I can remove them somehow?
- The topic ‘php 7.2 compatibility errors’ is closed to new replies.