Centos 6.5 -- backported upgrades/php.ini directives included in php 5.3.3
        Posted  
        
            by 
                Decave
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Decave
        
        
        
        Published on 2014-08-19T01:21:40Z
        Indexed on 
            2014/08/19
            4:23 UTC
        
        
        Read the original article
        Hit count: 534
        
PHP 5.3.3 is the latest version of PHP available with the official CentOS 6.5 repos. As most of you know, calling it version '5.3.3' is slightly deceptive because critical bug fixes are actually back ported into version 5.3.3, so in effect 'version 5.3.3' does get upgraded now and then. My question is: aside from manually toggling directives in php.ini, how can you tell which new directives, that were implemented in, and officially supported by, later versions of PHP, are also available in CentOS 6.5's backported PHP 5.3.3?
For example, max_input_vars (http://php.net/manual/en/info.configuration.php#ini.max-input-vars) has been available since PHP 5.3.9. IS there an easy way to tell whether CentOS included this in a backported upgrade to 5.3.3?
Thanks!
© Server Fault or respective owner