Projet

Général

Profil

Révision 5587145e

Ajouté par Assos Assos il y a presque 7 ans

Update to 7.56

Voir les différences:

drupal7/includes/bootstrap.inc
8 8
/**
9 9
 * The current system version.
10 10
 */
11
define('VERSION', '7.54');
11
define('VERSION', '7.56');
12 12

  
13 13
/**
14 14
 * Core API compatibility.
......
254 254
 * http://tools.ietf.org/html/rfc7231#section-7.1.1.1
255 255
 *
256 256
 * Example: Sun, 06 Nov 1994 08:49:37 GMT
257
 *
258
 * This constant was introduced in PHP 7.0.19 and PHP 7.1.5 but needs to be
259
 * defined by Drupal for earlier PHP versions.
257 260
 */
258
define('DATE_RFC7231', 'D, d M Y H:i:s \G\M\T');
261
if (!defined('DATE_RFC7231')) {
262
  define('DATE_RFC7231', 'D, d M Y H:i:s \G\M\T');
263
}
259 264

  
260 265
/**
261 266
 * Provides a caching wrapper to be used in place of large array structures.

Formats disponibles : Unified diff