which software will replace my mmcache?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ju Hui

    which software will replace my mmcache?

    Hi All:
    I am using mmcache on php 4 for a long time. It's cool software. But
    as you know, it doesn't support php5 well. I have tested eaccelerator
    on my box. It isn't good as I mmcache, my web server can't display
    encondered code, and show error in log.
    Who can tell me some free software like mmcache?
    Thanks ...:)

  • Fraser Tweedale

    #2
    Re: which software will replace my mmcache?

    why don't you use the APC PECL extension? Works perfectly with PHP5 and
    is under consideration to be part of the main distribution with PHP6.

    It's a simply but highly effective opcode cache and also provide a
    facility for storage of variables/constants between requests.

    PHP is a popular general-purpose scripting language that powers everything from your blog to the most popular websites in the world.


    t

    Ju Hui wrote:[color=blue]
    > Hi All:
    > I am using mmcache on php 4 for a long time. It's cool software. But
    > as you know, it doesn't support php5 well. I have tested eaccelerator
    > on my box. It isn't good as I mmcache, my web server can't display
    > encondered code, and show error in log.
    > Who can tell me some free software like mmcache?
    > Thanks ...:)
    >[/color]

    Comment

    Working...