Unable to load dynamic library 'php_wincache.dll'

帅比萌擦擦* 提交于 2020-06-29 03:49:17

问题


I have installed wincache. i followed the link and installed wincache.dll. the link is given below. Unable to load dynamic library 'php_wincache.dll'?

Before installation the error was. "[03-Jun-2020 12:00:44 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'php_wincache.dll' (tried: C:\PHP\ext\php_wincache.dll (The specified module could not be found.), C:\PHP\ext\php_php_wincache.dll.dll (The specified module could not be found.)) in Unknown on line 0"

After Installation iam getting. "[04-Jun-2020 07:40:55 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'php_wincache.dll' (tried: C:\PHP\ext\php_wincache.dll (%1 is not a valid Win32 application.), C:\PHP\ext\php_php_wincache.dll.dll (The specified module could not be found.)) in Unknown on line 0"

This is a laravel application on IIS server. please suggest what to do

The configuration of the system is given.

windows server 2016 standard 64-bit , IIS 10 , wincache-2.0.0.8-dev-7.4-nts-vc15-x86 , php 7.4.4 is installed on the server and laravel version is 5.8. These re the configurations please suggest. –

来源:https://stackoverflow.com/questions/62190664/unable-to-load-dynamic-library-php-wincache-dll

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!