<?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, 16 May 2008 11:30:13 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Christopher Jones' Blog: PECL OCI8 1.2.5 Available]]></title>
      <guid>http://www.phpdeveloper.org/news/10169</guid>
      <link>http://www.phpdeveloper.org/news/10169</link>
      <description><![CDATA[<p>
<i>Christopher Jones</i> has a <a href="http://blogs.oracle.com/opal/2008/05/13#a307">(very) quick post</a> today about the release of the latest version of the PECL OCI drivers - 1.2.5.
</p>
<blockquote>
Hang on, weren't we up to OCI8 version 1.3?  Well, yes, but that's Beta bordering on Production.  In the meantime, I wanted to make the OCI8 bug fixes from PHP 5.2.6 available in a "Production" release and keep <a href="http://pecl.php.net/package/oci8">PECL OCI8</a> 1.2 in sync with PHP 5.2.  The changelog is <a href="http://pecl.php.net/package-changelog.php?package=oci8&release=1.2.5">here</a>.
</blockquote>
<p>
Updates include bug fixes for cursor leaking, a LOB leak, a problem with collection creation and an update to the compile option for the Instant Client to look for RPMs.
</p>]]></description>
      <pubDate>Tue, 13 May 2008 08:47:56 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHP.net: Google Summer of Code: php.net students]]></title>
      <guid>http://www.phpdeveloper.org/news/10019</guid>
      <link>http://www.phpdeveloper.org/news/10019</link>
      <description><![CDATA[<p>
The main PHP.net website has posted <a href="http://www.php.net/index.php#id2008-04-22-1">a list</a> of people participating in this year's Google Summer of Code project on various PHP projects. These include:
</p>
<ul>
<li><a href="http://code.google.com/soc/2008/php/appinfo.html?csaid=12A8D27646C9771A">PHP Optimizer</a> by <i>Samuel Graham Kelly IV</i>, mentored by <i>Derick Rethans</i>
<li><a href="http://code.google.com/soc/2008/php/appinfo.html?csaid=F74E5E31D92F95D0">gsoc:2008 - XDebug</a> by <i>Chung-Yang Lee</i>, mentored by <i>David Coallier</i>
<li><a href="http://code.google.com/soc/2008/php/appinfo.html?csaid=837287100B93044F">PHP Bindings for Cairo</a> by <i>Akshat Gupta</i>, mentored by <i>Anant Narayanan</i>
<li><a href="http://code.google.com/soc/2008/php/appinfo.html?csaid=AD4803BA9A70BCB3">Implement Unicode into PHP 6</a> by <i>Henrique do Nascimento Angelo</i>, mentored by <i>Scott MacVicar</i>
</ul>
<p>
You can check out more information on the projects (including links to their individual pages) on <a href="http://code.google.com/soc/2008/php/about.html">this page</a> of the Google Code website.
</p>]]></description>
      <pubDate>Wed, 23 Apr 2008 07:58:21 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Hasin Hayder's Blog: Installing PECL subversion extension for PHP in Ubuntu 7.10]]></title>
      <guid>http://www.phpdeveloper.org/news/10012</guid>
      <link>http://www.phpdeveloper.org/news/10012</link>
      <description><![CDATA[<p>
<i>Hasin Hayder</i> has a <a href="http://hasin.wordpress.com/2008/04/21/installing-pecl-subversion-extension-for-php-in-ubuntu-710/">new post</a> to his blog today about trying to set up the PHP extension for interaction between his scripts and the subversion version control libraries on his Ubuntu linux system.
</p>
<blockquote>
I was trying to interact with my subversion repositories using PHP yesterday and I knew that PECL has a extension named "SVN" for PHP users. So I tried to install in in my machine by when I tried to install it with the [following] command it always failed.
</blockquote>
<p>
The trick to his hint is to install the libsvn-dev package (found via a search with apt-get) and installed and compiled in to the PHP installation with <a href="http://pecl.php.net/package/svn">the extension</a>. Sample code is included.
</p>]]></description>
      <pubDate>Tue, 22 Apr 2008 09:48:13 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Christopher Jones' Blog: PHP PECL OCI8 1.3.2 Beta Available]]></title>
      <guid>http://www.phpdeveloper.org/news/9994</guid>
      <link>http://www.phpdeveloper.org/news/9994</link>
      <description><![CDATA[<p>
<i>Christopher Jones</i> has <a href="http://blogs.oracle.com/opal/2008/04/18#a295">posted an announcement</a> about the latest release of the <a href="http://pecl.php.net/package/oci8">PECL OCI8 package</a> (version 1.3.2 Beta) hitting the streets:
</p>
<blockquote>
I've released <a href="http://pecl.php.net/package/oci8">PECL OCI8 1.3.2 Beta</a> - the latest release of PHP's OCI8 extension with support for Connection Pooling and Fast Application Notification. The release is based on the current PHP 5.3 development branch.
</blockquote>
<p>
He notes another change in this release - a "session release" bit of functionality persistent connections will do when nothing is referencing them anymore, mking them work a bit more like normal connections. Issues that could be caused by this can be corrected with a new setting (oci8.old_oci_close_semantics) in your php.ini.
</p>]]></description>
      <pubDate>Fri, 18 Apr 2008 09:32:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[C7Y: Reflections on Designing an IRC Bot in PHP, Part 1]]></title>
      <guid>http://www.phpdeveloper.org/news/9934</guid>
      <link>http://www.phpdeveloper.org/news/9934</link>
      <description><![CDATA[<p>
<i>Matthew Turland</i> set out a while back to develop a bot in PHP. The result of it is <a href="http://phergie.org/">Phergie</a> an "an IRC bot written in PHP 5 with an OO API" that can be extended with components for a wide variety of features. Another pleasant offshoot from his project is <a href="http://c7y.phparch.com/c/entry/1/art,irc_bots_in_php">this first part</a> of two articles on the C7Y community site detailing its creation.
</p>
<blockquote>
The PHP Community channel on the Freenode IRC network, #phpc, had a longstanding bot called "Ai". Like many bots at the time of her creation, she was based on PHP 4. [...] With the coming end-of-life of PHP 4 and at the encouragement of channel users, I decided to start a project to develop a new bot based on PHP 5 that would fully utilize its new object model and offer users a chance to contribute to the bot they used in their channel.
</blockquote>
<p>
<i>Matthew</i> <a href="http://c7y.phparch.com/c/entry/1/art,irc_bots_in_php">talks about</a> the initial stages of development (planning, research) and some of the development process of the bootstrap file, configuration file, and driver as well as the event handling.
</p>]]></description>
      <pubDate>Tue, 08 Apr 2008 15:25:01 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Derick Rethans' Blog: New VLD and translit releases]]></title>
      <guid>http://www.phpdeveloper.org/news/9906</guid>
      <link>http://www.phpdeveloper.org/news/9906</link>
      <description><![CDATA[<p>
<i>Derick Rethans</i> has <a href="http://derickrethans.nl/new_vld_and_translit_releases.php">posted about</a> new versions of two PHP extensions with "very distinctive purposes" - <a href="http://derickrethans.nl/vld.php">VLD</a> and <a href="http://derickrethans.nl/translit.php">translit</a>.
</p>
<p>
VLD is for the "hardcore hackers" out there to see what's happening behind the scenes for each request made to PHP and the translit extension makes it easier to "transliterate" information into other formats (with filters like "normalize_numbers" and converting text to Chinese).
</p>
<p>
You can grab the updated version through the standard pecl interface or from <a href="http://pecl.php.net/package/translit">their</a> <a href="http://pecl.php.net/package/vld">pages</a> on the PECL site.
</p>]]></description>
      <pubDate>Thu, 03 Apr 2008 11:17:42 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Greg Beaver's Blog: behold pecl/phar and mighty PHP 5.3, also php|arch and php|tek]]></title>
      <guid>http://www.phpdeveloper.org/news/9871</guid>
      <link>http://www.phpdeveloper.org/news/9871</link>
      <description><![CDATA[<p>
In a <a href="http://greg.chiaraquartet.net/archives/189-behold-peclphar-and-mighty-PHP-5.3,-also-phparch-and-phptek.html">new post</a>, <i>Greg Beaver</i> talks about a few things, the main one being a new release of the phar extension he's made - <a href="http://pecl.php.net/package/phar/2.0.0a1">phar version 2.0.0a1</a>  - a reworking of the previous functionality with loads of new features including:
</p>
<ul>
<li>Phar now supports tar and zip archives with the same API that is supports phar archives.
<li>Phar has a front controller for web applications that fully handles MIME types, supports mod_rewrite-like functionality with far more flexibility
<li>Phar supports phar:// stream wrappers in include_path for PHP 5.2+
<li>Phar supports creation and modification of data-only tar and zip archives (no executable phar stub) via the PharData class.
</ul>
<p>
There've also been updates to <a href="http://www.php.net/phar">the manual</a> for the project to reflect this new version of its API. You can download this latest version here: <a href="http://pecl.php.net/get/phar-2.0.0a1.tgz">source</a> or <a href="http://pecl4win.php.net/ext.php/php_phar.dll">Windows DLL</a>.
</p>]]></description>
      <pubDate>Thu, 27 Mar 2008 13:49:44 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Community News: Latest PECL Releases for 03.11.2008]]></title>
      <guid>http://www.phpdeveloper.org/news/9772</guid>
      <link>http://www.phpdeveloper.org/news/9772</link>
      <description><![CDATA[Latest PECL Releases:<ul><li><a href="http://pecl.php.net/package/SCA_SDO/download/1.2.4/">SCA_SDO 1.2.4</a><li><a href="http://pecl.php.net/package/imagick/download/2.1.1/">imagick 2.1.1</a><li><a href="http://pecl.php.net/package/pdflib/download/2.1.5/">pdflib 2.1.5</a></ul>]]></description>
      <pubDate>Tue, 11 Mar 2008 08:03:55 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Elizabeth Smith's Blog: The Great Compile Project]]></title>
      <guid>http://www.phpdeveloper.org/news/9766</guid>
      <link>http://www.phpdeveloper.org/news/9766</link>
      <description><![CDATA[<p>
<i>Elizabeth Smith</i> has set out on something she calls the <a href="http://elizabethmariesmith.com/2008/03/the-great-compile-project/">Great Compile Project</a> - her effort to get all dependencies for PHP and PECL compiled on (at the least) Visual Studio 2005 transparently and provided openly.
</p>
<blockquote>
Anyone crazy enough to help out is more than welcome. I'm currently working on the GTK dependency stack, which will hit quite a few PHP dependencies and PECL extension dependencies in the process. And yes I'd love to submit my hacks/fixes upstream, if someone could find me some information (where do you send libiconv patches?)
</blockquote>
<p>
<a href="http://elizabethmariesmith.com/2008/03/the-great-compile-project/">Her post</a> mentions some of the things she's already been working on to help further the cause - compiling various Open Source libraries, figuring out issues surrounding <a href="http://www.mingw.org/">MiniGW</a> and some examples of more complex dependency issues she's come across.
</p>]]></description>
      <pubDate>Mon, 10 Mar 2008 10:29:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[NorthClick Blog: PECL spread module resurrected!]]></title>
      <guid>http://www.phpdeveloper.org/news/9749</guid>
      <link>http://www.phpdeveloper.org/news/9749</link>
      <description><![CDATA[<p>
In a <a href="http://blog.northclick.de/archives/39">quick new blog post</a> to the NorthClick blog, <i>Soenke Ruempler</i> points out that, due to some updates made by <i>Rob Richards</i>, the <a href="http://pecl.php.net/package/spread">Spread extension</a> for PECL is back in working order again.
</p>
<blockquote>
Yesterday I got an e-mail that two of my <a href="http://pecl.php.net/bugs/search.php?cmd=display&package_name[]=spread&status=All">PECL bug reports for the spread module have been fixed</a>. It seems that it gets some recent love from <a href="http://www.cdatazone.org/">Rob Richards</a> who commited some fixes and cleanups.
</blockquote>
<p>
The <a href="http://www.spread.org/">Spread</a> functionality allows developers to create messaging services by acting as a message bus between the clients and between the client/servers.
</p>]]></description>
      <pubDate>Thu, 06 Mar 2008 12:05:00 -0600</pubDate>
    </item>
  </channel>
</rss>
