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

cache->put does not behave as expected when $acm_type='apc'

    XMLWordPrintable

Details

    • Bug
    • Status: Open (View Workflow)
    • Minor
    • Resolution: Unresolved
    • 3.1.4
    • None
    • Caching (ACM)
    • None
    • PHP 5.4.39-0+deb7u2 Mysql 5.5.43

    Description

      I'm using an extension of my own, in which I use the @cache object.
      When I use memcache as ACM. It behaves as expected : cache->put with a ttl of 300 makes entry disappears after 300 second : subsequent cache->get in an other php session returns entries
      When I use apc, and cache->put does not behave as expected : nothing is stored in apc user cache. Subsequent get returns false

      Attachments

        Activity

          People

            Unassigned Unassigned
            korsani korsani [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: