I use the code below for my project, it does not work on the local computer when I run the code on which it showed the call to the undefined apc_fetch () function.
$apc_key = "abc_list"; $info = apc_fetch($apc_key);
I am using xampp 3.2.1, php 5.4.20, windows 7 In php.ini I used the extension of this line = php_apc.dll, but still does not work.
Can anyone solve my problem, thanks
source share