From 5ac269393a445fe7f660be9d9a8867809f7c1af2 Mon Sep 17 00:00:00 2001 From: cgcladera-vancast Date: Tue, 19 Mar 2013 17:19:03 +0100 Subject: [PATCH 1/2] Region help for developers --- Services/Zencoder.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Services/Zencoder.php b/Services/Zencoder.php index c9359c7..c78eaf7 100644 --- a/Services/Zencoder.php +++ b/Services/Zencoder.php @@ -33,6 +33,14 @@ function Services_Zencoder_autoload($className) { class Services_Zencoder extends Services_Zencoder_Base { const USER_AGENT = 'ZencoderPHP v2.1.1'; + + /** + * Zencoder Regions development help + */ + const EUROPE_REGION = 'europe'; + const US_REGION = 'us'; + const ASIA_REGION = 'asia'; + /** * Contains the HTTP communication class From f928af39c8bfae1860a63412fc1f81f0b0a01f36 Mon Sep 17 00:00:00 2001 From: cgcladera-vancast Date: Wed, 20 Mar 2013 09:24:43 +0100 Subject: [PATCH 2/2] Restored previous commit. --- Services/Zencoder.php | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/Services/Zencoder.php b/Services/Zencoder.php index c78eaf7..77cfade 100644 --- a/Services/Zencoder.php +++ b/Services/Zencoder.php @@ -32,15 +32,7 @@ function Services_Zencoder_autoload($className) { class Services_Zencoder extends Services_Zencoder_Base { - const USER_AGENT = 'ZencoderPHP v2.1.1'; - - /** - * Zencoder Regions development help - */ - const EUROPE_REGION = 'europe'; - const US_REGION = 'us'; - const ASIA_REGION = 'asia'; - + const USER_AGENT = 'ZencoderPHP v2.1.1'; /** * Contains the HTTP communication class