Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #857 from yaqiyang/release44
Browse files Browse the repository at this point in the history
Added Widevine Base License Acquisition + FairPlay support
  • Loading branch information
yaqiyang committed Aug 15, 2016
2 parents 6de933f + 1c2e9e0 commit 8ce9ca6
Show file tree
Hide file tree
Showing 432 changed files with 438 additions and 434 deletions.
6 changes: 3 additions & 3 deletions bin/release-tool.php
Expand Up @@ -27,10 +27,10 @@
* Update the version number of PHP files, and generate class list.
*
* 1. change the NEW_VER const to the correct new version string
* 2. run php .\build\release_tools.php in the root directory
* 2. run php .\bin\release-tool.php in the root directory
*/
const VER_TOKEN = ' * @version';
const NEW_VER = ' Release: 0.4.3_2016-05';
const NEW_VER = ' Release: 0.4.4_2016-08';
$startDir = __DIR__.'/../'; //this will update SDK sources, test sources and examples.

$updateVersion = true;
Expand All @@ -40,7 +40,7 @@
$output = '';

foreach (new RecursiveIteratorIterator(new RecursiveDirectoryIterator($startDir)) as $filename => $cur) {
if (is_dir($filename) || strpos($filename, 'release_tools.php') !== false) {
if (is_dir($filename) || strpos($filename, 'release-tool.php') !== false) {
continue;
}

Expand Down
4 changes: 4 additions & 0 deletions changelog.txt
@@ -1,3 +1,7 @@
Windows Azure SDK For PHP 0.4.4, 2016-08-16
-------------------------------------------
Added Widevine Base License Acquisition + FairPlay support

Windows Azure SDK For PHP 0.4.3, 2016-05-10
-------------------------------------------
- Updated PHP version requirement to >=5.5 for PHP Storage SDK (https://github.com/Azure/azure-storage-php)
Expand Down
2 changes: 1 addition & 1 deletion examples/Client/CloudStorageService.php
Expand Up @@ -37,7 +37,7 @@
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
*
* @version Release: 0.4.3_2016-05
* @version Release: 0.4.4_2016-08
*
* @link https://github.com/windowsazure/azure-sdk-for-php
*/
Expand Down
2 changes: 1 addition & 1 deletion examples/Client/CloudSubscription.php
Expand Up @@ -38,7 +38,7 @@
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
*
* @version Release: 0.4.3_2016-05
* @version Release: 0.4.4_2016-08
*
* @link https://github.com/windowsazure/azure-sdk-for-php
*/
Expand Down
2 changes: 1 addition & 1 deletion examples/Client/CloudTable.php
Expand Up @@ -36,7 +36,7 @@
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
*
* @version Release: 0.4.3_2016-05
* @version Release: 0.4.4_2016-08
*
* @link https://github.com/windowsazure/azure-sdk-for-php
*/
Expand Down
2 changes: 1 addition & 1 deletion examples/Client/ErrorMessages.php
Expand Up @@ -34,7 +34,7 @@
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
*
* @version Release: 0.4.3_2016-05
* @version Release: 0.4.4_2016-08
*
* @link https://github.com/windowsazure/azure-sdk-for-php
*/
Expand Down
2 changes: 1 addition & 1 deletion examples/Client/WindowsAzureErrorCodes.php
Expand Up @@ -34,7 +34,7 @@
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
*
* @version Release: 0.4.3_2016-05
* @version Release: 0.4.4_2016-08
*
* @link https://github.com/windowsazure/azure-sdk-for-php
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Common/CloudConfigurationManager.php
Expand Up @@ -38,7 +38,7 @@
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
*
* @version Release: 0.4.3_2016-05
* @version Release: 0.4.4_2016-08
*
* @link https://github.com/windowsazure/azure-sdk-for-php
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Common/Internal/Atom/AtomBase.php
Expand Up @@ -37,7 +37,7 @@
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
*
* @version Release: 0.4.3_2016-05
* @version Release: 0.4.4_2016-08
*
* @link https://github.com/WindowsAzure/azure-sdk-for-php
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Common/Internal/Atom/AtomLink.php
Expand Up @@ -37,7 +37,7 @@
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
*
* @version Release: 0.4.3_2016-05
* @version Release: 0.4.4_2016-08
*
* @link https://github.com/WindowsAzure/azure-sdk-for-php
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Common/Internal/Atom/Category.php
Expand Up @@ -37,7 +37,7 @@
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
*
* @version Release: 0.4.3_2016-05
* @version Release: 0.4.4_2016-08
*
* @link https://github.com/WindowsAzure/azure-sdk-for-php
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Common/Internal/Atom/Content.php
Expand Up @@ -37,7 +37,7 @@
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
*
* @version Release: 0.4.3_2016-05
* @version Release: 0.4.4_2016-08
*
* @link https://github.com/WindowsAzure/azure-sdk-for-php
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Common/Internal/Atom/Entry.php
Expand Up @@ -37,7 +37,7 @@
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
*
* @version Release: 0.4.3_2016-05
* @version Release: 0.4.4_2016-08
*
* @link https://github.com/WindowsAzure/azure-sdk-for-php
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Common/Internal/Atom/Feed.php
Expand Up @@ -37,7 +37,7 @@
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
*
* @version Release: 0.4.3_2016-05
* @version Release: 0.4.4_2016-08
*
* @link https://github.com/WindowsAzure/azure-sdk-for-php
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Common/Internal/Atom/Generator.php
Expand Up @@ -36,7 +36,7 @@
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
*
* @version Release: 0.4.3_2016-05
* @version Release: 0.4.4_2016-08
*
* @link https://github.com/WindowsAzure/azure-sdk-for-php
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Common/Internal/Atom/Person.php
Expand Up @@ -37,7 +37,7 @@
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
*
* @version Release: 0.4.3_2016-05
* @version Release: 0.4.4_2016-08
*
* @link https://github.com/WindowsAzure/azure-sdk-for-php
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Common/Internal/Atom/Source.php
Expand Up @@ -37,7 +37,7 @@
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
*
* @version Release: 0.4.3_2016-05
* @version Release: 0.4.4_2016-08
*
* @link https://github.com/WindowsAzure/azure-sdk-for-php
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Common/Internal/Authentication/IAuthScheme.php
Expand Up @@ -34,7 +34,7 @@
* @copyright Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
*
* @version Release: 0.4.3_2016-05
* @version Release: 0.4.4_2016-08
*
* @link https://github.com/windowsazure/azure-sdk-for-php
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Common/Internal/Authentication/OAuthScheme.php
Expand Up @@ -37,7 +37,7 @@
* @copyright Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
*
* @version Release: 0.4.3_2016-05
* @version Release: 0.4.4_2016-08
*
* @link http://github.com/windowsazure/azure-sdk-for-php
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Common/Internal/Authentication/SharedKeyAuthScheme.php
Expand Up @@ -38,7 +38,7 @@
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
*
* @version Release: 0.4.3_2016-05
* @version Release: 0.4.4_2016-08
*
* @link https://github.com/windowsazure/azure-sdk-for-php
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Common/Internal/Authentication/StorageAuthScheme.php
Expand Up @@ -37,7 +37,7 @@
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
*
* @version Release: 0.4.3_2016-05
* @version Release: 0.4.4_2016-08
*
* @link https://github.com/windowsazure/azure-sdk-for-php
*/
Expand Down
Expand Up @@ -38,7 +38,7 @@
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
*
* @version Release: 0.4.3_2016-05
* @version Release: 0.4.4_2016-08
*
* @link http://github.com/windowsazure/azure-sdk-for-php
*/
Expand Down
4 changes: 2 additions & 2 deletions src/Common/Internal/ConnectionStringParser.php
Expand Up @@ -36,7 +36,7 @@
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
*
* @version Release: 0.4.3_2016-05
* @version Release: 0.4.4_2016-08
*
* @link https://github.com/windowsazure/azure-sdk-for-php
*/
Expand Down Expand Up @@ -358,7 +358,7 @@ private function _skipOperator($operatorChar)
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
*
* @version Release: 0.4.3_2016-05
* @version Release: 0.4.4_2016-08
*
* @link https://github.com/windowsazure/azure-sdk-for-php
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Common/Internal/ConnectionStringSource.php
Expand Up @@ -34,7 +34,7 @@
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
*
* @version Release: 0.4.3_2016-05
* @version Release: 0.4.4_2016-08
*
* @link https://github.com/windowsazure/azure-sdk-for-php
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Common/Internal/FilterableService.php
Expand Up @@ -34,7 +34,7 @@
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
*
* @version Release: 0.4.3_2016-05
* @version Release: 0.4.4_2016-08
*
* @link https://github.com/windowsazure/azure-sdk-for-php
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Common/Internal/Filters/AuthenticationFilter.php
Expand Up @@ -37,7 +37,7 @@
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
*
* @version Release: 0.4.3_2016-05
* @version Release: 0.4.4_2016-08
*
* @link https://github.com/windowsazure/azure-sdk-for-php
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Common/Internal/Filters/DateFilter.php
Expand Up @@ -37,7 +37,7 @@
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
*
* @version Release: 0.4.3_2016-05
* @version Release: 0.4.4_2016-08
*
* @link https://github.com/windowsazure/azure-sdk-for-php
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Common/Internal/Filters/ExponentialRetryPolicy.php
Expand Up @@ -34,7 +34,7 @@
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
*
* @version Release: 0.4.3_2016-05
* @version Release: 0.4.4_2016-08
*
* @link https://github.com/windowsazure/azure-sdk-for-php
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Common/Internal/Filters/HeadersFilter.php
Expand Up @@ -36,7 +36,7 @@
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
*
* @version Release: 0.4.3_2016-05
* @version Release: 0.4.4_2016-08
*
* @link https://github.com/windowsazure/azure-sdk-for-php
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Common/Internal/Filters/RetryPolicy.php
Expand Up @@ -34,7 +34,7 @@
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
*
* @version Release: 0.4.3_2016-05
* @version Release: 0.4.4_2016-08
*
* @link https://github.com/windowsazure/azure-sdk-for-php
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Common/Internal/Filters/RetryPolicyFilter.php
Expand Up @@ -36,7 +36,7 @@
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
*
* @version Release: 0.4.3_2016-05
* @version Release: 0.4.4_2016-08
*
* @link https://github.com/windowsazure/azure-sdk-for-php
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Common/Internal/Filters/WrapFilter.php
Expand Up @@ -39,7 +39,7 @@
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
*
* @version Release: 0.4.3_2016-05
* @version Release: 0.4.4_2016-08
*
* @link https://github.com/windowsazure/azure-sdk-for-php
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Common/Internal/Http/BatchRequest.php
Expand Up @@ -37,7 +37,7 @@
* @copyright Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
*
* @version Release: 0.4.3_2016-05
* @version Release: 0.4.4_2016-08
*
* @link https://github.com/windowsazure/azure-sdk-for-php
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Common/Internal/Http/BatchResponse.php
Expand Up @@ -37,7 +37,7 @@
* @copyright Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
*
* @version Release: 0.4.3_2016-05
* @version Release: 0.4.4_2016-08
*
* @link https://github.com/windowsazure/azure-sdk-for-php
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Common/Internal/Http/HttpCallContext.php
Expand Up @@ -38,7 +38,7 @@
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
*
* @version Release: 0.4.3_2016-05
* @version Release: 0.4.4_2016-08
*
* @link https://github.com/windowsazure/azure-sdk-for-php
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Common/Internal/Http/HttpClient.php
Expand Up @@ -38,7 +38,7 @@
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
*
* @version Release: 0.4.3_2016-05
* @version Release: 0.4.4_2016-08
*
* @link https://github.com/windowsazure/azure-sdk-for-php
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Common/Internal/Http/IHttpClient.php
Expand Up @@ -34,7 +34,7 @@
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
*
* @version Release: 0.4.3_2016-05
* @version Release: 0.4.4_2016-08
*
* @link https://github.com/windowsazure/azure-sdk-for-php
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Common/Internal/Http/IUrl.php
Expand Up @@ -34,7 +34,7 @@
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
*
* @version Release: 0.4.3_2016-05
* @version Release: 0.4.4_2016-08
*
* @link https://github.com/windowsazure/azure-sdk-for-php
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Common/Internal/Http/Url.php
Expand Up @@ -37,7 +37,7 @@
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
*
* @version Release: 0.4.3_2016-05
* @version Release: 0.4.4_2016-08
*
* @link https://github.com/windowsazure/azure-sdk-for-php
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Common/Internal/IServiceFilter.php
Expand Up @@ -35,7 +35,7 @@
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
*
* @version Release: 0.4.3_2016-05
* @version Release: 0.4.4_2016-08
*
* @link https://github.com/windowsazure/azure-sdk-for-php
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Common/Internal/InvalidArgumentTypeException.php
Expand Up @@ -34,7 +34,7 @@
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
*
* @version Release: 0.4.3_2016-05
* @version Release: 0.4.4_2016-08
*
* @link https://github.com/windowsazure/azure-sdk-for-php
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Common/Internal/Logger.php
Expand Up @@ -34,7 +34,7 @@
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
*
* @version Release: 0.4.3_2016-05
* @version Release: 0.4.4_2016-08
*
* @link https://github.com/windowsazure/azure-sdk-for-php
*/
Expand Down

0 comments on commit 8ce9ca6

Please sign in to comment.