Danack
Danack
the benchmark results are likely to be reasonably different when a server is under heavy load vs when it's free to use all the resources of a machine. Incorporating something...
So in the test flickr service there is a param which is set: - by default. - by the api. But because it has a default, it isn't being set...
e.g. right next to: ``` This Composer Repository is proudly powered by Satis ```
E.g. for uploading files to Amazon s3 we need to be able to set a Content-MD5 header to increase data integrity. http://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectPUT.html
We need to be able to upload files directly from disk - rather than loading them into memory first.
you can filter params in Guzzle like: ``` { "filters": [ "strtolower", { "method": "MyClass::convertString", "args": [ "test", "@value", "@api" ] } ] } ``` Which would pass to the...
and the setting to make them optional is `'required' => false` not `'optional' => false`.
Download complete of aws/aws-sdk-php/aws_aws-sdk-php_3.0.0-beta.1 Download complete of aws/aws-sdk-php/aws_aws-sdk-php_3.0.0-beta.1 Download complete of aws/aws-sdk-php/aws_aws-sdk-php_2.7.1 Download complete of aws/aws-sdk-php/aws_aws-sdk-php_2.7.1
that doesn't suck.
``` if ($repoTags->pager) { $newPages = $repoTags->pager->getAllKnownPages(); foreach ($newPages as $newPage) { $pages[$newPage] = false; } } ``` For the record, it's crappy because it's a completely different api call...