From d8f95bac2aba1c2d5f91ee568d7fcf6285ef8a8b Mon Sep 17 00:00:00 2001 From: bestlong Date: Sat, 9 Jun 2018 00:15:09 +0800 Subject: [PATCH] update AEROSPIKE_PHP_REPOSITORY source --- env-example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/env-example b/env-example index 29c7bcf7..67412cfc 100644 --- a/env-example +++ b/env-example @@ -322,8 +322,8 @@ AEROSPIKE_INFO_PORT=3003 ## Temp solution, this should be in the dockerfile # for all versions "https://github.com/aerospike/aerospike-client-php/archive/master.tar.gz" -# for php 7.2 (using this branch until the support for 7.2 on master) "https://github.com/aerospike/aerospike-client-php/archive/7.2.0-in-progress.tar.gz" -AEROSPIKE_PHP_REPOSITORY=https://github.com/aerospike/aerospike-client-php/archive/7.2.0-in-progress.tar.gz +# for php 7.2 (using this branch until the support for 7.2 on master) "https://github.com/aerospike/aerospike-client-php/archive/7.2.0-release-candidate.tar.gz" +AEROSPIKE_PHP_REPOSITORY=https://github.com/aerospike/aerospike-client-php/archive/7.2.0-release-candidate.tar.gz ### RETHINKDB #############################################