Dotclear

Changeset 3795:19be142ed5ac for inc


Ignore:
Timestamp:
08/14/18 10:17:45 (7 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
2.14
Message:

PHP 5.6 is now the minimum version required (PHP 5.5 seems to be buggy with the 2.14)

Location:
inc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • inc/core/class.dc.update.php

    r3731 r3795  
    2626        'checksum' => null, 
    2727        'info'     => null, 
    28         'php'      => '5.5', 
     28        'php'      => '5.6', 
    2929        'notify'   => true 
    3030    ); 
  • inc/prepend.php

    r3792 r3795  
    154154 
    155155if (!defined('DC_NEXT_REQUIRED_PHP')) { 
    156     define('DC_NEXT_REQUIRED_PHP', '5.5'); // Announced in 2.12, will be required in 2.13 
     156    define('DC_NEXT_REQUIRED_PHP', '5.6'); 
    157157} 
    158158 
Note: See TracChangeset for help on using the changeset viewer.

Sites map