From 2c5a9eaac6bfd0a57ce73a468d1044362487651a Mon Sep 17 00:00:00 2001 From: yuqing Date: Wed, 3 Feb 2016 13:47:11 +0800 Subject: [PATCH] you must upgrade libfastcommon to V1.24 or later --- HISTORY | 3 ++- INSTALL | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/HISTORY b/HISTORY index 4eacd2e..5692657 100644 --- a/HISTORY +++ b/HISTORY @@ -2,7 +2,8 @@ Version 5.08 2016-01-26 * install library to $(TARGET_PREFIX)/lib anyway * php extension compiled in PHP 7 - * dio thread use blocked_queue + * dio thread use blocked_queue, you must upgrade libfastcommon + to V1.24 or later Version 5.07 2015-09-13 * schedule task add the "second" field diff --git a/INSTALL b/INSTALL index ca82748..36e452f 100644 --- a/INSTALL +++ b/INSTALL @@ -13,7 +13,7 @@ Chinese language: http://www.csource.org/ #step 2. download FastDFS source package and unpack it, tar xzf FastDFS_v5.x.tar.gz #for example: -tar xzf FastDFS_v5.07.tar.gz +tar xzf FastDFS_v5.08.tar.gz #step 3. enter the FastDFS dir cd FastDFS