<?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 20:27:31 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Elizabeth Smith's Blog: New Cairo Symbols in 1.8 and 1.6]]></title>
      <guid>http://www.phpdeveloper.org/news/11205</guid>
      <link>http://www.phpdeveloper.org/news/11205</link>
      <description><![CDATA[<p>
<i>Elizabeth Smith</i> has <a href="http://elizabethmariesmith.com/2008/10/new-cairo-symbols-in-18-and-16/">worked up a post</a> with a full listing of the new symbols in the <a href="http://pecl.php.net/package/cairo">Cairo extension</a> (a 2D graphics library for PHP).
</p>
<blockquote>
Originally we were only going to support the latest (1.6), but then the new 1.8 version was released and I started adding support to that as well. Then we noticed that dreadfully slow/out of date RHEL and derivatives still have 1.4 versions of Cairo floating around (yuck). So the extension will support 1.4+ However the cairo docs are incorrect in a couple of places regarding new symbols. After some header diffing here is a complete list for 1.8 and 1.6 (to make life easier for anyone else writing language wrappers).
</blockquote>
<p>
Her <a href="http://elizabethmariesmith.com/2008/10/new-cairo-symbols-in-18-and-16/">list</a> includes forty new symbols for the 1.8 release of the extension and twenty-two for version 1.6.
</p>]]></description>
      <pubDate>Tue, 14 Oct 2008 09:32:10 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[ProDevTips: Sorting 2D-arrays in PHP - anectodes and reflections]]></title>
      <guid>http://www.phpdeveloper.org/news/9363</guid>
      <link>http://www.phpdeveloper.org/news/9363</link>
      <description><![CDATA[<p>
On the ProDevTips website today, there's <a href="http://www.prodevtips.com/2008/01/06/sorting-2d-arrays-in-php-anectodes-and-reflections/">a new article</a> looking at the sorting of arrays, specifically of the two- and three-dimensional sort. 
</p>
<blockquote>
One of the many problems with PHP that detractors are eager to point out is the fact that the language has thousands of global functions. Without the awesome CHM version of the PHP manual - finding your way in this jungle would be a mess. Simply finding a function like array_multisort is not trivial. And even if you find it, understanding it completely is not trivial either!
</blockquote>
<p>
Not quite finding what he needed in the <a href="http://www.php.net/array_multisort">array_multisort</a> function built into PHP, the author opts to create his own custom sorting function that make sorting 2D arrays simpler.
</p>]]></description>
      <pubDate>Mon, 07 Jan 2008 08:41:00 -0600</pubDate>
    </item>
  </channel>
</rss>
