<?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 10:58:40 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[SecurityReason: Three Advisories for PHP 5.2.4 (dl, iconv_substr & setlocale)]]></title>
      <guid>http://www.phpdeveloper.org/news/8646</guid>
      <link>http://www.phpdeveloper.org/news/8646</link>
      <description><![CDATA[<p>
The SecurityReason website has three new advisories posted concerning the latest release in the PHP 5 series:
</p>
<ul>
<li><a href="http://securityreason.com/securityalert/3119">PHP 5.2.4 <= dl() open_basedir_bypass&code exec&dos</a> - input for the dl() function is not handled correctly and can lead to arbitrary code being loaded and executed
<li><a href="http://securityreason.com/securityalert/3115">PHP <=5.2.4 iconv_substr() denial of service</a> - memory limit issue can be used in a DoS attack
<li><a href="http://securityreason.com/securityalert/3114">PHP < 5.2.4 setlocale() denial of service</a> - memory limit issue can be used for a DoS attack
</ul>
<p>
The dl() overflow is marked as a medium threat (largely because it allows for arbitrary code execution) but the other two are shown as low threat. <a href="http://securityreason.com/securityalert/3119">A patch</a> is also given for the dl() issue to help correct the problem.
</p>]]></description>
      <pubDate>Thu, 13 Sep 2007 09:33:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend Developer Zone: The Storage Medium]]></title>
      <guid>http://www.phpdeveloper.org/news/6819</guid>
      <link>http://www.phpdeveloper.org/news/6819</link>
      <description><![CDATA[<p>
The Zend Developer Zone is continuing on from <a href="http://www.phpdeveloper.org/news/6744">previous</a> <a href="http://www.phpdeveloper.org/news/6775">parts</a> of a series in <A href="http://devzone.zend.com/node/view/id/1326">this new tutorial</a> posted today - part three of the "Ajax Chat Tutorial" tutorial series.
</p>
<blockquote>
As our chat application gathers pace we return to the server side of the application. At this point we have setup the Zend Framework with an IndexController class to handle server requests. When we receive a new chat message from the user, we will need to store it. For this tutorial I've selected a file based solution using XML.
</blockquote>
<p>
They start with a look at the storage method - XML on the backend, pushed into a MySQL database (along with the message format). There's a <a href="http://devzone.zend.com/node/view/id/1326">quick refresher</a> on SimpleXML before they show how to integrate this storage method into the current system.
</p>]]></description>
      <pubDate>Mon, 04 Dec 2006 14:48:00 -0600</pubDate>
    </item>
  </channel>
</rss>
