From aa866639c10bee084c4290dbc69740af5e64d9f6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 18 Oct 2019 15:11:50 +0200 Subject: add instructions --- README | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'README') diff --git a/README b/README index e635582..bf76936 100644 --- a/README +++ b/README @@ -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 + -- cgit