Lines Matching refs:no

69 * Bug fix: Undefined offset when a cookie has no first key-value pair [#1998](https://github.com/gu…
171 * Bug fix: Now ignoring Set-Cookie headers that have no name.
172 * Bug fix: Reason phrase is no longer cast to an int in some cases in the
180 * Bug fix: quotes are no longer stripped when parsing cookies.
221 * Requests are no longer initiated when sending async requests with the
224 * Removed the semantics of setting `default` to `true`. This is no longer
251 owned by a request instance is no longer possible.
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
310 * Pool class no longer uses recursion when a request is intercepted.
323 * `Query` no longer typehints on the `$query` argument in the constructor,
396 look out for is that request and response objects no longer implement fluent
436 * `GuzzleHttp\Message\MessageFactory` no longer allows subclasses to add
446 * `GuzzleHttp\Stream\StreamInterface::getContents()` no longer accepts a
451 `GuzzleHttp\Stream\Utils::create` no longer accept a size in the second
500 * Ensuring that cURL does not add a default Content-Type when no Content-Type
616 * Parsing invalid XML no longer emits warnings
634 * Sending PHP stream requests no longer forces `HTTP/1.0`
640 * Query strings are now parsed in a way that they do no convert empty keys with no value to have a …
711 * Bug fix: Cookies no longer match on IP addresses per RFC 6265
757 * Changed `Guzzle\Common\Collection::__construct($data)` to no longer accepts a null value for `$da…
785 * Marked `Guzzle\Service\Client::enableMagicMethods()` as deprecated. Magic methods can no longer b…
791 * CacheKeyProviderInterface and DefaultCacheKeyProvider are no longer used. All of this logic is ha…
826 * Removed cURL blacklist support. This is no longer necessary now that Expect, Accept, etc. are man…
829 but are a no-op until removed.
858 * Refactored internals to no longer rely on Response::getRequest()
873 * Bug fix: AsyncPlugin no longer forces HEAD requests
936 * Added xmlAllowEmpty to serialize an XML body even if no XML specific parameters are set
945 * BC: Setting a service description on a client will no longer modify the client's command factorie…
948 * BC: `Guzzle\Stream\Stream::getWrapper()` and `Guzzle\Stream\Stream::getSteamType()` are no longer…
964 * CurlMulti is no longer reused globally. A new multi object is created per-client. This helps to i…
965 * URLs with no path no longer contain a "/" by default
966 * Guzzle\Http\QueryString does no longer manages the leading "?". This is now handled in Guzzle\Htt…
967 * BadResponseException no longer includes the full request and response message
974 aggregation and no longer uses callbacks
1060 * Service clients no longer require a base_url option in the factory
1066 * Models no longer require a Parameter structure or initial data in the constructor
1143 * Bug: Custom delay time calculations are no longer ignored in the ExponentialBackoffPlugin
1167 * Bug: Query string values set to 0 are no longer dropped from the query string
1168 * Bug: A Collection object is no longer created each time a call is made to `Guzzle\Service\Command…
1188 * Cookies are no longer URL decoded by default
1189 * Bug: URI template variables set to null are no longer expanded
1211 * Verbose cURL options are no longer enabled by default. Set curl.debug to true on a client to enab…
1264 * [BC] Guzzle\Common\FromConfigInterface no longer requires any config options.