Hey I love this article but there is a mistake in the first example.
apcuinc($apckey, $tries+1, 600);
should be
apcustore($apckey, $tries+1, 600);
I think
Hey I love this article but there is a mistake in the first example.
apcuinc($apckey, $tries+1, 600);
should be
apcustore($apckey, $tries+1, 600);
I think