I read about this, but when I do easyapache I only see the version said to be vulnerable:
http://www.securiteam.com/unixfocus/5DP0B00JPA.html
http://www.securiteam.com/unixfocus/5DP0B00JPA.html
Vulnerable Systems:
* PHP 5.1.6 / 4.4.4
Description:
PHP is an HTML-embedded scripting language. Much of its syntax is borrowed from C, Java and Perl with a couple of unique PHP-specific features thrown in. The goal of the language is to allow web developers to write dynamically generated pages quickly.
A nice introduction to PHP by Stig S ther Bakken can be found at http://www.zend.com/zend/art/intro.php on the Zend website. Also, much of the PHP Conference Material is freely available.
php_admin_value name value
Sets the value of the specified directive. This can not be used in .htaccess files. Any directive type set with php_admin_value can not be overridden by .htaccess or virtualhost directives. To clear a previously set value use none as the value.
php_admin_flag name on|off
Used to set a boolean configuration directive. This can not be used in .htaccess files. Any directive type set with php_admin_flag
can not be overridden by .htaccess or virtualhost directives.
http://pl.php.net/manual/en/configuration.changes.php