diff options
author | Remi Collet <remi@remirepo.net> | 2019-10-18 15:11:50 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-10-18 15:11:50 +0200 |
commit | aa866639c10bee084c4290dbc69740af5e64d9f6 (patch) | |
tree | 6cf5d41ef408f155c5efd5ce1ee80f7fc032f01e | |
parent | 68bb93d4659f1665719af2a284b672d0d80adf01 (diff) |
add instructions
-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 + |