Development

Changeset 10827

You must first sign up to be able to contribute.

Changeset 10827

Show
Ignore:
Timestamp:
08/13/08 08:29:00 (11 months ago)
Author:
fabien
Message:

[1.2] updated check_configuration script to check PHP 5.2.4 as the minimum requirement for symfony 1.2

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.2/UPGRADE_TO_1_2

    r10800 r10827  
    55to be done to upgrade your symfony 1.1 projects. 
    66 
    7 WARNING: symfony 1.2 is only compatible with PHP 5.2. 
     7WARNING: symfony 1.2 is only compatible with PHP 5.2.4. 
    88 
    99How to upgrade? 
  • branches/1.2/data/bin/check_configuration.php

    r6824 r10827  
    6868// mandatory 
    6969echo "\n** Mandatory requirements **\n\n"; 
    70 check(version_compare(phpversion(), '5.1.3', '>='), 'requires PHP >= 5.1.3', 'Current version is '.phpversion(), true); 
     70check(version_compare(phpversion(), '5.2.4', '>='), 'requires PHP >= 5.2.4', 'Current version is '.phpversion(), true); 
    7171check(!ini_get('zend.ze1_compatibility_mode'), 'php.ini: requires zend.ze1_compatibility_mode set to off', sprintf('Set it to off in php.ini (%s)', get_ini_path()), true); 
    7272 

The Sensio Labs Network

Since 1998, Sensio Labs has been promoting the Open-Source software movement by providing quality web application development, training, consulting, and supporting several large Open-Source projects.