PHP 7.2 Errors
-
Not sure if anyone else has seen this error or not when trying to upgrade to PHP 7.2….
/plugins/woocommerce-shipstation/includes/api-requests/class-wc-shipstation-api-shipnotify.php
122 | ERROR | Global variable ‘$HTTP_RAW_POST_DATA’ is deprecated since PHP 5.6 and removed since PHP 7.0; Use php://input instead
124 | ERROR | Global variable ‘$HTTP_RAW_POST_DATA’ is deprecated since PHP 5.6 and removed since PHP 7.0; Use php://input instead
125 | ERROR | Global variable ‘$HTTP_RAW_POST_DATA’ is deprecated since PHP 5.6 and removed since PHP 7.0; Use php://input instead
128 | ERROR | Global variable ‘$HTTP_RAW_POST_DATA’ is deprecated since PHP 5.6 and removed since PHP 7.0; Use php://input instead
- The topic ‘PHP 7.2 Errors’ is closed to new replies.