↧
Checklist for Securing PHP Configuration
The Apache/PHP/MySQL stack is immensely popular for web application development. Its components are powerful, versatile and Free. Unfortunately however, PHP comes with a default configuration that is...
View ArticleMySQL Connection Management in PHP
This article is intended to highlight various basic topics concerning proper methods of handling connections to MySQL databases in PHP, guidelines for caching dynamic content, and a technique called...
View Articlephp 5.2 to 5.3 migration
The new release of PHP 5.3 brought many important additions and changes to PHP. Although longly awaited, some of the changes are not backwards compatible. Thus, code that worked fine with 5.2 may...
View ArticleFile Lock Contention
Great step by step explanation of investigating file lock contentions, specifically when dealing with php and sessions.Original news source
View Article