<?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 15:05:45 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[DeveloperDrive.com: 5 PHP Security Measures]]></title>
      <guid>http://www.phpdeveloper.org/news/18187</guid>
      <link>http://www.phpdeveloper.org/news/18187</link>
      <description><![CDATA[<p>
On the DeveloperDrive.com site today there's a new post with <a href="http://www.developerdrive.com/2012/07/5-php-security-measures/">five easy steps</a> you can take to help increase the security of your PHP-based applications.
</p>
<blockquote>
For many years, PHP has been a stable, inexpensive platform on which to operate web-based applications. Like most web-based platforms, PHP is vulnerable to external attacks. Developers, database architects and system administrators should take precautions before deploying PHP applications to a live server. Most of these techniques can be accomplished with a few lines of code or a slight adjustment to the application settings.
</blockquote>
<p>
The five tips they list range from general "best practice" kinds of things to a bit more specific:
</p>
<ul>
<li>Manage Setup Scripts
<li>Include Files (using ".php" not ".inc")
<li>MD5 vs. SHA
<li>Automatic Global Variables (no longer an issue in recent releases, 5.4.x)
<li>Initialize Variables and Values
</ul>]]></description>
      <pubDate>Thu, 05 Jul 2012 12:02:53 -0500</pubDate>
    </item>
  </channel>
</rss>
