<?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>Tue, 21 May 2013 13:14:41 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Ruslan Yakushev's Blog: WinCache and WordPress plugin upgrade problem]]></title>
      <guid>http://www.phpdeveloper.org/news/16204</guid>
      <link>http://www.phpdeveloper.org/news/16204</link>
      <description><![CDATA[<p>
In a new post to his blog <i>Ruslan Yakushev</i> points out <a href="https://sourceforge.net/projects/wincache/files/development/">a new build of WinCache</a> (the Windows caching tool for PHP) that makes life easier for WordPress users who want it to be able to to the auto-upgrade correctly.
</p>
<blockquote>
The WinCache extension 1.1 for PHP has been released last year. Since then several customers reported <a href="http://pecl.php.net/bugs/bug.php?id=18010">a bug</a> in the extension that prevents WordPress and other PHP applications from performing automatic upgrades or their plugins. This was reported on <a href="http://wordpress.org/support/topic/wordpress-on-iis-7-plugin-update-problem?replies=33">WordPress forum</a> as well as on <a href="http://forums.iis.net/t/1169832.aspx">WinCache forum</a>. The new build of WinCache with the fix for this problem is available now at the following location: <a href="https://sourceforge.net/projects/wincache/files/development/">https://sourceforge.net/projects/wincache/files/development/</a>
</blockquote>
<p>
He asks for feedback if things still don't work - either as a comment in the <a href="http://forums.iis.net/1164.aspx">WinCache forum</a> or as a bug to the <a href="http://pecl.php.net/bugs/search.php?cmd=display&status=Open&package_name[]=WinCache">PECL database</a>. This will help them improve the support in future releases and make it even easier for those running WordPress on Windows to keep their sites running smoothly.
</p>]]></description>
      <pubDate>Fri, 15 Apr 2011 10:12:51 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Mpwebwizard.com: Use a mirror for hits from popular websites]]></title>
      <guid>http://www.phpdeveloper.org/news/6921</guid>
      <link>http://www.phpdeveloper.org/news/6921</link>
      <description><![CDATA[<p>
There's a tutorial over on mpwebwizard.com that's <a href="http://mpwebwizard.com/free_stuff/use_a_mirror">been updated</a> and talks about using a mirror to handle hits from a popular website (like digg or slashdot).
</p>
<blockquote>
caching services such as <a href="http://www.coralcdn.org/">coral content distribution network</a> provide an alternative for when your site goes down, but why wait until it gets to that stage? why not just send all your hits from high-end websites to the coral cache version? well, there isn't a good reason not to, so i'll show you how to do it automatically.
</blockquote>
<p>
He <a href="http://mpwebwizard.com/free_stuff/use_a_mirror">provides the simple script</a> that looks for certain sites in the "HTTP_REFERER" value of incoming calls and pushes them off to the cached location with a header() redirect. The whole thing is only 12 lines, not counting the $sites array.
</p>]]></description>
      <pubDate>Mon, 18 Dec 2006 15:49:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Bubble.ro: How to create the histogram of an image using PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/6620</guid>
      <link>http://www.phpdeveloper.org/news/6620</link>
      <description><![CDATA[<p>
On the Bubble.ro website, there's <a href="http://bubble.ro/How_to_create_the_histogram_of_an_image_using_PHP.html">an interesting tutorial</a> that guides you through the creation of a histogram for any image (that PHP can handle) automatically with a little GD functionality.
</p>
<blockquote>
The algorithm to calculate the histogram for an image is pretty straight forward if you know how to extract the RGB value of each pixel, by counting the number of pixels of each value (and then divide by the total number of pixels in order to get a normalized value).
</blockquote>
<p>
They <a href="http://bubble.ro/How_to_create_the_histogram_of_an_image_using_PHP.html">share the simple script</a> that grabs the image's data, analyzes it, and, superimposed on one corner of it, places the histogram image. They have the full source and examples available for download.
</p>]]></description>
      <pubDate>Wed, 01 Nov 2006 10:18:43 -0600</pubDate>
    </item>
  </channel>
</rss>
