As i am new to PHP i have some question about internal that i am not able to find exactly on internet.
I have read a statement
PHP recompiles your program every time that it is run into an machine readable language, called opcodes. An opcode cache stores the compilation in memory and just re-executes it when called a second time.
so some question arises in my mind-
I read somewhere that PHP cache the OPCODE so that no need to recompile. How can i get to know that if any opcaode caching technique is enabled or not on my server? i am using Xampp with default configuration on my local machine windows.
Does PHP uses OPCODE caching by default or we have to enable it by installing any external library?
php.inifile.