<?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>Sun, 19 May 2013 13:27:37 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[SitePoint PHP Blog:  PHP with nginx is about to Become a Lot Easier]]></title>
      <guid>http://www.phpdeveloper.org/news/14454</guid>
      <link>http://www.phpdeveloper.org/news/14454</link>
      <description><![CDATA[<p>
On the SitePoint PHP blog today <i>Louis Simoneau</i> talks about something that can potentially make the PHP+ngnix combination <a href="http://www.sitepoint.com/blogs/2010/05/04/php-with-nginx-is-about-to-become-a-lot-easier/">even faster</a> - the inclusion of the <a href="http://php-fpm.org/">PHP-FPM</a> patch into PHP's core.
</p>
<blockquote>
You may be asking, "What is PHP-FPM, and why should I care?" PHP-FPM is a patch for PHP core that handles the starting, stopping, and restarting of FastCGI processes as needed. This is important because nginx can only interface with PHP via FastCGI, unlike Apache, which loads the whole PHP environment right into itself.
</blockquote>
<p>
Right now, the only downside to setting up the FastCGI interface with nginx takes a bit more work than the normal mod_php Apache handles so well. The PHP-FPM patch helps with some of this by making the FastCGI support directly embedded into PHP, removing the need for a lot of external setup.
</p>]]></description>
      <pubDate>Tue, 04 May 2010 08:49:54 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Alexy Kovyrin's Blog: Nginx With PHP As FastCGI Howto]]></title>
      <guid>http://www.phpdeveloper.org/news/5473</guid>
      <link>http://www.phpdeveloper.org/news/5473</link>
      <description><![CDATA[<p>
On <i>Alexy Kovyrin</i>'s blog today, there's <a href="http://blog.kovyrin.net/2006/05/30/nginx-php-fastcgi-howto/">a new post</a> that aims to help you squeeze every last bit of performance out of your Apache server dishing out your PHP scripts - with a little help from <a href="http://sysoev.ru/nginx/">Nginx</a>.
</p>
<quote>
<i>
After my first post about nginx web and reverse-proxy server, I have received many e-mail comments and questions. One of the most popular questions was "How to use PHP with nginx?". This small howto-like article is about how to do it.
</i>
</quote>
<p>
The Nginx software actually supports working with the FastCGI software which, in turn, can run your PHP scripts at a bit speedier pace. He walks you through a simple install, just enough to get things working, before giving you the script you'll need to get FastCGI to correctly work with PHP. Finally, he helps you configure the Nginx software to provide the final piece of the puzzle.
</p>]]></description>
      <pubDate>Tue, 30 May 2006 18:06:02 -0500</pubDate>
    </item>
  </channel>
</rss>
