<?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 17:57:22 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Nexen.net: PHPInfo() Stats - Part 2]]></title>
      <guid>http://www.phpdeveloper.org/news/6748</guid>
      <link>http://www.phpdeveloper.org/news/6748</link>
      <description><![CDATA[<p>
<i>Damien Seguy</i> has continued his series looking at PHP configurations around the web and is sharing the results in the form of two <a href="http://www.nexen.net/articles/dossier/phpinfos_stats_:_part_2.php">new</a> <a href="http://www.nexen.net/articles/dossier/php_configuration_statitstics.php">reports</a> over on Nexen.net.
</p>
<blockquote>
I just published the second part of the serie about PHP configurations.
This part focuses on three aspects of PHP: PHP extensions, PHP streams, and disabled functions.
</blockquote>
<p>
You can find the statistics themselves <a href="http://www.nexen.net/articles/dossier/phpinfos_stats_:_part_2.php">here</a> and the latest configuration statistics <a href="http://www.nexen.net/articles/dossier/php_configuration_statitstics.php">here</a>. It's interesting to see the drop-off when it comes to the various modules that are installed ("php, ftp and http are the most common. Besides them, tough luck.") and to see the somewhat more gradual curve of which functions are disabled - with system() topping out the list (with good reason).
</p>]]></description>
      <pubDate>Tue, 21 Nov 2006 10:51:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[MySQL Performance Blog: Are PHP persistent connections evil ?]]></title>
      <guid>http://www.phpdeveloper.org/news/6699</guid>
      <link>http://www.phpdeveloper.org/news/6699</link>
      <description><![CDATA[<p>
The MySQL Performance Blog takes a look today at a more PHP-related topic - <a href="http://www.mysqlperformanceblog.com/2006/11/12/are-php-persistent-connections-evil/">persistent connections in PHP</a> and whether or not they are the devil (well, okay, so maybe not quest that bad - just a little evil).
</p>
<blockquote>
The reason behind using persistent connections is of course reducing number of connects which are rather expensive, even though they are much faster with MySQL than with most other databases.
</blockquote>
<p>
They <a href="http://www.mysqlperformanceblog.com/2006/11/12/are-php-persistent-connections-evil/">go on</a> to talk about:
<ul>
<li>issues with the number of active connections that could come up
<li>the use of too many connections at once
<li>why persistent connections are disabled in the new mysqli extension
</ul>
Their conclusion? Persistent connections are not evil. In fact, they're very good, when used in the right context and for the right kinds of queries. There's also a small push for an even newer MySQL driver for PHP by the MySQL team - the "mysqlnd" driver.
</p>]]></description>
      <pubDate>Tue, 14 Nov 2006 09:03:00 -0600</pubDate>
    </item>
  </channel>
</rss>
