News Feed
Jobs Feed
Sections




News Archive
DeveloperDrive.com:
5 PHP Security Measures
July 05, 2012 @ 12:02:53

On the DeveloperDrive.com site today there's a new post with five easy steps you can take to help increase the security of your PHP-based applications.

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.

The five tips they list range from general "best practice" kinds of things to a bit more specific:

  • Manage Setup Scripts
  • Include Files (using ".php" not ".inc")
  • MD5 vs. SHA
  • Automatic Global Variables (no longer an issue in recent releases, 5.4.x)
  • Initialize Variables and Values
0 comments voice your opinion now!
security tips include setup md5 sha global variables


blog comments powered by Disqus

Similar Posts

Richard Lord's Blog: Zend_View helpers in include path

PHP Discovery Blog: Dangers of Remote Execution

Zend Developer Zone: Zend Framework 1.7.5 Released (Security Fix)

Secunia.com: Ubuntu update for PHP

Community News: rPath Updates PHP, PHP-MySQL and PHP-PGSQL Packages


Community Events











Don't see your event here?
Let us know!


community release development language series testing functional composer introduction tool conference zendframework2 database framework opinion code podcast object interview example

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework