<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>Windows Azure SDK for PHP</title><link>http://phpazure.codeplex.com/project/feeds/rss</link><description>As part of Microsoft&amp;#8217;s commitment to Interoperability, this open source project is an effort bridge PHP developers to Windows Azure. PHPAzure is an open source project to provide software development kit for Windows Azure and Windows Azure Storage &amp;#8211; Blobs, Tables &amp;#38; Queues</description><item><title>New Post: PHP sdk for blob storage</title><link>http://phpazure.codeplex.com/discussions/443230</link><description>&lt;div style="line-height: normal;"&gt;I have downloaded it and tried to install on wamp server but not able to figure out how to use this sdk for my web application.&lt;br /&gt;
&lt;/div&gt;</description><author>adeshpandey</author><pubDate>Tue, 14 May 2013 12:09:33 GMT</pubDate><guid isPermaLink="false">New Post: PHP sdk for blob storage 20130514120933P</guid></item><item><title>New Post: How to install FPDF in Windows Azure</title><link>http://phpazure.codeplex.com/discussions/443542</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br /&gt;
&lt;br /&gt;
I've been trying to install FPDF (fpdf.org) on Windows Azure. I have already succeeded with a local server (XAMPP) and everything works.&lt;br /&gt;
&lt;br /&gt;
Now, when I try to install on Windows Azure using WebMatrix, nothing happens.&lt;br /&gt;
&lt;br /&gt;
Here's what I've done : &lt;br /&gt;
&lt;br /&gt;
I uploaded the FPDF files on the website folder. Then I created a main page (index.php) and wrote a simple example using FPDF.&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;?php
require('../[FPDF folder]/fpdf.php');

$pdf = new FPDF();
$pdf-&amp;gt;AddPage();
$pdf-&amp;gt;SetFont('Arial','B',16);
$pdf-&amp;gt;Cell(40,10,'Hello World!');
$pdf-&amp;gt;Output();
?&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

I don't think that the code is wrong (I tested with my local server XAMPP and it worked), however maybe I forgot to configure something on the Windows Azure configuration page.&lt;br /&gt;
&lt;br /&gt;
Someone suggested that I had to do stuff with the &amp;quot;App settings&amp;quot; in the configure page; however I have no idea what I should put there regarding FPDF.&lt;br /&gt;
&lt;br /&gt;
Anyone knows how to fix my problem ?&lt;br /&gt;
Thanks!&lt;br /&gt;
&lt;br /&gt;
Edit1 : The output should be a pdf, but I get a blank web page.&lt;br /&gt;
&lt;/div&gt;</description><author>TiKaY</author><pubDate>Tue, 14 May 2013 00:42:28 GMT</pubDate><guid isPermaLink="false">New Post: How to install FPDF in Windows Azure 20130514124228A</guid></item><item><title>New Post: PHP sdk for blob storage</title><link>http://phpazure.codeplex.com/discussions/443230</link><description>&lt;div style="line-height: normal;"&gt;As mentioned on on the home page of this project, it has been deprecated in favor of the official SDK created by the Windows Azure team. It is available on Github at &lt;a href="https://github.com/WindowsAzure/azure-sdk-for-php" rel="nofollow"&gt;https://github.com/WindowsAzure/azure-sdk-for-php&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>blobaugh</author><pubDate>Mon, 13 May 2013 02:08:03 GMT</pubDate><guid isPermaLink="false">New Post: PHP sdk for blob storage 20130513020803A</guid></item><item><title>New Post: PHP sdk for blob storage</title><link>http://phpazure.codeplex.com/discussions/443230</link><description>&lt;div style="line-height: normal;"&gt;Hey everyone, I am new to azure and set up azure recently. We want to upload user profile Images automatically from our website to azure blob storage using php code. Can anybody help me out how to do that I tried the steps described at windows azure website but it did not work for me. I am using wamp on my local machine so I want to use that php sdk on wamp stack.   &lt;br /&gt;
&lt;/div&gt;</description><author>adeshpandey</author><pubDate>Fri, 10 May 2013 11:30:15 GMT</pubDate><guid isPermaLink="false">New Post: PHP sdk for blob storage 20130510113015A</guid></item><item><title>Source code checked in, #71484</title><link>http://phpazure.codeplex.com/SourceControl/changeset/changes/71484</link><description>Improved the performance of the logging component.</description><author>kinetic1988</author><pubDate>Fri, 29 Mar 2013 15:14:20 GMT</pubDate><guid isPermaLink="false">Source code checked in, #71484 20130329031420P</guid></item><item><title>New Post: FileUpload Azure Php</title><link>http://phpazure.codeplex.com/discussions/437458</link><description>&lt;div style="line-height: normal;"&gt;can you get rid out of from or can u correct my code.&lt;br /&gt;
&lt;/div&gt;</description><author>AzureWajih</author><pubDate>Thu, 21 Mar 2013 09:28:31 GMT</pubDate><guid isPermaLink="false">New Post: FileUpload Azure Php 20130321092831A</guid></item><item><title>New Post: FileUpload Azure Php</title><link>http://phpazure.codeplex.com/discussions/437458</link><description>&lt;div style="line-height: normal;"&gt;This SDK has been deprecated in favor of the SDK released by Windows Azure at &lt;a href="https://github.com/WindowsAzure/azure-sdk-for-php" rel="nofollow"&gt;https://github.com/WindowsAzure/azure-sdk-for-php&lt;/a&gt; . As the Windows Azure API evolves this CodePlex project code will stop working. Please try using the new SDK and post an issue on Github if you have issues there also.&lt;br /&gt;
&lt;br /&gt;
Another great resource is &lt;a href="https://www.windowsazure.com/en-us/develop/php/" rel="nofollow"&gt;https://www.windowsazure.com/en-us/develop/php/&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>blobaugh</author><pubDate>Thu, 21 Mar 2013 09:23:55 GMT</pubDate><guid isPermaLink="false">New Post: FileUpload Azure Php 20130321092355A</guid></item><item><title>New Post: FileUpload Azure Php</title><link>http://phpazure.codeplex.com/discussions/437458</link><description>&lt;div style="line-height: normal;"&gt;Hi I am wajih &lt;br /&gt;
 &lt;br /&gt;
