happyfish100 / libshmcache

libshmcache is a local cache in the share memory for multi processes. high performance due to read is lockless. libshmcache is 100+ times faster than a remote interface such as redis.
449 stars 136 forks source link

Update? #45

Open zaunere opened 3 months ago

zaunere commented 3 months ago

Hello,

Looks like a great extension but when I try to build the extension for the latest PHP 8 I get:

... php-fastcommon/fastcommon.c:15:10: fatal error: php7_ext_wrapper.h: No such file or directory 15 | #include "php7_ext_wrapper.h" | ^~~~~~~~

Any chance of a modernization?

Best,

Hans

happyfish100 commented 3 months ago

you should compile and install libfastcommon first.