

My working environment is: Windows 7Pro 圆4 XAMPP (win32 version 1.7.3), it had installed Apache 2.2.14 with PHP 5.3.
INSTALL MEMCACHED XAMPP INSTALL
This installs the zlib library which is required for memcache. So I had a task to install memcache on my developer's PC. Since you are on CentOS, try installing the libraries with this command: yum install zlib-devel Given the output of the error message, it looks like you are missing the zlib development libraries, or at least they are not in the usual location where it can be automatically found by configure. I need to install memcache on my dev server, I am using Xampp on Windows I have read a few sites that say you uncomment these lines in the php.ini file for xampp which I have done extensionphpmemcache.dll Memcache.

Laravel supports popular caching backends like Memcached, Redis, DynamoDB, and relational databases out of the box.
INSTALL MEMCACHED XAMPP DRIVER
In this file, you may specify which cache driver you would like to be used by default throughout your application.

Loaded Configuration File => /etc/php.iniįinding memcache.so (no output) ~]# find / -type f -name memcache*.so' Memcache module provides handy procedural and object oriented interface to memcached highly effective caching and its task is decrease database load in dynamic web application We have already installed XAMPP on the previous post so configure memcache Note : While installation If you may getting an any errors the solutions are given on this post. Your applications cache configuration file is located at config/cache.php. PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/memcache.so' - /usr/lib/php/modules/memcache.so: cannot open shared object file: No such file oĬonfiguration File (php.ini) Path => /etc Running: php -i | grep php.ini: ~]# php -i | grep php.ini I found this question but the problem was about his shared server. I have tested it on an Ubuntu system but when testing it on a Windows system I am not able to complete the installation using Xampp as the links are broken or broken. I get: Fatal error: Class 'Memcache' not found in /home/piscolab/public_html//includes/sql.php on line 25 Hello, Im doing a job-summary about the Memcached tool. I installed memcache via ssh, with: $ pecl install memcacheĪnd added this line to etc/php.ini: extension=memcache.soĪnd when trying to initialize: /* MEMCACHE */