That's my first time to deal with azure i have done configuration my Senerio is that&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;upload file from browser to php&lt;/li&gt;
&lt;li&gt;php puts file in blob&lt;/li&gt;
&lt;li&gt;
puts blob refrence in queue&lt;br /&gt;
&lt;/li&gt;
&lt;/ol&gt;
So first upload file from browser that thing i have done for remaning two i have written this code please tell is there any mistake so correct my code.&lt;br /&gt;
&lt;br /&gt;
here code given below &lt;br /&gt;
&lt;br /&gt;
&amp;lt;?php&lt;br /&gt;
require_once &amp;quot;vendor/autoload.php&amp;quot;;&lt;br /&gt;
require_once &amp;quot;AzureBlobPhpUploader/bookMessage.php&amp;quot;;&lt;br /&gt;
&lt;br /&gt;
use WindowsAzure\Common\ServicesBuilder;&lt;br /&gt;
use WindowsAzure\Blob\Models\CreateContainerOptions;&lt;br /&gt;
use WindowsAzure\Blob\Models\PublicAccessType;&lt;br /&gt;
use WindowsAzure\Common\ServiceException;&lt;br /&gt;
use WindowsAzure\ServiceBus\Models\QueueInfo;&lt;br /&gt;
use WindowsAzure\Queue\QueueRestProxy;&lt;br /&gt;
use WindowsAzure\Queue\Models\CreateQueueOptions;&lt;br /&gt;
use WindowsAzure\Queue\Models\CreateMessageOptions;&lt;br /&gt;
use WindowsAzure\ServiceBus\models\BrokeredMessage;;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
class fileLoaderForProcess&lt;br /&gt;
{&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;public static function uploadFile($filePath)
{
    // Create blob REST proxy.
    $connectionString = &amp;quot;&amp;quot;;
    $blobRestProxy = ServicesBuilder::getInstance()-&amp;gt;createBlobService($connectionString);
    $createContainerOptions = new CreateContainerOptions();

    // Set public access policy. Possible values are
    // PublicAccessType::CONTAINER_AND_BLOBS and PublicAccessType::BLOBS_ONLY.
    // CONTAINER_AND_BLOBS: full public read access for container and blob data.
    // BLOBS_ONLY: public read access for blobs. Container data not available.
    // If this value is not specified, container data is private to the account owner.
    $createContainerOptions-&amp;gt;setPublicAccess(PublicAccessType::CONTAINER_AND_BLOBS);

    $msg = new BookMessage();
    $getUniqueId = uniqid();
    $msg-&amp;gt;setBookguid($getUniqueId);
    $bookGuid = $msg-&amp;gt;getBookguid();
    $msg-&amp;gt;setFilename($filePath);
    $msg-&amp;gt;setBlobReference($bookGuid);
    $blobRefrence = $msg-&amp;gt;getBlobReference();

//  $message = new BrokeredMessage();
//  $message-&amp;gt;setBody($msg);

    try {
        // Create container.
        $blobRestProxy-&amp;gt;createContainer(&amp;quot;books&amp;quot;, $createContainerOptions);
        $content = fopen($filePath, &amp;quot;r&amp;quot;);
        $blob_name = &amp;quot;pdfFile&amp;quot;;

        $blobref = $blobRestProxy-&amp;gt;createBlockBlob(&amp;quot;books&amp;quot;, $blob_name, $content);

        // Create Service Bus REST proxy.
        $createQueueOptions = new CreateQueueOptions();
        $messageQueue = $queueRestProxy-&amp;gt;createQueue(&amp;quot;booksQueue&amp;quot;, $createQueueOptions);
        $queueRestProxy-&amp;gt;createMessage($messageQueue, $msg);

    } catch(ServiceException $e){
        $code = $e-&amp;gt;getCode();
        $error_message = $e-&amp;gt;getMessage();
        echo $code.&amp;quot;: &amp;quot;.$error_message.&amp;quot;&amp;lt;br /&amp;gt;&amp;quot;;
    }
}&lt;/code&gt;&lt;/pre&gt;

}&lt;br /&gt;
&lt;br /&gt;
?&amp;gt;&lt;br /&gt;
&lt;/div&gt;</description><author>AzureWajih</author><pubDate>Thu, 21 Mar 2013 09:18:09 GMT</pubDate><guid isPermaLink="false">New Post: FileUpload Azure Php 20130321091809A</guid></item><item><title>New Post: LocalStorage and ConfigurationSettings</title><link>http://phpazure.codeplex.com/discussions/64334</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I've downloaded and installed the library NTS on PHP 5.3 but I continue to receive&amp;nbsp;&amp;quot;Call to undefined function azure_getconfig()&amp;quot;&lt;/p&gt;
&lt;p&gt;Does it work to someone?&lt;/p&gt;
&lt;p&gt;Thank you&lt;/p&gt;
&lt;/div&gt;</description><author>Danielebr_</author><pubDate>Tue, 08 Jan 2013 10:39:27 GMT</pubDate><guid isPermaLink="false">New Post: LocalStorage and ConfigurationSettings 20130108103927A</guid></item><item><title>Source code checked in, #70298</title><link>http://phpazure.codeplex.com/SourceControl/changeset/changes/70298</link><description>Upgrade&amp;#58; New Version of LabDefaultTemplate.xaml. To upgrade your build definitions, please visit the following link&amp;#58; http&amp;#58;&amp;#47;&amp;#47;go.microsoft.com&amp;#47;fwlink&amp;#47;&amp;#63;LinkId&amp;#61;254563</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 21:36:45 GMT</pubDate><guid isPermaLink="false">Source code checked in, #70298 20121001093645P</guid></item><item><title>Source code checked in, #70297</title><link>http://phpazure.codeplex.com/SourceControl/changeset/changes/70297</link><description>Checked in by server upgrade</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 21:31:58 GMT</pubDate><guid isPermaLink="false">Source code checked in, #70297 20121001093158P</guid></item><item><title>Created Issue: Curl method HEAD is not supported [7139]</title><link>http://phpazure.codeplex.com/workitem/7139</link><description>Hello,&lt;br /&gt;&lt;br /&gt;In Curl.php, HEAD method is not supported.&lt;br /&gt;When I used Microsoft_Http_Client_Adapter_Curl as an adapter, some methods did not operate. &lt;br /&gt;Please apply attached patch.&lt;br /&gt;&lt;br /&gt;Thanks, togawa.&lt;br /&gt;</description><author>togawa</author><pubDate>Sat, 22 Sep 2012 12:15:30 GMT</pubDate><guid isPermaLink="false">Created Issue: Curl method HEAD is not supported [7139] 20120922121530P</guid></item><item><title>Commented Issue: Socket fread size is not checked. [7138]</title><link>http://phpazure.codeplex.com/workitem/7138</link><description>Hello,&lt;br /&gt;In Sockt.php, when large size is specified as fread, the eof does not operate normally. &lt;br /&gt;&lt;br /&gt;Please apply attached patch.&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;togawa.&lt;br /&gt;Comments: ** Comment from web user: togawa ** &lt;p&gt;Sorry,&lt;br /&gt;attached file was incorrect.&lt;br /&gt;This new attached file is correct.&lt;/p&gt;&lt;p&gt;Thanks,&lt;br /&gt;togawa.&lt;/p&gt;</description><author>togawa</author><pubDate>Sat, 22 Sep 2012 07:11:50 GMT</pubDate><guid isPermaLink="false">Commented Issue: Socket fread size is not checked. [7138] 20120922071150A</guid></item><item><title>Created Issue: Socket fread size is not checked. [7138]</title><link>http://phpazure.codeplex.com/workitem/7138</link><description>Hello,&lt;br /&gt;In Sockt.php, when large size is specified as fread, the eof does not operate normally. &lt;br /&gt;&lt;br /&gt;Please apply attached patch.&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;togawa.&lt;br /&gt;</description><author>togawa</author><pubDate>Sat, 22 Sep 2012 06:54:22 GMT</pubDate><guid isPermaLink="false">Created Issue: Socket fread size is not checked. [7138] 20120922065422A</guid></item><item><title>Updated Wiki: Home</title><link>http://phpazure.codeplex.com/wikipage?version=26</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;Windows Azure SDK for PHP&lt;em&gt;&amp;nbsp; &lt;/em&gt;&lt;/h1&gt;
&lt;hr&gt;
&lt;h2&gt;&lt;strong&gt;&lt;span style="color:#ff0000"&gt;&lt;em&gt;Deprecated in favor of the new SDK on
&lt;a href="https://github.com/windowsazure/azure-sdk-for-php"&gt;GitHub&lt;/a&gt;&lt;/em&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;&lt;em&gt;The Microsoft Windows Azure team has released a &lt;a href="http://windowsazure.com/en-us/develop/php/"&gt;
new Windows Azure SDK for PHP&lt;/a&gt;. This release is part of an effort to keep PHP client libraries up to date with new Windows Azure features and to make PHP a first-class citizen in Windows Azure. The latest client libraries are on
&lt;a href="https://github.com/windowsazure/azure-sdk-for-php"&gt;GitHub&lt;/a&gt;. While the SDK hosted on here will continue to work for the foreseeable future, it is strongly recommended that new PHP/Windows Azure applications use the SDK hosted on
&lt;a href="https://github.com/windowsazure/azure-sdk-for-php"&gt;GitHub&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h2&gt;1. What is Windows Azure SDK for PHP?&lt;/h2&gt;
&lt;p&gt;As part of Microsoft&amp;rsquo;s commitment to Interoperability, this open source project is an effort bridge PHP developers to Windows Azure. The Windows Azure SDK for PHP is an open source project to provide a software development kit for Windows Azure and
 Windows Azure Storage.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Overview
