Changeset 10827
- Timestamp:
- 08/13/08 08:29:00 (11 months ago)
- Files:
-
- branches/1.2/UPGRADE_TO_1_2 (modified) (1 diff)
- branches/1.2/data/bin/check_configuration.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.2/UPGRADE_TO_1_2
r10800 r10827 5 5 to be done to upgrade your symfony 1.1 projects. 6 6 7 WARNING: symfony 1.2 is only compatible with PHP 5.2. 7 WARNING: symfony 1.2 is only compatible with PHP 5.2.4. 8 8 9 9 How to upgrade? branches/1.2/data/bin/check_configuration.php
r6824 r10827 68 68 // mandatory 69 69 echo "\n** Mandatory requirements **\n\n"; 70 check(version_compare(phpversion(), '5. 1.3', '>='), 'requires PHP >= 5.1.3', 'Current version is '.phpversion(), true);70 check(version_compare(phpversion(), '5.2.4', '>='), 'requires PHP >= 5.2.4', 'Current version is '.phpversion(), true); 71 71 check(!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); 72 72

