Skip to content

Commit 36c7836

Browse files
authored
fix aerospike build fail (laradock#1948)
1 parent acac6eb commit 36c7836

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

env-example

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -358,10 +358,8 @@ AEROSPIKE_FABRIC_PORT=3001
358358
AEROSPIKE_HEARTBEAT_PORT=3002
359359
AEROSPIKE_INFO_PORT=3003
360360

361-
## Temp solution, this should be in the dockerfile
362-
# for all versions "https://github.com/aerospike/aerospike-client-php/archive/master.tar.gz"
363-
# 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"
364-
AEROSPIKE_PHP_REPOSITORY=https://github.com/aerospike/aerospike-client-php/archive/7.2.0-release-candidate.tar.gz
361+
# for all versions
362+
AEROSPIKE_PHP_REPOSITORY=https://github.com/aerospike/aerospike-client-php/archive/master.tar.gz
365363
# for php 5.6
366364
# AEROSPIKE_PHP_REPOSITORY=https://github.com/aerospike/aerospike-client-php5/archive/3.4.15.tar.gz
367365

0 commit comments

Comments
 (0)