Re: using php apc functions

Pierre Joye <[email protected]>
Newsgroups gmane.comp.php.windows
Message-ID <[email protected]>
hi,

Did you restart apache? Are you sure you edited the correct php.ini?
You can verify it using a simple phpinfo(); page.

Cheers,
--
Pierre

On Wed, May 5, 2010 at 8:30 AM, Alexander Schunk <[email protected]> wrote:
> 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
>
>



-- 
Pierre

@pierrejoye | http://blog.thepimp.net | http://www.libgd.org

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.