<?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>Sun, 07 Sep 2008 15:22:43 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Internet Super Hero Blog: PDO_MYSQLND: The new features of PDO_MYSQL in PHP 5.3]]></title>
      <guid>http://www.phpdeveloper.org/news/10699</guid>
      <link>http://www.phpdeveloper.org/news/10699</link>
      <description><![CDATA[<p>
On the Internet Super Hero blog, they take <a href="http://blog.ulf-wendel.de/?p=193">a quick look</a> at what's new in the MySQL native driver version that will be included in the upcoming PHP version, PHP 5.3.
</p>
<blockquote>
PDO_MYSQLND is in the <a href="http://cvs.php.net/viewvc.cgi/php-src/">PHP CVS</a> repository at <a href="http://php.net/">php.net</a>: <a href="http://www.php.net/pdo_mysql">PDO_MYSQL</a> has been patched (PHP 5.3, PHP 6.0). Try out PDO_MYSQL with the MySQL native driver for PHP (mysqlnd). Its has new features. 
</blockquote>
<p>
They do a short recap of what the native driver libraries are all about and some of the advantages to using them. They look at some of the "memory tricks" supported by the driver and a look at the prepared statement and procedure support.
</p>]]></description>
      <pubDate>Mon, 28 Jul 2008 14:35:19 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Internet Super Hero Blog: PDO_MYSQLND for PHP preview released]]></title>
      <guid>http://www.phpdeveloper.org/news/9979</guid>
      <link>http://www.phpdeveloper.org/news/9979</link>
      <description><![CDATA[<p>
The Internet Super Hero blog has <a href="http://blog.ulf-wendel.de/?p=182">posted about</a> a preview release of the <A href="http://forge.mysql.com/wiki/PHP_PDO_MYSQLND">PDO_MYSQLND</a> and a connector for MySQL to Open Office that have both been announced at this year's <a href="http://en.oreilly.com/mysql2008/public/content/home">MySQL Conference</a>.
</p>
<p>
<a href="http://blog.ulf-wendel.de/?p=182">The post</a> explains what each of the technologies are for and where they fit in most development. The PDO_MYSQLND functionality is a direct connection for the PDO libraries to connect to MySQL using the native driver.
</p>
<blockquote>
PDO_MYSQLND inherits all benefits of the MySQL native driver for PHP. In addition to the shared advantages you get the first PDO driver for MySQL developed by Sun/MySQL!
</blockquote>]]></description>
      <pubDate>Wed, 16 Apr 2008 21:57:12 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHP Web Services Blog: What is Missing in PHP SOAP Extension?]]></title>
      <guid>http://www.phpdeveloper.org/news/9487</guid>
      <link>http://www.phpdeveloper.org/news/9487</link>
      <description><![CDATA[<p>
On the PHP Web Services blog today, <i>Sami</i> <a href="http://phpwebservices.blogspot.com/2008/01/what-is-missing-in-php-soap-extension.html">asks</a> "what's missing from PHP's SOAP extension" that needs to be added or corrected.
</p>
<blockquote>
PHP SOAP extension is good to get started, to play around with. However, it falls much short in meeting the enterprise demands in the SOA era.
</blockquote>
<p>
He <a href="http://phpwebservices.blogspot.com/2008/01/what-is-missing-in-php-soap-extension.html">talks about</a> things missing (like binary file features and lots of security features). He also notes something that most PHP developers love about the extension - the WSDL parsing that makes it so easy to simply call a remote service without having to go through the pain of hacking through it yourself.
</p>]]></description>
      <pubDate>Thu, 24 Jan 2008 11:22:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[DevShed: Fetching Search Results as Serialized Arrays with Yahoo Web Services and PHP 5]]></title>
      <guid>http://www.phpdeveloper.org/news/9431</guid>
      <link>http://www.phpdeveloper.org/news/9431</link>
      <description><![CDATA[<p>
DevShed has continued their series looking at using the Yahoo! web services with PHP5 in <a href="http://www.devshed.com/c/a/PHP/Fetching-Search-Results-as-Serialized-Arrays-with-Yahoo-Web-Services-and-PHP-5/">part two</a> - their look at returning the results of a query in serialized arrays.
</p>
<blockquote>
I'll show you how to parse the results returned by a determined web search service using a few array PHP processing functions. [...] Let's learn how to fetch results returned by the different Yahoo! Search Web Services in the form of serialized PHP arrays
</blockquote>
<p>
You'll probably want to check out <a href="http://www.phpdeveloper.org/news/9375">part one</a> of the series before forging on to this second installment - there's a lot of good introductory information in there. With all of that information ingested, you'll have no problem following along with this next part.
</p>
<p>
They show how to get the results back from a search in an XML format and how, with the simple addition of an optional "output" parameter, can get the same information back in something PHP can natively use (the arrays).
</p>]]></description>
      <pubDate>Wed, 16 Jan 2008 07:51:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Internet Super Hero Blog: Compiling mysqlnd with PHP 5.2/5.3/6.0]]></title>
      <guid>http://www.phpdeveloper.org/news/9341</guid>
      <link>http://www.phpdeveloper.org/news/9341</link>
      <description><![CDATA[<p>
On the Internet Super Hero blog, there's <a href="http://blog.ulf-wendel.de/?p=174">this new post</a> giving examples of compiling the MySQL native driver (mysqlnd) with different versions of PHP - 5.2, 5.3 and 6.0.
</p>
<blockquote>
A <a href="http://blog.ulf-wendel.de/?p=147#comment-42454">user comment</a> made clear that we need to send out a quick status update on how to install / compile mysqlnd with PHP 5.2, 5.3 and 6.0 .
</blockquote>
<p>
The instructions are only slightly different for each of the version, mainly in the version that's checked out from CVS. The PHP 5.2.x part, however, suggests that you go ahead and make the move to/wait for PHP 5.3 to use the extension. It's still in beta and (probably) won't be included in any of the 5.2.x branches.
</p>]]></description>
      <pubDate>Wed, 02 Jan 2008 11:07:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[PHP Addiction Blog: PHP - No Container libraries?]]></title>
      <guid>http://www.phpdeveloper.org/news/9158</guid>
      <link>http://www.phpdeveloper.org/news/9158</link>
      <description><![CDATA[<p>
On the PHP Addiction blog today, there's <a href="http://www.phpaddiction.com/tags/uncategorized/php-no-container-libraries/">a new post</a> where <i>Doug Hill</i> asks a question of his fellow developers - are there advantages to having a standard container library for PHP?
</p>
<blockquote>
Most compiled languages that I have used have some kind of container implementation, Lists, Maps, Trees, Stacks and all their many variations. PHP has arrays and the <a href="http://www.php.net/~helly/php/ext/spl/">SPL</a>.
</blockquote>
<p>
The only problem he's noted so far is that containers made in userland would be slower than ones created natively. A comment from <i>Antony Dovgal</i> points out <a href="http://cvs.php.net/viewvc.cgi/pecl/adt/">a project similar</a> to what he's looking for that's already in the works.
</p>]]></description>
      <pubDate>Mon, 03 Dec 2007 10:27:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Gergely Hodicska's Blog: What is new in PHP 5.3 - part 3: mysqlnd]]></title>
      <guid>http://www.phpdeveloper.org/news/9066</guid>
      <link>http://www.phpdeveloper.org/news/9066</link>
      <description><![CDATA[<p>
<i>Gergely Hodicska</i> <a href="http://blog.felho.hu/what-is-new-in-php-53-part-3-mysqlnd.html">continues his series</a> on what's coming up in the next major PHP release with a new post covering the new mysql native driver (mysqlnd) that'll be included.
</p>
<blockquote>
In the first two parts of this series I wrote about <a href="http://blog.felho.hu/whats-new-in-php-53-part-1-namespaces.html">namaspaces</a> and <a href="http://blog.felho.hu/what-is-new-in-php-53-part-2-late-static-binding.html">late static binding</a>. In this part I will cover <a href="http://dev.mysql.com/downloads/connector/php-mysqlnd/">mysqlnd</a> (MySQL native driver for PHP), which is also a really cool feature of PHP 5.3. This a replacement library (not an extension) for libmysql (MySQL Client Library) offering a lot of advantage over it.
</blockquote>
<p>
He includes some of the reasoning why its a better choice, how it's integrated with the Zend Engine, the memory savings that it will give you and some of the functionality included with it like persistent connections, client-side query caching and statistical data collection functions.
</p>]]></description>
      <pubDate>Mon, 19 Nov 2007 07:58:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Daniel Krook's Blog: Native XML Databases at NYPHP next week]]></title>
      <guid>http://www.phpdeveloper.org/news/8862</guid>
      <link>http://www.phpdeveloper.org/news/8862</link>
      <description><![CDATA[<p>
Those in the New York area might want to check out <a href="http://krook.net/archives/206">a new post</a> <i>Daniel Krook</i> has concerning his talk he'll be giving on native XML databases at next week's <a href="http://nyphp.org/content/calendar/view_entry.php?id=113&date=20071023">New York PHP User Group</a> meeting.
</p>
<blockquote>
The presentation follows a mailing list thread and resulting blog post that <a href="http://krook.net/archives/204">generated a lot of interest and discussion on the topic</a>. It should be a great talk for database administrators, application developers and content producers alike.
</blockquote>
<p>
According to <a href="http://nyphp.org/content/calendar/view_entry.php?id=113&date=20071023">the summary</a> of the talk, he'll be discussing what XML databases are good for and why you might choose them over a normal database. For more information on attending, check out <a href="http://www.nyphp.org/rsvp.php">the NYPHP User Group website</a>.
</p>]]></description>
      <pubDate>Thu, 18 Oct 2007 17:57:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Internet Super Hero Blog: mysqlnd to support PDO, mysqlnd in PHP 5.3]]></title>
      <guid>http://www.phpdeveloper.org/news/8829</guid>
      <link>http://www.phpdeveloper.org/news/8829</link>
      <description><![CDATA[<p>
The Internet Super Hero blog has <a href="http://blog.ulf-wendel.de/?p=166">two happy announcements</a> posted today - the new mysqlnd driver has officially been committed to the branch for the next major PHP release - PHP 5.3 and their renewed support for PDO.
</p>
<blockquote>
<p>
First, we are proud to announce that one year after the <a href="http://www.planetmysql.org/kaj/?p=69">announcement to develop a new MySQL native driver for PHP (mysqlnd)</a>, the new driver has been committed into the 5.3 branch of the PHP project.
</p>
<p>
The second news is that we will strengthen our commitment into PHP by improving our support for <a href="http://www.php.net/manual/en/ref.pdo.php">PHP Data Objects (PDO)</a>. We will work on a PDO/mysqlnd driver, both for PHP 5.3 and PHP 6.0. Development starts in these days and will include QA, testing and documentation as we go forward.
</p>
</blockquote>
<p>
For those not familiar with the driver, they also <a href="http://blog.ulf-wendel.de/?p=166">have a brief overview</a> of what it is and what it does differently than the normal MySQL driver as well as a look at which driver they consider the best for which PHP version.
</p>]]></description>
      <pubDate>Sat, 13 Oct 2007 08:44:06 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Internet Super Hero: PHP: "mysqlnd is awesome"]]></title>
      <guid>http://www.phpdeveloper.org/news/8774</guid>
      <link>http://www.phpdeveloper.org/news/8774</link>
      <description><![CDATA[<p>
The Internet Super Hero blog <a href="http://blog.ulf-wendel.de/?p=164">happily notes</a> that the PHP community thinks that "mysqlnd is awesome" and was one of the most <a href="http://marc.info/?l=php-internals&m=118989314505802&w=2">desired features</a> to be included in PHP 5.3.
</p>
<blockquote>
Thanks everybody for your trust in mysqlnd and your support! We shall try not to disappoint you in the future and continue with the development. Of course, as the core feature mature more and more, we will try to spend time on implementing new, useful tricks and try to provide you with additional documentation, if time permits.
</blockquote>
<p>
They also include a <a href="http://forums.mysql.com/read.php?52,175718,175718#msg-175718">link to a forum entry</a> from <i>Jurgen Krieger</i> who ran some tests via <a href="http://xdebug.org/">XDebug</a> and determined that connection times dropped, query times dropped and there was less memory consumption overall gaining an average boost of 1000ms from a page.
</p>]]></description>
      <pubDate>Wed, 03 Oct 2007 08:48:00 -0500</pubDate>
    </item>
  </channel>
</rss>
