Why can't I find the memcache module in php5.4.3? After calling phpinfo (), I checked it and didn't load the memcached module. how can I solve it !!
Reply to discussion (solution)
In win?
Find php. ini on drive C. Search for memcached and delete the; sign before it. Restart.
This is not the default one. In linux, you can use PECL: Package to add. in windows, find the relevant dll and modify php. ini to add extensions.
Find the dll extension of memcached and modify php. ini.
I mean, it must have been modified. PHP. INI has extension = php_memcache.dll enabled
However, the memcache module is not enabled for viewing phpinfo.
Check whether your php. ini document is the one displayed in phpinfo. Consider changing the php version.
I mean, it must have been modified. PHP. INI has extension = php_memcache.dll enabled
However, the memcache module is not enabled for viewing phpinfo.
Absolutely. No. I checked whether memcache has any problem with PHP5.4.
Win? My latest PHP in linux is running...
Absolutely. No. I checked whether memcache has any problem with PHP5.4.
Well. Win64 system. Cool. It is said that the dll can be used only by someone else.
PHP version 5.4.3... Find the corresponding memcache. dll.
Please rest in peace... wait.
This reminds me of eAccelerator.
Well. Win64 system. Cool. It is said that the dll can be used only by someone else.
PHP version 5.4.3... Find the corresponding memcache. dll.
Please rest in peace... wait.
This reminds me of eAccelerator.
Reference reply on the eighth floor:
Well. Win64 system. Cool. It is said that the dll can be used only by someone else.
PHP version 5.4.3... Find the corresponding memcache. dll.
Nana? What is eAccelerator?
5.3 previously, there was an accelerator called eAccelerator, which is also very useful. But since 5.4 (if you remember correctly), no updates are supported...
Reference the reply on the 9th floor:
Please rest in peace... wait.
This reminds me of eAccelerator.
Reference reply on the eighth floor:
Well. Win64 system. Cool. It is said that the dll can be used only by someone else.
PHP version 5.4.3... Find the corresponding memcache. dll.
Nana? What is eAccelerator?
Compile a php_memecache.dll by yourself.
Http://download.csdn.net/detail/wixsky/4604542
Http://www.iczerd.com/73/
I used this to handle it. wamp apache2.2 php5.4.3
Http://www.iczerd.com/73/
I used this to handle it. wamp apache2.2 php5.4.3
Thank you very much.