<?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>Sat, 19 Jul 2008 05:46:51 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Wen Huang's Blog: Looking ahead to PHP 5.3 and 6]]></title>
      <guid>http://www.phpdeveloper.org/news/10608</guid>
      <link>http://www.phpdeveloper.org/news/10608</link>
      <description><![CDATA[<p>
<i>Wen Huang</i> has made a <a href="http://blogs.sun.com/wen/entry/looking_ahead_to_php_5">quick post</a> to his blog about some of the comments <i>Andrei Zmievski</i> about the future of PHP, specifically on internationalization and UTF-8's place in it.
</p>
<blockquote>
I attended the SF PHP Meetup last night where Andrei Zmievski (PHP 6 release manager and PHP core team member) gave a talk on PHP 6 and internationalization (i18n). [...] It was evident that Andrei and team have given quite a bit of thought into what i18n means for the PHP world, and as a result, PHP developers everywhere will soon be enjoying a new set of tools to enable faster development of multi-lingual sites.
</blockquote>
<p>
He also mentions the back-port that several of these features will get into the upcoming PHP 5.3 release (along with the much-hyped namespace support). You can check out <i>Andrei</i>'s talk <a href="http://www.gravitonic.com/talks/">on his website</a>.
</p>]]></description>
      <pubDate>Tue, 15 Jul 2008 11:15:30 -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[Mike Lively's Blog: Late Static Binding (LSB) forward_static_call()]]></title>
      <guid>http://www.phpdeveloper.org/news/9939</guid>
      <link>http://www.phpdeveloper.org/news/9939</link>
      <description><![CDATA[<p>
On his blog, <i>Mike Lively</i> has <a href="http://www.ds-o.com/archives/69-Late-Static-Binding-LSB-forward_static_call.html">posted a look</a> at some of the work he's been doing on patches for the late static binding functionality to be included in PHP, including an example of the updates in action.
</p>
<blockquote>
This weekend I wrapped up a few small tests and sent the patch in and it was subsequently pushed to <a href="http://www.ds-o.com/exit.php?url_id=193&entry_id=69">php 5.3 and php 6.0</a>. Now, this is not at all the way I wanted things to work, in all honesty I think the patch is pretty hokey but unfortunately nobody really spoke up in support of the changes I wanted to make to parent:: in regards to LSB.
</blockquote>
<p>
His example shows how to override a static method and push that new method's execution to the parent class (in two ways - safe using forward_static_call and the not so safe calling itself with a parent:: override).
</p>]]></description>
      <pubDate>Wed, 09 Apr 2008 11:24:19 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[DeveloperTutorials.com: PHP 6 now with .net: Visual Studio integration available already]]></title>
      <guid>http://www.phpdeveloper.org/news/9890</guid>
      <link>http://www.phpdeveloper.org/news/9890</link>
      <description><![CDATA[<p>
On the Developer Tutorials site, there's <a href="http://www.developertutorials.com/blog/php/php-6-now-with-net-visual-studio-integration-available-already-101/">an article</a> talking about the integration that can be made with PHP6 and .NET Visual Studio:
</p>
<blockquote>
<a href="http://www.php-compiler.net/doku.php?id=core%3aphp-in-vs2008">PHP, .net and Silverlight will be integrated out of the box, along with Visual Studio 2008</a>. The project has long been in the works, but our sources have informed us of an impending announcement that PHP 6 will ship with .net.
</blockquote>
<p>
The glue between them is a part of the <a href="http://www.php-compiler.net/doku.php">phlanger</a> project.
</p>]]></description>
      <pubDate>Tue, 01 Apr 2008 14:57:08 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Make Me Pulse Blog: PHP6, Unicode and TextIterator features]]></title>
      <guid>http://www.phpdeveloper.org/news/9796</guid>
      <link>http://www.phpdeveloper.org/news/9796</link>
      <description><![CDATA[<p>
On the Make Me Pulse blog, there's <a href="http://blog.makemepulse.com/2008/03/13/php6-unicode-and-textiterator-features/">a look at</a> PHP6's support of Unicode in the SPL (Standard PHP Library) TextIterator handler.
</p>
<blockquote>
I've just install the last version of <a href="http://snaps.php.net/">PHP6 dev</a> and I've decided to test the famous new feature, the PHP Unicode Support. I will not explain new things about PHP6 or Unicode or TextIterator, it's just my discoveries test on this features.
</blockquote>
<p>
He <a href="http://blog.makemepulse.com/2008/03/13/php6-unicode-and-textiterator-features/">steps through</a> the process he followed - enabling Unicode support, testing various output methods (including just an echo and using the TextIterator) as well as some of the manipulation methods (next/first/current) that can be used to get certain characters out of a string.
</p>]]></description>
      <pubDate>Fri, 14 Mar 2008 09:32:34 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Christian Wenz's Blog: Zeev on PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/9009</guid>
      <link>http://www.phpdeveloper.org/news/9009</link>
      <description><![CDATA[<p>
<i>Christian Wenz</i> has <a href="http://www.hauser-wenz.de/s9y/index.php?/archives/253-Zeev-on-PHP.html">summariez an interview</a> with <i>Zeev Suraski</i> of Zend that was conducted by the German portal site <a href="http://www.golem.de/">Golem</a>.
</p>
<blockquote>
As far as I have seen, a <a href="http://www.golem.de/0710/55430.html">two</a> <a href="http://www.golem.de/0710/55443.html">part</a> interview the German online portal <a href="http://www.golem.de/">Golem</a> conducted with Zeev Suraski in Mid-October went quite unnoticed in the non-German speaking community, so I thought that I would sum up the most important topics he covered (translation errors are all mine; I also tried to maintain the context of what Zeev said, but you never now).
</blockquote>
<p>
Topics mentioned in the interview and in <a href="http://www.hauser-wenz.de/s9y/index.php?/archives/253-Zeev-on-PHP.html">Chritian's list</a> include a mention that Zend Studio will still exist, the differences between PHP5 and PHP6, developers working on the Zend Framework and a look aheaad to the tools Zend will be bringing out to help with developing PHP/Ajax applications.
</p>]]></description>
      <pubDate>Fri, 09 Nov 2007 10:29:00 -0600</pubDate>
    </item>
  </channel>
</rss>
