PHP7 compatibility
-
Hi,
I have checked my website with PHP Compatibility Checker plugin, and got next:
FILE: .../wp-content/plugins/timeline-express/lib/classes/usage-tracking/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorApplyBatched.php ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 3 | ERROR | 'resource' is a reserved keyword as of PHP version 7.0 and cannot be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE) ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- FILE: .../wp-content/plugins/timeline-express/lib/classes/usage-tracking/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/CompositeResourceIteratorFactory.php ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 3 | ERROR | 'resource' is a reserved keyword as of PHP version 7.0 and cannot be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE) ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- FILE: .../wp-content/plugins/timeline-express/lib/classes/usage-tracking/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/MapResourceIteratorFactory.php ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 3 | ERROR | 'resource' is a reserved keyword as of PHP version 7.0 and cannot be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE) ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- FILE: .../wp-content/plugins/timeline-express/lib/classes/usage-tracking/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/Model.php ------------------------------------------------------------------------------------------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ------------------------------------------------------------------------------------------------------------------------------------------------------------------- 3 | ERROR | 'resource' is a reserved keyword as of PHP version 7.0 and cannot be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE) ------------------------------------------------------------------------------------------------------------------------------------------------------------------- FILE: .../wp-content/plugins/timeline-express/lib/classes/usage-tracking/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorClassFactory.php ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 3 | ERROR | 'resource' is a reserved keyword as of PHP version 7.0 and cannot be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE) ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- FILE: .../wp-content/plugins/timeline-express/lib/classes/usage-tracking/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIterator.php ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 3 | ERROR | 'resource' is a reserved keyword as of PHP version 7.0 and cannot be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE) ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- FILE: .../wp-content/plugins/timeline-express/lib/classes/usage-tracking/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/AbstractResourceIteratorFactory.php ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 3 | ERROR | 'resource' is a reserved keyword as of PHP version 7.0 and cannot be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE) ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- FILE: .../wp-content/plugins/timeline-express/lib/classes/usage-tracking/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorFactoryInterface.php ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 3 | ERROR | 'resource' is a reserved keyword as of PHP version 7.0 and cannot be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE) ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- FILE: .../wp-content/plugins/timeline-express/lib/classes/usage-tracking/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorInterface.php ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 3 | ERROR | 'resource' is a reserved keyword as of PHP version 7.0 and cannot be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE) ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------Can this problem be solved somehow? I want to upgrade to PHP7, but I need to make sure that nothing will break.
Thanks
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘PHP7 compatibility’ is closed to new replies.