Hello
I was browsing thru the docs of APC (Alternative PHP Cache) and I've seen that it has a function called apc_compile_file
. The Docs say that this function is to:
Stores a file in the bytecode cache, bypassing all filters.
Is this like HipHop's idea, to store PHP code in more optimized code? If is not, can someone educate me because Im kinda lost in that. If is indeed like that, then why APC is older than HipHop and doesn't get all the fuzz that HipHop gets.
Best regards!