<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Fri, 24 May 2013 17:52:01 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Brian Swan's Blog: Accessing Windows Azure Blob Storage from PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/14772</guid>
      <link>http://www.phpdeveloper.org/news/14772</link>
      <description><![CDATA[<p>
<i>Brian Swan</i> has <a href="http://blogs.msdn.com/b/brian_swan/archive/2010/07/08/accessing-windows-azure-blob-storage-from-php.aspx">posted a new tutorial</a> to his blog showing you how to connect your PHP application with the Azure service and use the blob storage it offers.
</p>
<blockquote>
In this post I will do something similar [to <a href="http://blogs.msdn.com/b/brian_swan/archive/2010/06/24/accessing-windows-azure-table-storage-from-php.aspx">this previous post</a>] for accessing Windows Azure Blob Storage from PHP. This won't be a deep-dive into Windows Azure Blob Storage, but it will be a "how to get started with the Microsoft_WindowsAzure_Storage_Blob  class (which is part of the <a href="http://phpazure.codeplex.com/">Windows Azure SDK for PHP</a>)"-type post.
</blockquote>
<p>
He talks about how these blob containers are stored on the Azure side and what kind of access controls they come with. <a href="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-33-78-metablogapi/6646.image_5F00_46C631B2.png">This graph</a> might help sort it all out</a>. From there he shows you how to use the <a href="http://phpazure.codeplex.com/">PHP SDK</a> to connect to the service, make a new container (with an ACL) and doing all of the usual operations with a blob - uploading, downloading, streaming, deleting and listing the blobs currently available.
</p>]]></description>
      <pubDate>Fri, 09 Jul 2010 12:48:01 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Internet.com: Storing Blobs in Microsoft Azure with the Zend Framework]]></title>
      <guid>http://www.phpdeveloper.org/news/14711</guid>
      <link>http://www.phpdeveloper.org/news/14711</link>
      <description><![CDATA[<p>
On Internet.com today there's <a href="http://www.internet.com/Video/?bcpid=86842592001&bclid=87185324001&bctid=101467281001">a new video tutorial</a> about using the Zend_Service_WindowsAzure component of the Zend Framework to connect to and store blob information on the Windows Azure service.
</p>
<blockquote>
One increasingly common use of the cloud  is storage for BLOBs (binary large objects) such as videos, applications, and even website images. Businesses use cloud storage to streamline operations. In his five-minute Internet.com video, Jason Gilmore uses the Zend Framework's Zend_Service_WindowsAzure  component to demonstrate the fundamental concepts behind <a href="http://www.internet.com/Video/?bcpid=86842592001&bclid=87185324001&bctid=101467281001">storing BLOBs within the Windows Azure cloud</a>.
</blockquote>
<p>
They'll show you how to create a blob storage containers, upload some data into it and pull the data back out. They also touch on working with the permissions on Azure so your script can access it correctly.
</p>]]></description>
      <pubDate>Mon, 28 Jun 2010 10:44:50 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Content with Style: Viewing BLOB content in phpMyAdmin]]></title>
      <guid>http://www.phpdeveloper.org/news/13569</guid>
      <link>http://www.phpdeveloper.org/news/13569</link>
      <description><![CDATA[<p>
New from the Content with Style blog today there's <a href="http://www.contentwithstyle.co.uk/content/viewing-blob-content-in-phpmyadmin">a quick tip</a> from <i>Matthias Willerich</i> for phpMyAdmin users who are having issues viewing the content of blob data types.
</p>
<blockquote>
n my phpMyAdmin installation, version 3.1.1, none of the old style config settings [...] had any effect, and the solution was terribly elusive. "view blob", "show blob", "display blob", all that Google suggested were people asking the same question, at various ages of the internet.
</blockquote>
<p>
Finally, after wading through negative comments of forums and not getting much help at all, <i>Matthias</i> dug into the source and found a session variable that can be set to true and the content magically appears.
</p>]]></description>
      <pubDate>Fri, 20 Nov 2009 08:57:08 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Richard Davey's Blog: PDO SQLite support just doesn't work fully?]]></title>
      <guid>http://www.phpdeveloper.org/news/7661</guid>
      <link>http://www.phpdeveloper.org/news/7661</link>
      <description><![CDATA[<p>
<i>Richard Davey</i>, after spending many an hour working on a PDO SQLite bit of functionality for his latest application, has come to one conclusion - "the PDO SQLite blob support is totally borked".
</p>
<blockquote>
I really don't know why, or what is going on, but after spending hours trying various code permutations I'm just not getting anywhere. I tried asking on php_general to no avail, so I consider this blog entry my last ditch attempt to get someone to shed some light on this issue before I give-in and ditch PDO for good.
</blockquote>
<p>
His mission was to store an image in the database, but everything <a href="http://www.corephp.co.uk/archives/37-PDO-SQLite-support-just-doesnt-work-fully.html">he tried</a> just didn't seem to work out. After partial image storage and parameters being ignored, he's still at a loss as to how to get his (seemingly) simple quest solved. The only comment so far, though, hasn't seemed to help much - he's even <a href="http://bugs.php.net/bug.php?id=41135">opened a bug report</a> upon <i>Wez Furlong<i>'s request.
</p>]]></description>
      <pubDate>Thu, 19 Apr 2007 14:03:00 -0500</pubDate>
    </item>
  </channel>
</rss>
