<?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 07:58:24 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Kevin Schroeder's Blog: Pre-caching FTW]]></title>
      <guid>http://www.phpdeveloper.org/news/15703</guid>
      <link>http://www.phpdeveloper.org/news/15703</link>
      <description><![CDATA[<p>
In <a href="http://www.eschrade.com/page/precaching-4d25dc90">this new post</a> to his blog <i>Kevin Schroeder</i> suggests that there's something even better than doing the typical caching inline (request, write to cache) - pre-caching.
</p>
<blockquote>
I just had an epiphany.  I've talked about <a href="http://www.eschrade.com/page/precaching-content-with-zend_cache_manager-zend-server-queue-4bd1fdd4">pre-caching content before and the benefits thereof</a> before.  But this is the first time I realized not only that there are benefits, but that doing it is BETTER than caching inline.  Let me sum up... no, there is to much.  Let me explain.
</blockquote>
<p>
He gives an example of how a typical application might cache - when it finds a "miss" for the data it's trying to pull. A simple cache is easy, but what happens if it uses a configuration value that could change (like the username/password in his second example). Pre-caching would eliminate the risk since the setting would be known to be valid when the cache is generated.
</p>]]></description>
      <pubDate>Fri, 07 Jan 2011 11:16:57 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Ivo Jansch's Blog: Apple, Microsoft and PHP are vulnerable]]></title>
      <guid>http://www.phpdeveloper.org/news/10897</guid>
      <link>http://www.phpdeveloper.org/news/10897</link>
      <description><![CDATA[<p>
<i>Ivo Jansch</i> mentions an interesting comparison that CNet made on security and levels of vulnerability in a <a href="http://www.jansch.nl/2008/08/26/apple-microsoft-and-php-are-vulnerable/">new blog post</a> today. Their article mentions PHP right along side Apple and Microsoft in their list of "most vulnerable software".
</p>
<blockquote>
<a href="http://news.cnet.com/8301-13505_3-10004048-16.html">This article</a> once again demonstrates the cluelessness that some people have regarding what PHP is. First of all, PHP is not a vendor, so "Apple, Microsoft & PHP" does not make much sense. Furthermore, the only reason PHP even is mentioned in this context is that Joomla, Drupal and Wordpress appear in the list. So PHP, a programming language, gets blamed for the security flaws that are in these packages.
</blockquote>
<p>
By their logic (applications written in a language on the list means the language is more insecure), they should have marked C as a more insecure language given the ratio of PHP to C software.
</p>]]></description>
      <pubDate>Tue, 26 Aug 2008 08:47:28 -0500</pubDate>
    </item>
  </channel>
</rss>
