How to Complite Memcache with PHP 7.3.3 ???

Cuongdz92

Verified User
Joined
Apr 3, 2019
Messages
8
I have installed memcache module on php 7.3. But I encountered a few errors:
[root@sv memcached-3.1.3]# php -m | grep memcached
PHP Warning: PHP Startup: memcached: Unable to initialize module
Module compiled with module API=20170718
PHP compiled with module API=20180731
These options need to match
in Unknown on line 0
 
Hello,

You did not compile the extension for PHP 7.3. Search the forums with keywords: memcache and pecl for existing guides.
 
Back
Top