Announcement

Symphony's issue tracker has been moved to Github.

Issues are displayed here for reference only and cannot be created or edited.

Browse

Closed#537: Incorrect last-modified header field value in index.php and image.php

Symphony is sending incorrect values for the Last-Modified header field using the following:

header('Last-Modified: ' . gmdate('r'));

It should be:

header('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT');

(which is used in the installer, for example).

This issue applies to index.php as well as image.php (JIT).

Not a bug. r is the shortcut for D, d M Y H:i:s.

This issue is closed.

Symphony • Open Source XSLT CMS

Server Requirements

  • PHP 5.3-5.6 or 7.0-7.3
  • PHP's LibXML module, with the XSLT extension enabled (--with-xsl)
  • MySQL 5.5 or above
  • An Apache or Litespeed webserver
  • Apache's mod_rewrite module or equivalent

Compatible Hosts

Sign in

Login details