&lt;ul&gt;
&lt;li&gt;Enables PHP developers to take advantage of the Microsoft Cloud Services Platform &amp;ndash; Windows Azure.
&lt;/li&gt;&lt;li&gt;Provides consistent programming model for Windows Azure Storage (Blobs, Tables &amp;amp; Queues)
&lt;/li&gt;&lt;/ul&gt;
&lt;/li&gt;&lt;li&gt;Features
&lt;ul&gt;
&lt;li&gt;PHP classes for Windows Azure Blobs, Tables &amp;amp; Queues (for CRUD operations)
&lt;/li&gt;&lt;li&gt;Helper Classes for HTTP transport, AuthN/AuthZ, REST &amp;amp; Error Management &lt;/li&gt;&lt;li&gt;Manageability, Instrumentation &amp;amp; Logging support &lt;/li&gt;&lt;li&gt;Support for storing PHP sessions in Azure Table Storage &lt;/li&gt;&lt;li&gt;Management API client &lt;/li&gt;&lt;li&gt;Diagnostics client &lt;/li&gt;&lt;li&gt;Command line tools set for
&lt;ul&gt;
&lt;li&gt;Packaging &lt;/li&gt;&lt;li&gt;Management &lt;/li&gt;&lt;li&gt;Diagnostics &lt;/li&gt;&lt;li&gt;Deployment &lt;/li&gt;&lt;/ul&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&lt;br&gt;
View the Documentation page of this project or the &lt;a href="http://azurephp.interoperabilitybridges.com/tutorials"&gt;
Windows Azure PHP&lt;/a&gt; website maintained by the Microsoft Interoperability Team.&lt;/p&gt;
&lt;h2&gt;2. Project contributors&lt;/h2&gt;
&lt;p&gt;Windows Azure SDK for PHP is an open source collaboration project driven by &lt;a href="http://www.realdolmen.com"&gt;
RealDolmen&lt;/a&gt; and &lt;a href="http://www.microsoft.com"&gt;Microsoft&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;img title="logorealdolmen.jpg" src="http://i3.codeplex.com/Download?ProjectName=phpazure&amp;DownloadId=66981" alt="logorealdolmen.jpg"&gt;&lt;br&gt;
The &lt;a href="http://www.realdolmen.com"&gt;RealDolmen&lt;/a&gt; Microsoft Competence Centre is occupied with the supply of made-to-measure professional Microsoft solutions to customers and is the largest Microsoft integrator in Belgium. RealDolmen has over 10 years
 of experience of complete implementation of Microsoft projects in terms of strategy, architecture, implementation, integration of systems, maintenance, training as well as support.&lt;br&gt;
