Results 1 to 7 of 7

APC support?

This is a discussion on APC support? within the vBSEO Features Archive forums, part of the vBulletin Links & Resources category; I use the APC (Alternate PHP Cache_ with PHP 5.1.1 on my forum and it yields incredible performance benefits... at ...

  1. #1
    Junior Member
    Join Date
    Aug 2005
    Posts
    4
    Liked
    0 times

    APC support?

    I use the APC (Alternate PHP Cache_ with PHP 5.1.1 on my forum and it yields incredible performance benefits... at the moment, there is no way to run vBseo together with APC.. are there any plans to support users running APC?

    Some expirements with the ioncube loader had limited success, running vBseo but bringing the server to load levels of over 120 (yes, that's 3 digit load right there) after a few minutes... zend and APC don't seem to work together at all... so is there any hope for those of us that choose to run APC?

  2. #2
    Senior Member BamaStangGuy's Avatar
    Real Name
    Brent Wilson
    Join Date
    Aug 2005
    Location
    Huntsville, Alabama
    Posts
    2,483
    Liked
    0 times
    um I use APC 3.0.8 with IonCube and VBSEO with no problems

  3. #3
    Junior Member
    Join Date
    Aug 2005
    Posts
    4
    Liked
    0 times
    Thanks for your reply.
    I'm running APC 3.0.8 with PHP 5.1.1 both built from source. Which version of PHP are you running, and also, would you mind pasting your apc config?
    Finally, are you having ioncube dynamically loaded or is it in your php.ini?

  4. #4
    Senior Member BamaStangGuy's Avatar
    Real Name
    Brent Wilson
    Join Date
    Aug 2005
    Location
    Huntsville, Alabama
    Posts
    2,483
    Liked
    0 times
    PHP Version 4.4.1

    APC Config:

    extension="apc.so"
    apc.shm_size="64"
    apc.optimization="0"
    IonCube is loaded in php.ini via zend extension:
    zend_extension = /usr/lib/ioncube/Ioncube_loader_lin_4.3.so

  5. #5
    Junior Member
    Join Date
    Aug 2005
    Posts
    4
    Liked
    0 times
    Thanks for your help, as it turns out, the problem lay with the Ioncube loader module for PHP 5.0 and PHP 5.1... i checked their forums and they just realeased a fix today, which works great.

  6. #6
    Senior Member BamaStangGuy's Avatar
    Real Name
    Brent Wilson
    Join Date
    Aug 2005
    Location
    Huntsville, Alabama
    Posts
    2,483
    Liked
    0 times
    Good to know APC is awsome though.

  7. #7
    Senior Member TECK's Avatar
    Real Name
    Floren Munteanu
    Join Date
    Apr 2006
    Location
    Canada
    Posts
    788
    Liked
    0 times
    Blog Entries
    2
    Quote Originally Posted by cruelio
    Thanks for your help, as it turns out, the problem lay with the Ioncube loader module for PHP 5.0 and PHP 5.1... i checked their forums and they just realeased a fix today, which works great.
    Can you post the fix link? Thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •