-1

For various reasons, I can't upgrade PHP to 5.5. I have PHP 5.3, is there a way to do opcode caching with 5.3?

user187809
  • 706
  • 2
  • 8
  • 23
  • You install it in the same way you install any other extension. There should be more info at https://pecl.php.net/package/ZendOpcache – apokryfos Mar 09 '16 at 16:55

1 Answers1

0

From PHP docs:

This extension is bundled with PHP 5.5.0 and later, and is » available in PECL for PHP versions 5.2, 5.3 and 5.4.

syck
  • 2,984
  • 1
  • 13
  • 23