Patrick Dawkins
Patrick Dawkins
The intention is that you would need to run `platform build` to build a local doc root. The CLI will run your build hook(s) mimicking how they would run on...
The schema is drawn from the relationship definition in `$PLATFORM_RELATIONSHIPS`. ```sh $ platform relationships -p xxxxxxxxxxxx -e multi-db-branch -P second_db - username: user scheme: mysql service: mysqldb ip: 1.2.3.4 cluster:...
That would be good yes and it's in our future plans. Meanwhile you can limit access a little by creating a user account specifically for your purpose, a 'machine account',...
The error usually means something recursive is going on, for example that `tar` is trying to add the archive to itself. That doesn't seem to be the case here, unless...
Well, you seem to be the proxy tester :smile: I assume this is because PHP's stream functions need tcp://, while cURL needs http://
Hmmm... the change to Api.php was to add `ssl://` as a possible scheme as well as `tcp://`, so I guess it's actually that PHP's wrappers want `tcp`/`ssl`, while curl only...
I haven't found anything very clear yet, but here's an attempt ^
Thanks, good point I can just try that myself. I've pushed an update, can you git pull and try again please?
Thanks. Hm. It looks like Guzzle (5) doesn't do any adapting for this proxy setting. It might be more helpful (but also might be annoyingly 'magical') to check for `extension_loaded('curl')`...
It's in release 3.65.3 so please try again with your gitlab!