&lt;br&gt;
&lt;img title="logomicrosoft.jpg" src="http://i3.codeplex.com/Download?ProjectName=phpazure&amp;DownloadId=66982" alt="logomicrosoft.jpg"&gt;
&lt;br&gt;
&lt;a href="http://www.microsoft.com"&gt;Microsoft&lt;/a&gt; is the project sponsor and provides Architectural &amp;amp; Technical Guidance on its
&lt;a href="http://www.azure.com"&gt;Windows Azure&lt;/a&gt; platform.&lt;/p&gt;
&lt;h2&gt;Thanks to&lt;/h2&gt;
&lt;p&gt;&lt;a href="http://www.realdolmen.com"&gt;RealDolmen&lt;/a&gt;, contributor&lt;br&gt;
&lt;a href="http://www.microsoft.com"&gt;Microsoft&lt;/a&gt;, sponsor&lt;br&gt;
&lt;a href="http://www.zitec.com"&gt;Zitec&lt;/a&gt;, feedback and testing&lt;/p&gt;
&lt;hr&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>maartenba</author><pubDate>Wed, 06 Jun 2012 06:20:19 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120606062019A</guid></item><item><title>Updated Wiki: Home</title><link>http://phpazure.codeplex.com/wikipage?version=25</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;Windows Azure SDK for PHP&lt;em&gt;&amp;nbsp; &lt;/em&gt;&lt;strong&gt;&lt;span style="color:#ff0000"&gt;&lt;em&gt;TL;DR; Deprecated in favor of the new SDK on
&lt;a href="https://github.com/windowsazure/azure-sdk-for-php"&gt;GitHub&lt;/a&gt;&lt;/em&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/h1&gt;
&lt;hr&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;The Microsoft Windows Azure team has released a &lt;a href="http://windowsazure.com/en-us/develop/php/"&gt;
new Windows Azure SDK for PHP&lt;/a&gt;. This release is part of an effort to keep PHP client libraries up to date with new Windows Azure features and to make PHP a first-class citizen in Windows Azure. The latest client libraries are on
&lt;a href="https://github.com/windowsazure/azure-sdk-for-php"&gt;GitHub&lt;/a&gt;. While the SDK hosted on here will continue to work for the foreseeable future, it is strongly recommended that new PHP/Windows Azure applications use the SDK hosted on
&lt;a href="https://github.com/windowsazure/azure-sdk-for-php"&gt;GitHub&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;/em&gt;&amp;nbsp;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;h2&gt;1. What is Windows Azure SDK for PHP?&lt;/h2&gt;
&lt;p&gt;As part of Microsoft&amp;rsquo;s commitment to Interoperability, this open source project is an effort bridge PHP developers to Windows Azure. The Windows Azure SDK for PHP is an open source project to provide a software development kit for Windows Azure and
 Windows Azure Storage.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Overview
