Briefing Zend Knowledge

What do bytecode caches do?

What do bytecode caches do?

A.
Cache the output of PHP scripts for reuse

B.
Translate PHP bytecode into machine code and cache the results

C.
Save the results of the compilation of PHP scripts for reuse

D.
Save large data structures (e.g. database result sets) in memory for reuse