php version 02

This commit is contained in:
Mashaper
2011-04-20 14:20:51 -07:00
parent 45b36f9a3e
commit a3ba45fe92
5 changed files with 35 additions and 29 deletions

View File

@@ -30,6 +30,6 @@ define("EXCEPTION_NOTSUPPORTED_HTTPMETHOD", "HTTP method not supported. Only DEL
define("EXCEPTION_SYSTEM_ERROR_CODE", 2000);
define("EXCEPTION_EMPTY_REQUEST", "A request attempt was made to the component, but the response was empty. The component's URL may be wrong or the firewall may be blocking your outbound HTTP requests.");
define("EXCEPTION_JSONDECODE_REQUEST", "Can't deserialize the response JSON from the component. The json_decode function is missing on your server or the method returned an invalid JSON value.");
define("EXCEPTION_JSONDECODE_REQUEST", "Can't deserialize the response JSON from the component. The json_decode function is missing on your server or the method returned an invalid JSON value: %s");
?>