I personally just had a breakthrough last night. I finnaly got APC to work with PHP 5.1.2 (I used that version because of a show stopping bug in versions >=5.1.4 and a security flaw in 5.1.3). The trick I found was to use FileMon from SysInternals.
http://www.sysinternals.com/Utilities/Filemon.html
Set the filter to either *php* or if you're using the ISAPI still try *isapi*, and then watch the fileMon as you try to request a page.
I had to create and set privilages on a particular temp directory that didn't even exist at first.
Joined: 2006-08-15
I personally just had a breakthrough last night. I finnaly got APC to work with PHP 5.1.2 (I used that version because of a show stopping bug in versions >=5.1.4 and a security flaw in 5.1.3). The trick I found was to use FileMon from SysInternals.
http://www.sysinternals.com/Utilities/Filemon.html
Set the filter to either *php* or if you're using the ISAPI still try *isapi*, and then watch the fileMon as you try to request a page.
I had to create and set privilages on a particular temp directory that didn't even exist at first.
Josh