<?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>Wed, 22 May 2013 08:31:54 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Community News: rPath Updates PHP, PHP-MySQL and PHP-PGSQL Packages]]></title>
      <guid>http://www.phpdeveloper.org/news/8904</guid>
      <link>http://www.phpdeveloper.org/news/8904</link>
      <description><![CDATA[<p>
rPath linux has <a href="http://lists.rpath.com/pipermail/security-announce/2007-October/000269.html">issued an update</a> to their packages for PHP, PHP-MySQL and PHP-PGSql to correct issues that could make it possible for a remote user to gain unauthorized access.
</p>
<blockquote>
his fixes some vulnerabilities, where some have unknown impacts and others can be exploited by malicious users to bypass certain security restrictions or by malicious people to potentially compromise a vulnerable system.
</blockquote>
<p>
References and links to the update information can be found in their <a href="http://lists.rpath.com/pipermail/security-announce/2007-October/000269.html">original advisory</a>.
</p>]]></description>
      <pubDate>Thu, 25 Oct 2007 10:31:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Wez Furlong's Blog: Background/batch/workflow processing with PDO::PGSQL]]></title>
      <guid>http://www.phpdeveloper.org/news/6591</guid>
      <link>http://www.phpdeveloper.org/news/6591</link>
      <description><![CDATA[<p>
<i>Wez Furlong</i> wants a bit more out of his PHP script, naemly the ability to be able to <a href="http://netevil.org/node.php?nid=925">process things in the background</a> without tying up or immediately using the script that's running.
</p>
<blockquote>
In my recent talk on <a href="http://images.omniti.net/omniti.com/talks/furlong-best-mailing-practices.pdf">sending mail from php</a> I mention that you want to avoid sending mail directly from a web page. A couple of people have asked me how to implement that, and one of the suggestions I have is to queue your mail in a database table and have some other process act on that table.
</blockquote>
<p>
He <a href="http://netevil.org/node.php?nid=925">gives a solution</a> that's a bit more optimized for this solution than just polling the same information over and over - using PDO and LISTEN/NOTIFY processing along with transactions to make the CLI script only grab information when there's something new.
</p>]]></description>
      <pubDate>Fri, 27 Oct 2006 08:42:00 -0500</pubDate>
    </item>
  </channel>
</rss>
