Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-11634

Cache Bug - class_loader

    XMLWordPrintable

Details

    Description

      includes/class_loader.php

      $this->cached_paths = $cache->get('class_loader_' . $this->prefix);
      should be:
      $this->cached_paths = $cache->get('_class_loader_' . $this->prefix);
       

      and

      $this->cache->put('class_loader_' . $this->prefix, $this->cached_paths); 
      should be:
      $this->cache->put('_class_loader_' . $this->prefix, $this->cached_paths); 
       

      hm no, that won't work...

      otherwise it reloads the data_global.php cache every pageview new.

      Attachments

        Activity

          People

            nickvergessen Joas Schilling
            Kostenloses-Forum Kostenloses-Forum [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: