Its no longer working. I have tested it on windows machine all i am getting this error. Error: could not write the cache headers: could not write to the cache file
It creates the file but it does not write the file.
2008-06-29 00:42:01 - In reply to message 1 from Moazam Nabi
This class requires PHP file locking functions to work properly. Depending on your Windows file system, it may not work as file locking is not supported by all Windows file systems. It is a Windows limitation problem, not PHP's.
2008-07-01 13:07:34 - In reply to message 3 from Moazam Nabi
The problem is dealing with file locking on multithreaded Windows Web servers like IIS. I am afraid two parallel file locking requests coming from different threads does not work on Windows.
2008-07-01 14:07:04 - In reply to message 4 from Manuel Lemos
there are no parallel requests.. because i am using it alone. Windows is not my production server and i am not fool to choose windows for php production server ;) I tried it on linux and it works fine. Perhaps i have to figure out some way to run it on my development machine.
2011-02-17 02:06:57 - In reply to message 7 from Manuel Lemos
when flock block the access to the files, is it possible that the other simultaneous requests will hang until the file is unlocked and cause a server crash ?