ShintoJoseph Posted December 29, 2023 Share Posted December 29, 2023 Hello I am running my application on IIS server with php 8.1.27 Non Thread Safe Version. I am unabe to find the wincache extension for this version of php. I found wincache for php8.0 but it is not loading the extension while adding in 8.1.27. Anyone knows? Quote Link to comment Share on other sites More sharing options...
requinix Posted December 29, 2023 Share Posted December 29, 2023 As mentioned on Discord, if you want wincache because it can cache PHP code, then use opcache instead: it does the same thing, except it's part of the PHP core instead of being some third-party, Windows-only extension. 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.