2

I'm currently studying to take the Zend exam and some things are not clear to me. Zend requires that we know the "Performance / bytecode Cacing." Reading the documentation on php.net I could not find anywhere.

http://www.zend.com/en/services/certification/php-5-certification/

Can anyone explain me what is the Performance/bytecode caching and where i can read more about that...

Also he want to know "Config"... I'm not sure what zend exactly is meant?

Thanks...

Ivan
  • 5,139
  • 11
  • 53
  • 86

2 Answers2

2

I think it's about APC. You can read about it here

guessimtoolate
  • 8,372
  • 2
  • 18
  • 26
  • No i think is not that. I dont see on that page bytecode caching. Omg i dont know for what is that important... – Ivan Apr 07 '13 at 16:18
  • 1
    http://stackoverflow.com/questions/5612945/what-is-a-bytecode-cache-and-how-can-i-use-one-in-php , http://devzone.zend.com/1812/using-apc-with-php/ – guessimtoolate Apr 07 '13 at 16:22
1

I think it's talking about OPcache and you can find it in the php official website documentation

OPcache