All posts tagged PHP 5.3

[Cheat Sheet] How to Make Your Web App Compatible with PHP 5.3.x

02/20/2012 / No comments / by / in PHP

Due to the recent bugs in PHP 5.3.9 (CVE-2012-0830) and prior version (CVE-2011-4885), it is highly recommended to upgrade your PHP interpreter from previous version to the latest stable version (at the time of this writing, the current stable PHP version is 5.3.10). The PHP 5.3.x offers better performance, security patches, and also several deprecated features. Unfortunately, the deprecated features producing some issues for any applications coded with old PHP version. This issues make your application crashed, throwing an error, and may be completely doesn’t work anymore.

User Related Search

  • Deprecated: mysql_escape_string(): This function is deprecated; use mysql_real_escape_string() instead