PHP

From My Wiki
Revision as of 01:39, January 12, 2021 by J-Admin (talk | contribs) (Created page with "= Opcode Cache = Zend OPcache is preferred. Other opcode caches are/were: *eAccelerator *APC *XCache And they conflict with each other, so check: php -m | grep -i -E "eaccel...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Opcode Cache

Zend OPcache is preferred. Other opcode caches are/were:

  • eAccelerator
  • APC
  • XCache

And they conflict with each other, so check:

php -m | grep -i -E "eaccelerator|apc|xcache|zend"

PHP handlers that can use opcache: DSO (mod_php), FCGI, PHP-FPM

PHP handlers that cannot use opcache: CGI, SuPHP