<?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, 25 May 2013 18:54:53 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[PEAR Blog: Fixing "unsupported protocol"]]></title>
      <guid>http://www.phpdeveloper.org/news/13126</guid>
      <link>http://www.phpdeveloper.org/news/13126</link>
      <description><![CDATA[<p>
If you've had issues with an "unsupported protocol" message when working with the PEAR installation on your PHP instance, you should check out <a href="http://blog.pear.php.net/2009/08/28/fixing-unsupported-protocol/">this quick post</a> from the PEAR blog with a tip on how to fix it.
</p>
<blockquote>
When trying to install something, you will get the error: pear.php.net is using a unsupported protocal '" This should never happen. install failed. This problem comes from corrupted channel files. Go into your PEAR php directory and backup .channels directory.
</blockquote>
<p>
If you go into your PEAR installation and move the .channels directory out of the way then run an "update-channels" the issue should be corrected. Unfortunately, this also means you loose all channels you'd subscribed to, but does save you from having to reinstall PEAR completely.
</p>]]></description>
      <pubDate>Fri, 28 Aug 2009 07:55:49 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Hasin Hayder's Blog: Did you know 'you can have cheese burger' could be a variable name?]]></title>
      <guid>http://www.phpdeveloper.org/news/8895</guid>
      <link>http://www.phpdeveloper.org/news/8895</link>
      <description><![CDATA[<p>
<i>Hasin Hayder</i> has a <a href="http://hasin.wordpress.com/2007/10/20/did-you-know-you-can-have-cheese-burger-could-be-a-variable-name/">quick tip</a> for users of SimpleXML - a handy way to access a node in an XML document that has unsupported characters in its name.
</p>
<blockquote>
I was finding a way to refer that element as a SimpleXMLElement and found a nifty note in PHP Manual. It says if you have unsupported (unsupported in PHP Lexicon for a variable name) characters inside the name of a node, you can access it using a special pattern {'name'}.
</blockquote>
<p>
In <a href="http://hasin.wordpress.com/2007/10/20/did-you-know-you-can-have-cheese-burger-could-be-a-variable-name/">his example</a>, he shows how a popular phrase ("i can have cheese burger") can be used as the variable name despite having spaces in it.
</p>]]></description>
      <pubDate>Wed, 24 Oct 2007 08:57:00 -0500</pubDate>
    </item>
  </channel>
</rss>
