From 1e50b4f21aa11de828f47e2c51da75bf17fe361a Mon Sep 17 00:00:00 2001 From: Yu Qing Date: Sat, 3 Jun 2017 21:09:48 +0800 Subject: [PATCH] change php_client/README --- php_client/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php_client/README b/php_client/README index 6ef7855..db12b05 100644 --- a/php_client/README +++ b/php_client/README @@ -12,7 +12,7 @@ In file fastdfs_client.ini, item fastdfs_client.tracker_group# point to the FastDFS client config filename. Please read ../INSTALL file to know about how to config FastDFS client. -FastDFS client php extension compiled under PHP 5.2.x, Steps: +FastDFS client php extension compiled under PHP 5.4 and PHP 7.0, Steps: phpize ./configure make