Copy right 2016 Happy Fish / YuQing libshmcache may be copied or modified under the terms of BSD License. Please visit the libshmcache Home Page for more detail. website: https://github.com/happyfish100/libshmcache #step 1. compile && install libfastcommon git clone https://github.com/happyfish100/libfastcommon cd libfastcommon && ./make.sh && ./make.sh install #step 2. compile && install libshmcache git clone https://github.com/happyfish100/libshmcache cd libshmcache/src && make && make install cd tools && make && make install cd ../.. #step 3. compile && install libshmcache php extension cd php-shmcache phpize ./configure make && make install