&lt;ul&gt;
&lt;li&gt;Enables PHP developers to take advantage of the Microsoft Cloud Services Platform &amp;ndash; Windows Azure.
&lt;/li&gt;&lt;li&gt;Provides consistent programming model for Windows Azure Storage (Blobs, Tables &amp;amp; Queues)
&lt;/li&gt;&lt;/ul&gt;
&lt;/li&gt;&lt;li&gt;Features
&lt;ul&gt;
&lt;li&gt;PHP classes for Windows Azure Blobs, Tables &amp;amp; Queues (for CRUD operations)
&lt;/li&gt;&lt;li&gt;Helper Classes for HTTP transport, AuthN/AuthZ, REST &amp;amp; Error Management &lt;/li&gt;&lt;li&gt;Manageability, Instrumentation &amp;amp; Logging support &lt;/li&gt;&lt;li&gt;Support for storing PHP sessions in Azure Table Storage &lt;/li&gt;&lt;li&gt;Management API client &lt;/li&gt;&lt;li&gt;Diagnostics client &lt;/li&gt;&lt;li&gt;Command line tools set for
&lt;ul&gt;
&lt;li&gt;Packaging &lt;/li&gt;&lt;li&gt;Management &lt;/li&gt;&lt;li&gt;Diagnostics &lt;/li&gt;&lt;li&gt;Deployment &lt;/li&gt;&lt;/ul&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&lt;br&gt;
View the Documentation page of this project or the &lt;a href="http://azurephp.interoperabilitybridges.com/tutorials"&gt;
Windows Azure PHP&lt;/a&gt; website maintained by the Microsoft Interoperability Team.&lt;/p&gt;
&lt;h2&gt;2. Project contributors&lt;/h2&gt;
&lt;p&gt;Windows Azure SDK for PHP is an open source collaboration project driven by &lt;a href="http://www.realdolmen.com"&gt;
RealDolmen&lt;/a&gt; and &lt;a href="http://www.microsoft.com"&gt;Microsoft&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;img title="logorealdolmen.jpg" src="http://i3.codeplex.com/Download?ProjectName=phpazure&amp;DownloadId=66981" alt="logorealdolmen.jpg"&gt;&lt;br&gt;
The &lt;a href="http://www.realdolmen.com"&gt;RealDolmen&lt;/a&gt; Microsoft Competence Centre is occupied with the supply of made-to-measure professional Microsoft solutions to customers and is the largest Microsoft integrator in Belgium. RealDolmen has over 10 years
 of experience of complete implementation of Microsoft projects in terms of strategy, architecture, implementation, integration of systems, maintenance, training as well as support.&lt;br&gt;
