I was going to use this Easy PHP Download using the progress bar , and it says that I need the APC extension. I have two options with APC, thread safe and not thread safe.
using phpinfo, I found that thread safety was turned on, but I'm not sure if php actually works mutithreaded. I heard that php is still a beta for mutithread.
Anyway, if my PHP is not mutithreaded and was not "thread safe", would there be a problem using the streaming version of APC?
tl; dr version: Does thread-safe APC support greater compatibility (works like in php single / mutithread), and means that mutithread is required (works only in php mutithread)?
source
share