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 11Zencoder API PHP Library
22==========================
33
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@zencoder.com with an issues.
13+
14+
415Author: [ Michael Christopher] (mchristopher (a) brightcove (.) c ; om)
516Company: [ Zencoder - Online Video Encoder] ( http://www.zencoder.com )
617Version: 2.1.1
Original file line number Diff line number Diff line change @@ -118,8 +118,7 @@ public function __construct(
118118 $ this ->http = new Services_Zencoder_Http (
119119 $ api_host ,
120120 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
123122 ), "api_key " => $ api_key , "debug " => $ debug )
124123 );
125124 $ 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