<?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>Tue, 21 May 2013 12:05:33 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Brian Swan's Blog: What SQL Server 2012 Means for PHP Developers]]></title>
      <guid>http://www.phpdeveloper.org/news/17666</guid>
      <link>http://www.phpdeveloper.org/news/17666</link>
      <description><![CDATA[<p>
<i>Brian Swan</i> (of Microsoft) has a new post to his blog talking about <a href="http://blogs.msdn.com/b/brian_swan/archive/2012/03/12/what-sql-server-2012-means-for-php-developers.aspx">what SQL Server 2012 means for PHP developers</a> - what the latest version of this MS database has to offer and how to get a basic install up and working in your environment.
</p>
<blockquote>
Last week, Microsoft held a <a href="http://www.sqlserverlaunch.com/ww/Home">virtual conference</a> to announce the availability of SQL Server 2012. The conference included a number of events (speakers, videos, training activities, etc.) that focused on the <a href="http://msdn.microsoft.com/en-us/library/bb500435(SQL.110).aspx">new functionality available in this release</a>. Now that most of the fanfare has died down a bit, I'd like to take a look at what some of that new functionality means for PHP developers. Combined with the <a href="http://blogs.msdn.com/b/sqlphp/archive/2012/03/07/microsoft-drivers-3-0-for-php-for-sql-server-released-to-web.aspx">release of the Microsoft Driver for SQL Server for PHP</a>, I think the SQL Server 2012 release makes some big improvements in developing PHP/SQL Server applications.
</blockquote>
<p>
He includes instructions on getting the latest version set up with the <a href="http://blogs.msdn.com/b/sqlexpress/archive/2011/07/12/introducing-localdb-a-better-sql-express.aspx">SQL Server Express LocalDB</a> (and <a href="http://www.microsoft.com/download/en/details.aspx?id=29065">command line tools</a>). He mentions only a few of the new things this latest version has to offer - easier pagination with OFFSET/FETCH NEXT, client-side cursors and other things like "AlwaysOn Connectivity" and the PDO::ATTR_EMULATE_PREPARES constant.
</p>]]></description>
      <pubDate>Tue, 13 Mar 2012 11:46:47 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Brian Swan's Blog: Version 3.0 (beta) of the SQL Server Drivers for PHP Released!]]></title>
      <guid>http://www.phpdeveloper.org/news/16925</guid>
      <link>http://www.phpdeveloper.org/news/16925</link>
      <description><![CDATA[<p>
<i>Brian Swan</i> has a new post to his MSDN blog today about the release of the latest version (3.0 beta) of the SQL Server drivers for PHP. <a href="http://blogs.msdn.com/b/brian_swan/archive/2011/09/22/version-3-0-beta-of-the-sql-server-drivers-for-php-released.aspx">This new release</a> includes three improvements - buffered queries, support for LocalDB and support for high availability/disaster recovery.
</p>
<blockquote>
A <a href="http://blogs.msdn.com/b/sqlphp/archive/2010/06/14/what-is-a-community-technology-preview-ctp.aspx">Community Technology Preview</a> (a beta release) of v3.0 of the SQL Server Drivers for PHP was released today (see the announcement on the <a href="http://blogs.msdn.com/b/sqlphp/archive/2011/09/24/microsoft-drivers-3-0-for-php-for-sql-server-released.aspx">team blog</a>). You can download it here: <a href="http://www.microsoft.com/download/en/details.aspx?id=17308">Download v3.0 of the SQL Server Drivers for PHP</a>. [...] It's important to note that the latter two features are dependent on the next version of SQL Server (code named "Denali"). A preview of Denali can be downloaded for free here (see notes later in this article about the installation process): <a href="http://www.microsoft.com/sqlserver/en/us/future-editions.aspx">Download SQL Server Denali CTP 3</a>. 
</blockquote>
<p>
He gives brief summaries (some with example code) of what these three new features have to offer those using SQL Server in their applications. The "buffered queries" allows you to bring your entire result set into memory, making it simpler to interact with as rows/columns. The <a href="http://blogs.msdn.com/b/sqlexpress/archive/2011/07/12/introducing-localdb-a-better-sql-express.aspx">LocalDB</a> support gives developers a quick way to have a database without the hassle of a server - just connect right to the SQL Server database file. The high availability feature has been included for a while but has a new name in the upcoming release - <a href="http://blogs.technet.com/b/dataplatforminsider/archive/2011/08/18/alwayson-new-in-sql-server-code-name-quot-denali-quot-ctp3.aspx">SQL Server Always On</a>.
</p>]]></description>
      <pubDate>Thu, 29 Sep 2011 08:06:03 -0500</pubDate>
    </item>
  </channel>
</rss>