&lt;br&gt;
&lt;img title="logomicrosoft.jpg" src="http://i3.codeplex.com/Download?ProjectName=phpazure&amp;DownloadId=66982" alt="logomicrosoft.jpg"&gt;
&lt;br&gt;
&lt;a href="http://www.microsoft.com"&gt;Microsoft&lt;/a&gt; is the project sponsor and provides Architectural &amp;amp; Technical Guidance on its
&lt;a href="http://www.azure.com"&gt;Windows Azure&lt;/a&gt; platform.&lt;/p&gt;
&lt;h2&gt;Thanks to&lt;/h2&gt;
&lt;p&gt;&lt;a href="http://www.realdolmen.com"&gt;RealDolmen&lt;/a&gt;, contributor&lt;br&gt;
&lt;a href="http://www.microsoft.com"&gt;Microsoft&lt;/a&gt;, sponsor&lt;br&gt;
&lt;a href="http://www.zitec.com"&gt;Zitec&lt;/a&gt;, feedback and testing&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>maartenba</author><pubDate>Wed, 06 Jun 2012 06:19:19 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120606061919A</guid></item><item><title>Created Issue: Blob Stream Registration [6955]</title><link>http://phpazure.codeplex.com/workitem/6955</link><description>Hello,&lt;br /&gt;there is critical bug in file lib&amp;#47;Microsoft&amp;#47;WindowsAzure&amp;#47;Storage&amp;#47;Blob.php, at line 1864.&lt;br /&gt;&lt;br /&gt;When include paths are not set as expected, require_once&amp;#40;&amp;#41; fails.&lt;br /&gt;&lt;br /&gt;Solution&amp;#58; Let autoloader do its job. Use this code instead&amp;#58;&lt;br /&gt;&lt;br /&gt;  class_exists&amp;#40;&amp;#39;Microsoft_WindowsAzure_Storage_Blob_Stream&amp;#39;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;PHP will look for specified class and it kicks autoloader...&lt;br /&gt;</description><author>jkufner</author><pubDate>Thu, 17 May 2012 14:04:18 GMT</pubDate><guid isPermaLink="false">Created Issue: Blob Stream Registration [6955] 20120517020418P</guid></item><item><title>Reviewed: Windows Azure SDK for PHP v4.1.0 (May 13, 2012)</title><link>http://phpazure.codeplex.com/releases/view/78020#ReviewBy-qmutz</link><description>Rated 5 Stars &amp;#40;out of 5&amp;#41; - LOL the pre processing starts to work already. Very well thought out like any pre-process does. My analytical post process doesn&amp;#39;t even get stuck now with and around MICROSOFT environment.</description><author>qmutz</author><pubDate>Sun, 13 May 2012 16:20:06 GMT</pubDate><guid isPermaLink="false">Reviewed: Windows Azure SDK for PHP v4.1.0 (May 13, 2012) 20120513042006P</guid></item><item><title>Created Issue: Wrong permissions when creating directories [6940]</title><link>http://phpazure.codeplex.com/workitem/6940</link><description>Hello,&lt;br /&gt;few octal numbers are written as strings, so mkdir function cannot understand them.&lt;br /&gt;&lt;br /&gt;Please apply attached patch.&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;Josef Kufner.&lt;br /&gt;</description><author>jkufner</author><pubDate>Fri, 11 May 2012 09:31:20 GMT</pubDate><guid isPermaLink="false">Created Issue: Wrong permissions when creating directories [6940] 20120511093120A</guid></item><item><title>Created Issue: Microsoft_WindowsAzure_Storage_Table method tableExists should be case-insensitive [6928]</title><link>http://phpazure.codeplex.com/workitem/6928</link><description>http&amp;#58;&amp;#47;&amp;#47;msdn.microsoft.com&amp;#47;en-us&amp;#47;library&amp;#47;windowsazure&amp;#47;dd179338.aspx states that &amp;#34;Table names are case-insensitive.&amp;#34;&lt;br /&gt;&lt;br /&gt;Surely the &amp;#39;tableExists&amp;#39; function in &amp;#39;Microsoft_WindowsAzure_Storage_Table&amp;#39; should reflect this&amp;#63;&lt;br /&gt;&lt;br /&gt;Table name&amp;#58;  deploylog.&lt;br /&gt;var_dump&amp;#40;&amp;#36;storageTable-&amp;#62;tableExists&amp;#40;&amp;#39;DeployLog&amp;#39;&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;&amp;#47;&amp;#47; return false.&lt;br /&gt;&lt;br /&gt;var_dump&amp;#40;&amp;#36;storageTable-&amp;#62;tableExists&amp;#40;&amp;#39;deploylog&amp;#39;&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;&amp;#47;&amp;#47; returns true&lt;br /&gt;&lt;br /&gt;I have attached a patch for your consideration.&lt;br /&gt;</description><author>jonnu</author><pubDate>Fri, 04 May 2012 10:17:56 GMT</pubDate><guid isPermaLink="false">Created Issue: Microsoft_WindowsAzure_Storage_Table method tableExists should be case-insensitive [6928] 20120504101756A</guid></item></channel></rss>