PHP 5.3.10 released

PHP 5.3.10 is now available for download.PHP is a general-purpose server-side scripting language originally designed for Web development to produce dynamic Web pages.

This release delivers a critical security fix.what’s new in this php version?.

Fixed arbitrary remote code execution vulnerability.
All users are strongly encouraged to upgrade to PHP 5.3.10.
(more…)

Continue ReadingPHP 5.3.10 released

PHP 5.3.9 released

PHP 5.3.9 is now available for download.what’s new in this version?
This release focuses on improving the stability of the PHP 5.3.x branch with over 90 bug fixes, some of which are security related.

Added max_input_vars directive to prevent attacks based on hash collisions.
Fixed (Integer overflow during the parsing of invalid exif header).
Fixed (is_a() triggers autoloader, new optional 3rd argument to is_a and is_subclass_of).
Fixed (mysqlnd cannot be built shared)
Many changes to the FPM SAPI module
(more…)

Continue ReadingPHP 5.3.9 released

How to install and configure Apache,PHP,MySql and phpMyadmin on windows

Step 1:
Installing apache

Download the best available version of Apache web server for Windows from this Download link

Select

Win32 Binary without crypto (no mod_ssl) (MSI Installer)

or

Win32 Binary including OpenSSL

Here we using Apache HTTP Server (httpd) 2.2.17 Win32 Binary including OpenSSL
Double click the installer->Click next->check i accept the terms in the licence agreement and click next->Next->
Now see the below image to fill the server information

(more…)

Continue ReadingHow to install and configure Apache,PHP,MySql and phpMyadmin on windows