using php apc functions

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello,

i want to use the php APC Functions.

I am using xampp server and latest php.

The Windows dll for APC is in the extensions directory and the
extension is configured in the php.ini.

However, i still get an error that php does not find the fuction apc_add:

$myvar =  'hell world';
     $stored = apc_add('myvar',$myvar);

     if($stored){
       echo 'Variable wurde gecached';

     }
     else{
       echo 'Variable wurde nicht gecached';
     }

Thank you
Alexander

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Database Programming]     [PHP Install]     [Kernel Newbies]     [Yosemite Forum]     [PHP Books]

  Powered by Linux