<?xml version="1.0"?>

<rss version="2.0">
<channel>
<title>onPHP5.com</title>
<link>http://www.onphp5.com/rss</link>
<description>
  onPHP5.com Feed
</description>
<lastBuildDate></lastBuildDate>
<ttl>45</ttl>

  <item>
  <title>Issues with Non-ASCII Chars in URLs</title>
  <link>http://www.onphp5.com/article/62</link>
  <guid>http://www.onphp5.com/article/62</guid>
  <description><![CDATA[ 
  This is a very quick post to warn developers about gotchas with using non-ascii chars in URLs (especially when making AJAX calls). 
  ]]></description>
  <pubDate>Mon, 11 Jan 2010 23:35:00 +0000</pubDate>
  </item>

  <item>
  <title>Exceptions in __autoload()</title>
  <link>http://www.onphp5.com/article/61</link>
  <guid>http://www.onphp5.com/article/61</guid>
  <description><![CDATA[ 
  There's been many talks on exceptions cannot be thrown from the <tt>__autoload()</tt> function, as well as many times the workarounds have been discussed (all using the <tt>eval()</tt> trick to automatically define the missing class). Here I will talk about negative effects of such workarounds as well as suggest a somewhat "better" workaround (but still based on the <tt>eval()</tt> functionality and ready for namespaces). 
  ]]></description>
  <pubDate>Wed, 19 Dec 2007 20:32:00 +0000</pubDate>
  </item>

  <item>
  <title>Advocating Namespaces</title>
  <link>http://www.onphp5.com/article/60</link>
  <guid>http://www.onphp5.com/article/60</guid>
  <description><![CDATA[ 
  Recently there have been some thoughts expressed that suggested that namespaces support is not that important at the moment; and even that they are not needed at all. In this article, I would like to disagree with those ideas and advocate PHP5 namespaces, as well as to express some personal opinions about their implementation. 
  ]]></description>
  <pubDate>Thu, 13 Dec 2007 20:24:00 +0000</pubDate>
  </item>

  <item>
  <title>Learning PHP Data Objects</title>
  <link>http://www.onphp5.com/article/58</link>
  <guid>http://www.onphp5.com/article/58</guid>
  <description><![CDATA[ 
  For those who would like to switch to PDO and learn more about its features, there is a book on the topic titled "Learning PHP Data Objects" published by Packt Publishing in August 2007 
  ]]></description>
  <pubDate>Tue, 20 Nov 2007 20:17:00 +0000</pubDate>
  </item>

  <item>
  <title>SimpleXML, DOM and Encodings</title>
  <link>http://www.onphp5.com/article/57</link>
  <guid>http://www.onphp5.com/article/57</guid>
  <description><![CDATA[ 
  This is a short article that might be of interest to those who work with XML and HTML documents in different encodings using PHP5's SimpleXML and DOM extensions 
  ]]></description>
  <pubDate>Sun, 18 Nov 2007 20:03:00 +0000</pubDate>
  </item>

  <item>
  <title>2008 PHP Quebec Conference Call for Papers</title>
  <link>http://www.onphp5.com/article/53</link>
  <guid>http://www.onphp5.com/article/53</guid>
  <description><![CDATA[ 
  Hurry up! The deadline is September 28, 2007.  
  ]]></description>
  <pubDate>Tue, 18 Sep 2007 08:19:00 +0000</pubDate>
  </item>

  <item>
  <title>PHP Version 5.2.4 Released</title>
  <link>http://www.onphp5.com/article/52</link>
  <guid>http://www.onphp5.com/article/52</guid>
  <description><![CDATA[ 
  <img src="http://www.onphp5.com/file/52/php-logo.gif" style="float: left; margin: 0 3px 3px 0" />PHP version 5.2.4 has been released. This release focuses on improving the stability of the PHP 5.2.X branch with over 120 various bug fixes in addition to resolving several low priority security bugs. All users of PHP are encouraged to upgrade to this release. 
  ]]></description>
  <pubDate>Fri, 31 Aug 2007 11:09:00 +0000</pubDate>
  </item>

  <item>
  <title>Symfony 1.0.6 Released</title>
  <link>http://www.onphp5.com/article/51</link>
  <guid>http://www.onphp5.com/article/51</guid>
  <description><![CDATA[ 
  Version 1.0.6 of Symfony, the framework for creating PHP5 applications, has been released. This is a bug fix release 
  ]]></description>
  <pubDate>Mon, 06 Aug 2007 16:03:00 +0000</pubDate>
  </item>

  <item>
  <title>PHP Version 5.2.4 (RC1) Released for Testing</title>
  <link>http://www.onphp5.com/article/50</link>
  <guid>http://www.onphp5.com/article/50</guid>
  <description><![CDATA[ 
  Ilia Alshanetsky has announced that the first release candidate of PHP 5.2.4 is now available for testing 
  ]]></description>
  <pubDate>Mon, 06 Aug 2007 15:56:00 +0000</pubDate>
  </item>

  <item>
  <title>Zend Framework 1.0.1 Released</title>
  <link>http://www.onphp5.com/article/49</link>
  <guid>http://www.onphp5.com/article/49</guid>
  <description><![CDATA[ 
  The first update to the production version the Zend Framework has been released (1.0.1) 
  ]]></description>
  <pubDate>Tue, 31 Jul 2007 16:28:00 +0000</pubDate>
  </item>

</channel>
</rss>
