Skip to content
Snippets Groups Projects
  1. Jan 20, 2015
  2. Jan 09, 2015
  3. Dec 19, 2014
    • Andreas Fischer's avatar
      HHVM: In APC cache clear, only request the cache key in APCIterator. · 0ba5c182
      Andreas Fischer authored
      The default value of the $format parameter of the APCIterator constructur is
      APC_ITER_ALL which instructs the iterator to provide all available information
      on cache values being iterated over. Only the key value is necessary for
      matching and deletion via apc_delete(), though.
      
      This prevents a "Format values FILENAME, DEVICE, INODE, MD5, NUM_HITS, MTIME,
      CTIME, DTIME, ATIME, REFCOUNT not supported yet." notice on HHVM.
      0ba5c182
  4. Dec 17, 2014
  5. Dec 10, 2014
  6. Jul 29, 2014
  7. May 08, 2014
  8. Feb 06, 2014
  9. Jan 24, 2014
  10. Jan 09, 2014
  11. Jan 06, 2014
  12. Jan 02, 2014
  13. Dec 17, 2013
  14. Sep 30, 2013
Loading