php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #58563 APC class/object
Submitted: 2009-02-22 11:10 UTC Modified: 2009-03-18 14:28 UTC
From: message at ptd dot net Assigned:
Status: No Feedback Package: APC (PECL)
PHP Version: 5.2.0 OS: RHEL4
Private report: No CVE-ID: None
 [2009-02-22 11:10 UTC] message at ptd dot net
Description:
------------
There should be an APC object so we can use OO style to interact with this extension.

It would be very helpful so we can write our own classes that extend APC

Ideally the methods will have the same names/signatures as in Memcache and/or Memcached classes, at least the most common methods like get(), set(), replace(), delete(), flush()

Having the same names and signatures will make it easy to write applications that can choose the cache system and still implement the same interface

Thank you very much


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-03-02 02:35 UTC] shire@php.net
Why not just create a simple wrapper in PHP code that can do this for you with the exact implementation you want?  I think this would be much more powerful and flexible than implementing this in C.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun May 11 19:01:28 2025 UTC