you must upgrade libfastcommon to V1.24 or later
parent
521f346d3e
commit
2c5a9eaac6
3
HISTORY
3
HISTORY
|
|
@ -2,7 +2,8 @@
|
||||||
Version 5.08 2016-01-26
|
Version 5.08 2016-01-26
|
||||||
* install library to $(TARGET_PREFIX)/lib anyway
|
* install library to $(TARGET_PREFIX)/lib anyway
|
||||||
* php extension compiled in PHP 7
|
* 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
|
Version 5.07 2015-09-13
|
||||||
* schedule task add the "second" field
|
* schedule task add the "second" field
|
||||||
|
|
|
||||||
2
INSTALL
2
INSTALL
|
|
@ -13,7 +13,7 @@ Chinese language: http://www.csource.org/
|
||||||
#step 2. download FastDFS source package and unpack it,
|
#step 2. download FastDFS source package and unpack it,
|
||||||
tar xzf FastDFS_v5.x.tar.gz
|
tar xzf FastDFS_v5.x.tar.gz
|
||||||
#for example:
|
#for example:
|
||||||
tar xzf FastDFS_v5.07.tar.gz
|
tar xzf FastDFS_v5.08.tar.gz
|
||||||
|
|
||||||
#step 3. enter the FastDFS dir
|
#step 3. enter the FastDFS dir
|
||||||
cd FastDFS
|
cd FastDFS
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue