File tree Expand file tree Collapse file tree 3 files changed +12
-64
lines changed Expand file tree Collapse file tree 3 files changed +12
-64
lines changed Original file line number Diff line number Diff line change 1
1
Zencoder API PHP Library
2
2
==========================
3
3
4
+ Author: [ Zac Shenker] (zshenker (a) brightcove (.) c ; om)
5
+ Company: [ Brightcove/Zencoder] ( http://www.zencoder.com )
6
+ Version: 2.1.3
7
+ Date: 2014-07-24
8
+ Repository: < http://github.com/zencoder/zencoder-php/ >
9
+
10
+ The Zencoder CA chain certificate has been removed from the library as the bundled cert will be expiring on July 26 2014,
11
+ and should not be required as PHP/curl should be able to use the built in CA chain.
12
+ Please contact us at (help (a) zencoder (.) c ; om) with an issues.
13
+
14
+
4
15
Author: [ Michael Christopher] (mchristopher (a) brightcove (.) c ; om)
5
16
Company: [ Zencoder - Online Video Encoder] ( http://www.zencoder.com )
6
17
Version: 2.1.1
Original file line number Diff line number Diff line change @@ -118,8 +118,7 @@ public function __construct(
118
118
$ this ->http = new Services_Zencoder_Http (
119
119
$ api_host ,
120
120
array ("curlopts " => array (
121
- CURLOPT_USERAGENT => self ::USER_AGENT ,
122
- CURLOPT_CAINFO => dirname (__FILE__ ) . "/Zencoder/zencoder_ca_chain.crt " ,
121
+ CURLOPT_USERAGENT => self ::USER_AGENT
123
122
), "api_key " => $ api_key , "debug " => $ debug )
124
123
);
125
124
$ this ->accounts = new Services_Zencoder_Accounts ($ this );
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments