Lines Matching refs:array

34 * Fix: Prevent undefined offset when using array for ssl_key options. [#2348](https://github.com/gu…
208 * Added a better error message for when `body` is provided as an array. Please
241 previous headers in the associative array.
277 * The `body` request option no longer accepts an array for POST requests.
282 * Clients no longer accept an array of URI template string and variables for
290 an array.
292 associative array passed into the `query` request option. The query string
318 specifying a `protocols` array in the `allow_redirects` request option.
433 value as an array, then use the newly added `getHeaderAsArray()` method of
438 detail). Instead, you should now provide an associative array to the
452 argument. They now accept an associative array of options, including the
523 passing an array of arrays of listener configuration.
540 * Fixed an issue with generating and merging in events to an event array
584 * HasDataTrait now initializes the internal data array as an empty array so
585 that the toArray() method always returns an array.
596 You can now pass a callable or an array of associative arrays where each
597 associative array contains the "fn", "priority", and "once" keys.
724 * Requests now support the ability to specify an array of $options when creating a request to more …
733 * Added `Guzzle\Common\Collection::setPath($path, $value)` to set a value into an array using a nes…
741 * `Guzzle\Service\ClientInterface::execute()` now accepts an array, single command, or Traversable
755 …`Guzzle\Http\ClientInterface::get($uri = null, $headers = null, $options = array())`. You can stil…
758 default `array()`
762 $client->getConfig()->setPath('request.options/headers', array('header_name' => 'value'))`.
790 …as deprecated. Use `$client->getConfig()->setPath('request.options/auth', array('user', 'pass', 'B…
901 * Bug fix: Parsing a query string with a single PHP array value will now result in an array. #263
906 * Bug fix: Fixed "array to string" error when validating a union of types in a service description
931 * Bug fix: OauthPlugin fixes to allow for multi-dimensional array signing, and sorting parameters b…
956 JSON is an array
976 * Bug fix: Filters were not always invoked for array service description parameters
984 …response body. For example, the XmlVisitor now parses the XML response into an array in the before…
1001 * Added context array to RequestInterface::setState()
1006 an array of successful and failed responses
1033 * DefaultRequestSerializer now supports array URI parameter values for URI template expansion
1153 * LogPlugin now exposes request and response objects in the extras array
1266 * You can now use an array of data when creating PUT request bodies in the request factory.