version 0.4

This commit is contained in:
Michele Zonca
2011-09-11 16:55:30 +02:00
parent fe2ad315db
commit 0c03548d09
13 changed files with 163 additions and 732 deletions

View File

@@ -28,7 +28,6 @@ define("EXCEPTION_NOTSUPPORTED_HTTPMETHOD_CODE", 1003);
define("EXCEPTION_NOTSUPPORTED_HTTPMETHOD", "HTTP method not supported. Only DELETE, GET, POST, PUT are supported");
define("EXCEPTION_SYSTEM_ERROR_CODE", 2000);
define("EXCEPTION_JSONDECODE_REQUEST", "Can't deserialize the response JSON from the component. The method returned an invalid JSON value: %s");
define("EXCEPTION_EMPTY_RESPONSE", "Can't deserialize the response JSON from the component. The method returned an empty value.");
define("EXCEPTION_JSONDECODE_REQUEST", "Can't deserialize the response JSON from the component. Maybe you tried to make an HTTPS request but PHP is not compiled with OpenSSL support, or the request returned an invalid JSON value: %s");
?>