Posts Tagged ‘php’

software

PHP 5.4.3 released

0

PHP 5.4.3 is now available for download. Fixed Buffer Overflow in apache_request_headers (mod_php and php-fpm are not vulnerable to this attack) Fixed Improve fix for PHP-CGI query string parameter vulnerability (PHP 5.3 series is not vulnerable to  this issue) READ MORE »

software

PHP 5.4.2 released

0

PHP 5.4.2 is now available for download. Fixed PHP-CGI query string parameter vulnerability.(unnoticed for at least 8 years).If you are using Apache mod_cgi to run PHP you may be vulnerable. To see if you are, just add ?-s to the...

READ MORE »
software

PHP 5.4.0 released

0

PHP 5.4.0 is now available for download.what's new in this version? New language syntax including Traits, shortened array syntax Improved performance and reduced memory consumption Support for multibyte languages now available in all builds of PHP at the flip of...

READ MORE »
software

PHP 5.3.10 released

0

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...

READ MORE »
technews

PHP 5.3.9 released

0

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...

READ MORE »
windows

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

29

Step 1: Installing apache Download the best available version of Apache web server for Windows from this Download link Select or Here we using Apache HTTP Server (httpd) 2.2.17 Win32 Binary including OpenSSL Double click the installer->Click next->check...

READ MORE »