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
[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