I just setup my QA environment and I am getting these errors I don't understand
A PHP Error was encountered
Severity: Notice
Message: Use of undefined constant JSON_ERROR_NONE - assumed 'JSON_ERROR_NONE'
Filename: Description/ServiceDescription.php
Line Number: 48
A PHP Error was encountered
Severity: Notice
Message: Use of undefined constant JSON_ERROR_DEPTH - assumed 'JSON_ERROR_DEPTH'
Filename: Description/ServiceDescription.php
Line Number: 48
A PHP Error was encountered
Severity: Notice
Message: Use of undefined constant JSON_ERROR_STATE_MISMATCH - assumed 'JSON_ERROR_STATE_MISMATCH'
Filename: Description/ServiceDescription.php
Line Number: 48
This is a replica of my production code which is working fine, dont know what changed in the QA environment.