Changeset 3531 for trunk/index.php

Show
Ignore:
Timestamp:
10/05/2008 09:42:55 AM (2 months ago)
Author:
Shadowhand
Message:

Made the PHP 5.2 test a bit more helpful

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/index.php

    r3366 r3531  
    4848 * to check the PHP version quickly. 
    4949 */ 
    50 version_compare(PHP_VERSION, '5.2', '<') and exit('Kohana requires PHP 5.2 or newer.'); 
     50version_compare(PHP_VERSION, '5.2', '<') and exit('Kohana requires PHP 5.2 or newer, '.PHP_VERSION.' is installed'); 
    5151 
    5252/**