Lines Matching refs:using

34 * Fix: Prevent undefined offset when using array for ssl_key options. [#2348](https://github.com/gu…
44 * Improvement: Improved error messages when using curl < 7.21.2 [#2108](https://github.com/guzzle/g…
83 * Improvement: Use class reference for getting the name of the class instead of using hardcoded str…
150 * Bug fix: fixed regression where MockHandler was not using `sink`.
169 * Bug fix: Content-Type header is now added when using an explicitly provided
201 * Functions are now conditionally required using an additional level of
227 * No longer allowing self signed certificates when using the StreamHandler.
232 using constants.
240 * Fixed a bug in which multiple headers using different casing would overwrite
262 * Mocking responses is now handled using `GuzzleHttp\Handler\MockHandler`.
291 * Removed `GuzzleHttp\Query`. Query string handling is now handled using an
293 is serialized using PHP's `http_build_query`. If you need more control, you
311 * The size of a Pool can now be dynamically adjusted using a callback.
335 want to send requests over the wire using valid query string characters that do
387 requests concurrently using a capped pool size as efficiently as possible.
408 implemented in `GuzzleHttp\Utils` using camelCase. `GuzzleHttp\json_decode`
420 concurrently is now handled using a single adapter.
437 custom request options using double-dispatch (this was an implementation
458 * No longer using `request_fulluri` in stream adapter proxies.
468 * Now merging in default options using a case-insensitive comparison.
471 using the `decode_content` request option. This is set to `true` by default
505 "stream" set to true in parallel using the MultiAdapter.
554 * Fixed an issue related to using custom message factory options in subclasses
556 * Fixed an issue with using the `json` request option for POST requests
565 * Added the ability to persist a cookie session using $_SESSION.
575 * Proxy requests using the StreamAdapter now properly use request_fulluri (#632)
605 * functions.php functions were renamed using snake_case to match PHP idioms
629 * Bug: Always using GET requests when redirecting from a 303 response
658 * Setting the `debug` request parameter to true shows verbose cURL output instead of using the LogP…
659 * Added the ability to combine URLs using strict RFC 3986 compliance
677 * Added the ability to get the exception associated with a request/command when using `MultiTransfe…
693 * Bug fix: Properly URL encoding paths when using the PHP-only version of the UriTemplate expander
702 * Added a way to add custom domain objects to service description parsing using the `operation.pars…
715 * `Guzzle\Service\Command\LocationVisitor\Request\XmlVisitor` was rewritten to change from using Si…
733 * Added `Guzzle\Common\Collection::setPath($path, $value)` to set a value into an array using a nes…
743 * Better handling of calculating the size of a stream in `Guzzle\Stream\Stream` using fstat() and c…
771 * You can now enable E_USER_DEPRECATED warnings to see if you are using a deprecated method by sett…
852 * Deprecating Response::getRequest() and now using a shallow clone of a request object to remove a …
874 * Bug fix: DateTime timezones are now properly handled when using the service description schema fo…
881 * Cleaned up how manual responses are queued on requests (removed "queued_response" and now using r…
891 * Bug fix: Model names are now properly set even when using $refs
917 * Added the ability to create a custom stream class when using a stream factory
922 * POST requests using a custom entity body are now treated exactly like PUT requests but with a cus…
946 …events from a RequestMediator is now a parameter that must be set in a request's curl options using
947 the 'emit_io' key. This was previously set under a request's parameters using 'curl.emit_io'
987 * Fixed a bug where redirect responses were not chained correctly using getPreviousResponse()
1040 * Bug: Using the system cacert bundle when using the Phar
1050 * Added PECL URI template extension and using as default parser if available
1084 * Now shipping with cURL's CA certs and using it by default
1108 * Bug: Fixed cookie bug on a request object by using CookieParser to parse cookies on requests
1122 * Added the use of visitors to apply parameters to locations in service descriptions using the dyna…
1176 * POST redirects can now be customized using CURLOPT_POSTREDIR
1186 * cURL configuration values can be specified in service descriptions using `curl.` prefixed paramet…
1228 * Updating ZF cache and log adapters and now using ZF's composer repository
1255 * Allowing the use of dot notation for class namespaces when using instance_of constraint
1269 * [Http] Added support for uploading multiple files using the same name (foo[0], foo[1])
1305 * ServiceDescription and ServiceBuilder are now cacheable using similar configs
1314 * Adding Guzzle\Http\Message\HeaderComparison for easy comparison of HTTP headers using a DSL
1322 * [BC] Simplifying Guzzle\Common\Collection. Please check to see if you are using features that ar…
1323 …t allows a flyweight implementation for much faster validation. No longer using Symfony2 Validatio…