diff options
-rw-r--r-- | README | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -4,3 +4,27 @@ Copyright (c) 2019 Remi Collet License: CC-BY-SA http://creativecommons.org/licenses/by-sa/4.0/ +# preload.php + + to use with opcache.preload directive + will take care of all *.h and *.inc files + in the same directory + +# preload-redis.h +# preload-redis.inc + + Minimal Redis client using libhiredis.so.0 + +# redis.php + + Test script using above stuff + +# preload-zstd.h +# preload-zstd.inc + + Minimal Zstd tool using libzstd.so.1 + +# zstd.php + + Test script using above stuff + |